Searched refs:NLOP (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsm_subs.h | 561 #define nfsm_chain_add_lock_owner4(E, NMC, NMP, NLOP) \ argument 565 nfsm_chain_add_32((E), (NMC), (NLOP)->nlo_name); \ 566 nfsm_chain_add_32((E), (NMC), (NLOP)->nlo_pid); \ 567 nfsm_chain_add_64((E), (NMC), (NLOP)->nlo_pid_start.tv_sec); \ 568 nfsm_chain_add_32((E), (NMC), (NLOP)->nlo_pid_start.tv_usec); \
|