Home
last modified time | relevance | path

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

/external/strace/
Dfetch_struct_mmsghdr.c50 struct_mmsghdr v_compat; in MPERS_PRINTER_DECL() local
52 if (sizeof(*p_native) == sizeof(v_compat)) in MPERS_PRINTER_DECL()
55 if (umove(tcp, addr, &v_compat)) in MPERS_PRINTER_DECL()
59 v_compat.msg_hdr.msg_name; in MPERS_PRINTER_DECL()
62 v_compat.msg_hdr.msg_namelen; in MPERS_PRINTER_DECL()
65 v_compat.msg_hdr.msg_iov; in MPERS_PRINTER_DECL()
68 v_compat.msg_hdr.msg_iovlen; in MPERS_PRINTER_DECL()
71 v_compat.msg_hdr.msg_control; in MPERS_PRINTER_DECL()
74 v_compat.msg_hdr.msg_controllen; in MPERS_PRINTER_DECL()
77 v_compat.msg_hdr.msg_flags; in MPERS_PRINTER_DECL()
[all …]
Dfetch_struct_msghdr.c50 struct_msghdr v_compat; in MPERS_PRINTER_DECL() local
52 if (sizeof(*p_native) == sizeof(v_compat)) in MPERS_PRINTER_DECL()
55 if (umove(tcp, addr, &v_compat)) in MPERS_PRINTER_DECL()
59 v_compat.msg_name; in MPERS_PRINTER_DECL()
62 v_compat.msg_namelen; in MPERS_PRINTER_DECL()
65 v_compat.msg_iov; in MPERS_PRINTER_DECL()
68 v_compat.msg_iovlen; in MPERS_PRINTER_DECL()
71 v_compat.msg_control; in MPERS_PRINTER_DECL()
74 v_compat.msg_controllen; in MPERS_PRINTER_DECL()
77 v_compat.msg_flags; in MPERS_PRINTER_DECL()
[all …]