Searched refs:__svc_get_door_ucred (Results 1 – 2 of 2) sorted by relevance
63 extern bool_t __svc_get_door_ucred(const SVCXPRT *, ucred_t *);204 err = __svc_get_door_ucred(trans, uc) == FALSE; in __rpc_get_local_uid()225 err = __svc_get_door_ucred(xprt, uc) == FALSE; in __rpc_get_local_cred()257 err = __svc_get_door_ucred(trans, ucp) == FALSE; in svc_getcallerucred()
737 __svc_get_door_ucred(const SVCXPRT *xprt, ucred_t *ucp) in __svc_get_door_ucred() function