HomeSort by relevance Sort by last modified time
    Searched refs:p_user_msg_namelen (Results 1 - 3 of 3) sorted by null

  /external/strace/
msghdr.h 18 const int *p_user_msg_namelen, kernel_ulong_t data_size);
msghdr.c 364 const int *const p_user_msg_namelen,
368 p_user_msg_namelen && (int) msg->msg_namelen > *p_user_msg_namelen
369 ? *p_user_msg_namelen : (int) msg->msg_namelen;
378 if (p_user_msg_namelen && *p_user_msg_namelen != (int) msg->msg_namelen)
379 tprintf("%d->", *p_user_msg_namelen);
410 decode_msghdr(struct tcb *const tcp, const int *const p_user_msg_namelen,
416 print_struct_msghdr(tcp, &msg, p_user_msg_namelen, data_size);
mmsghdr.c 52 const int *p_user_msg_namelen; member in struct:print_struct_mmsghdr_config
72 print_struct_msghdr(tcp, &mmsg->msg_hdr, c->p_user_msg_namelen,
80 if (c->p_user_msg_namelen)
81 ++c->p_user_msg_namelen;
145 c.p_user_msg_namelen = data->namelen;

Completed in 442 milliseconds