Home
last modified time | relevance | path

Searched refs:svc_getnetid (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_service.c337 netid = svc_getnetid(sr->rq_xprt); in nlm_do_test()
479 netid = svc_getnetid(sr->rq_xprt); in nlm_do_lock()
784 netid = svc_getnetid(sr->rq_xprt); in nlm_do_cancel()
882 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unlock()
1139 netid = svc_getnetid(sr->rq_xprt); in nlm_do_share()
1205 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unshare()
H A Dnlm_impl.c2674 netid = svc_getnetid(transp); in nlm_caller_is_local()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1062 res = nfsauth_retrieve(exi, svc_getnetid(req->rq_xprt), flavor, in nfsauth_cache_get()
1144 ran->ran_netid = strdup(svc_getnetid(req->rq_xprt)); in nfsauth_cache_get()
1216 if (nfsauth_retrieve(exi, svc_getnetid(req->rq_xprt), flavor, &addr, in nfsauth_cache_get()
H A Dnfs_log_xdr.c202 netid = svc_getnetid(req->rq_xprt); in xdr_nfslog_request_record()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.h518 #define svc_getnetid(x) ((x)->xp_netid) macro