Lines Matching refs:p_native
49 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()
79 p_native->msg_len = in MPERS_PRINTER_DECL()