Home
last modified time | relevance | path

Searched refs:authunix_parms (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/include/rpc/
H A Dauth_unix.h61 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 Dmisc_rpc.c179 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 Dsvc_auth_unix.c71 struct authunix_parms *aup; in _svcauth_unix()
74 struct authunix_parms area_aup; in _svcauth_unix()
H A Dauthunix_prot.c68 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in __weak_alias()
H A Dauth_unix.c109 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 Dautofs_solaris_v1.c83 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 Dautofs_solaris_v2_v3.c496 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 Dypbind.c906 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 Drpcb_svc_com.c841 struct authunix_parms *au; in rpcbproc_callit_com()
843 au = (struct authunix_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com()