Home
last modified time | relevance | path

Searched refs:nlm_copy_netobj (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c340 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_test()
491 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_lock()
851 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_cancel()
948 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_unlock()
1041 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_granted()
1204 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_share()
1271 nlm_copy_netobj(&resp->cookie, &argp->cookie); in nlm_do_unshare()
H A Dnlm_impl.h611 void nlm_copy_netobj(struct netobj *, struct netobj *);
H A Dnlm_impl.c532 nlm_copy_netobj(struct netobj *dst, struct netobj *src) in nlm_copy_netobj() function
1955 nlm_copy_netobj(&nslp->nsl_fh, &nslp->nsl_lock.fh); in nlm_slock_register()