Lines Matching refs:pfl
58 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local
62 return !umove_or_printaddr(tcp, addr, pfl); 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()
78 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local
82 return !umove_or_printaddr(tcp, addr, pfl); 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()