Searched refs:authunix_create (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/sys/rpc/
H A Dauth.h234 * AUTH *authunix_create(machname, uid, gid, len, aup_gids)
244 extern AUTH *authunix_create(struct ucred *);
246 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *);
269 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
H A Dauth_unix.c127 authunix_create(struct ucred *cred) function
204 panic("authunix_create: failed to encode creds");
/freebsd-10.2-release/include/rpc/
H A Dauth.h243 * AUTH *authunix_create(machname, uid, gid, len, aup_gids)
251 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *);
273 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
/freebsd-10.2-release/lib/libc/rpc/
H A Dauth_unix.c94 authunix_create(machname, uid, gid, len, aup_gids) function
115 warnx("authunix_create: out of memory");
122 warnx("authunix_create: out of memory");
155 warnx("authunix_create: out of memory");
210 auth = authunix_create(machname, uid, gid, ngids, gids);
H A DMakefile.inc150 rpc_soc.3 authunix_create.3 \
/freebsd-10.2-release/sys/nfsclient/
H A Dnfs_krpc.c376 return (authunix_create(cred));
/freebsd-10.2-release/usr.sbin/rpc.lockd/
H A Dkern.c245 cl->cl_auth = authunix_create(hostname,
/freebsd-10.2-release/contrib/amd/amd/
H A Dops_nfs.c513 nfs_auth = authunix_create(hostd, 0, 0, 1, &group_wheel);
/freebsd-10.2-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c425 return (authunix_create(cred));
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h125 extern AUTH * authunix_create(char *, int, int, int, int *);
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c836 auth = authunix_create(au->aup_machname,
/freebsd-10.2-release/sys/nlm/
H A Dnlm_advlock.c254 auth = authunix_create(cred);
H A Dnlm_prot_impl.c1580 nlm_auth = authunix_create(curthread->td_ucred);
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c842 auth = authunix_create(au->aup_machname,

Completed in 130 milliseconds