Home
last modified time | relevance | path

Searched refs:p_native (Results 1 – 2 of 2) sorted by relevance

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