Searched refs:nlm_copy_netobj (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 334 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_test() 476 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_lock() 783 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_cancel() 880 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_unlock() 973 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_granted() 1136 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_share() 1203 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_unshare()
|
H A D | nlm_impl.h | 610 void nlm_copy_netobj(struct netobj *, struct netobj *);
|
H A D | nlm_impl.c | 532 nlm_copy_netobj(struct netobj *dst, struct netobj *src) in nlm_copy_netobj() function 1947 nlm_copy_netobj(&nslp->nsl_fh, &nslp->nsl_lock.fh); in nlm_slock_register()
|