Searched refs:p_native (Results 1 – 2 of 2) sorted by relevance
49 struct mmsghdr *p_native = p; in MPERS_PRINTER_DECL() local52 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 …]
49 struct msghdr *const p_native = p; in MPERS_PRINTER_DECL() local52 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()