Lines Matching refs:pfl
56 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local
60 return !umove_or_printaddr(tcp, addr, pfl); 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()
75 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local
79 return !umove_or_printaddr(tcp, addr, pfl); in MPERS_PRINTER_DECL()
84 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
85 pfl->l_whence = mfl.l_whence; in MPERS_PRINTER_DECL()
86 pfl->l_start = mfl.l_start; in MPERS_PRINTER_DECL()
87 pfl->l_len = mfl.l_len; in MPERS_PRINTER_DECL()
88 pfl->l_pid = mfl.l_pid; in MPERS_PRINTER_DECL()