Searched refs:authunix_parms (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/include/rpc/ |
H A D | auth_unix.h | 61 struct authunix_parms { struct 71 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *); argument
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | misc_rpc.c | 179 struct authunix_parms *aup = (struct authunix_parms *) NULL; in getcreds() 187 aup = (struct authunix_parms *) rp->rq_clntcred; in getcreds()
|
/netbsd-src/lib/libc/rpc/ |
H A D | svc_auth_unix.c | 71 struct authunix_parms *aup; in _svcauth_unix() 74 struct authunix_parms area_aup; in _svcauth_unix()
|
H A D | authunix_prot.c | 68 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in __weak_alias()
|
H A D | auth_unix.c | 109 struct authunix_parms aup; in authunix_create() 288 struct authunix_parms aup; in authunix_refresh()
|
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/ |
H A D | autofs_solaris_v1.c | 83 static int autofs_mount_1_req(struct mntrequest *mr, struct mntres *result, struct authunix_parms *… 84 …unmount_1_req(struct umntrequest *ur, struct umntres *result, struct authunix_parms *cred, SVCXPRT… 185 struct authunix_parms *cred, in autofs_mount_1_req() 243 struct authunix_parms *cred, in autofs_unmount_1_req()
|
H A D | autofs_solaris_v2_v3.c | 496 struct authunix_parms *cred, in autofs_lookup_2_req() 564 struct authunix_parms *cred, in autofs_mount_2_req() 692 struct authunix_parms *cred, in autofs_unmount_2_req() 759 struct authunix_parms *cred, in autofs_postunmount_2_req() 780 struct authunix_parms *cred, in autofs_postmount_2_req() 798 struct authunix_parms *cred, in autofs_readdir_2_req()
|
/netbsd-src/usr.sbin/ypbind/ |
H A D | ypbind.c | 906 struct authunix_parms *creds; in ypbindprog_2() 927 creds = (struct authunix_parms *)rqstp->rq_clntcred; in ypbindprog_2()
|
/netbsd-src/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 841 struct authunix_parms *au; in rpcbproc_callit_com() 843 au = (struct authunix_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com()
|