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

  /external/strace/
fetch_struct_mmsghdr.c 49 struct mmsghdr *p_native = p; local
52 if (sizeof(*p_native) == sizeof(v_compat))
53 return umove(tcp, addr, p_native) ? 0 : sizeof(*p_native);
58 p_native->msg_hdr.msg_name = (void *) (unsigned long)
61 p_native->msg_hdr.msg_namelen =
64 p_native->msg_hdr.msg_iov = (void *) (unsigned long)
67 p_native->msg_hdr.msg_iovlen =
70 p_native->msg_hdr.msg_control = (void *) (unsigned long)
73 p_native->msg_hdr.msg_controllen
    [all...]
fetch_struct_msghdr.c 49 struct msghdr *const p_native = p; local
52 if (sizeof(*p_native) == sizeof(v_compat))
53 return umove(tcp, addr, p_native) ? 0 : sizeof(*p_native);
58 p_native->msg_name = (void *) (unsigned long)
61 p_native->msg_namelen =
64 p_native->msg_iov = (void *) (unsigned long)
67 p_native->msg_iovlen =
70 p_native->msg_control = (void *) (unsigned long)
73 p_native->msg_controllen
    [all...]

Completed in 84 milliseconds