Searched refs:lcred (Results 1 – 4 of 4) sorted by relevance
218 __rpc_get_local_cred(SVCXPRT *xprt, svc_local_cred_t *lcred) in __rpc_get_local_cred() argument232 lcred->euid = ucred_geteuid(uc); in __rpc_get_local_cred()233 lcred->egid = ucred_getegid(uc); in __rpc_get_local_cred()234 lcred->ruid = ucred_getruid(uc); in __rpc_get_local_cred()235 lcred->rgid = ucred_getrgid(uc); in __rpc_get_local_cred()236 lcred->pid = ucred_getpid(uc); in __rpc_get_local_cred()
721 __svc_get_door_cred(SVCXPRT *xprt, svc_local_cred_t *lcred) in __svc_get_door_cred() argument727 lcred->euid = dc.dc_euid; in __svc_get_door_cred()728 lcred->egid = dc.dc_egid; in __svc_get_door_cred()729 lcred->ruid = dc.dc_ruid; in __svc_get_door_cred()730 lcred->rgid = dc.dc_rgid; in __svc_get_door_cred()731 lcred->pid = dc.dc_pid; in __svc_get_door_cred()
1639 svc_get_local_cred(SVCXPRT *xprt, svc_local_cred_t *lcred) in svc_get_local_cred() argument1643 return (__svc_get_door_cred(xprt, lcred)); in svc_get_local_cred()1644 return (__rpc_get_local_cred(xprt, lcred)); in svc_get_local_cred()
795 bool_t svc_get_local_cred(SVCXPRT *xprt, svc_local_cred_t *lcred);