Lines Matching refs:mfl
59 struct_flock mfl; in MPERS_PRINTER_DECL() local
64 if (umove_or_printaddr(tcp, addr, &mfl)) in MPERS_PRINTER_DECL()
67 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
68 pfl->l_whence = mfl.l_whence; in MPERS_PRINTER_DECL()
69 pfl->l_start = mfl.l_start; in MPERS_PRINTER_DECL()
70 pfl->l_len = mfl.l_len; in MPERS_PRINTER_DECL()
71 pfl->l_pid = mfl.l_pid; in MPERS_PRINTER_DECL()
79 struct_flock64 mfl; in MPERS_PRINTER_DECL() local
84 if (umove_or_printaddr(tcp, addr, &mfl)) in MPERS_PRINTER_DECL()
87 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
88 pfl->l_whence = mfl.l_whence; in MPERS_PRINTER_DECL()
89 pfl->l_start = mfl.l_start; in MPERS_PRINTER_DECL()
90 pfl->l_len = mfl.l_len; in MPERS_PRINTER_DECL()
91 pfl->l_pid = mfl.l_pid; in MPERS_PRINTER_DECL()