Home
last modified time | relevance | path

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

/external/strace/
Dfetch_struct_flock.c57 struct_flock mfl; in MPERS_PRINTER_DECL() local
62 if (umove_or_printaddr(tcp, addr, &mfl)) in MPERS_PRINTER_DECL()
65 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
66 pfl->l_whence = mfl.l_whence; in MPERS_PRINTER_DECL()
67 pfl->l_start = mfl.l_start; in MPERS_PRINTER_DECL()
68 pfl->l_len = mfl.l_len; in MPERS_PRINTER_DECL()
69 pfl->l_pid = mfl.l_pid; in MPERS_PRINTER_DECL()
76 struct_flock64 mfl; in MPERS_PRINTER_DECL() local
81 if (umove_or_printaddr(tcp, addr, &mfl)) in MPERS_PRINTER_DECL()
84 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
[all …]