Searched refs:nlm_copy_netobj (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm.h | 60 extern void nlm_copy_netobj(struct netobj *dst, struct netobj *src,
|
H A D | nlm_prot_impl.c | 319 nlm_copy_netobj(struct netobj *dst, struct netobj *src, in nlm_copy_netobj() function 1882 nlm_copy_netobj(&result->cookie, &argp->cookie, M_RPC); in nlm_do_test() 1989 nlm_copy_netobj(&result->cookie, &argp->cookie, M_RPC); in nlm_do_lock() 2068 nlm_copy_netobj(&af->af_granted.alock.fh, in nlm_do_lock() 2070 nlm_copy_netobj(&af->af_granted.alock.oh, in nlm_do_lock() 2169 nlm_copy_netobj(&result->cookie, &argp->cookie, M_RPC); in nlm_do_cancel() 2258 nlm_copy_netobj(&result->cookie, &argp->cookie, M_RPC); in nlm_do_unlock() 2309 nlm_copy_netobj(&result->cookie, &argp->cookie, M_RPC); in nlm_do_granted()
|