Searched refs:authunix_create (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/rpc/ |
H A D | auth.h | 241 extern AUTH *authunix_create(struct ucred *); 243 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *); 267 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
|
H A D | auth_unix.c | 123 authunix_create(struct ucred *cred) in authunix_create() function
|
/freebsd/include/rpc/ |
H A D | auth.h | 248 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *); 270 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
|
/freebsd/lib/libc/rpc/ |
H A D | auth_unix.c | 89 authunix_create(char *machname, u_int uid, u_int gid, int len, u_int *aup_gids) in authunix_create() function 200 auth = authunix_create(machname, uid, gid, ngids, gids); in authunix_create_default()
|
H A D | Symbol.map | 14 authunix_create;
|
H A D | Makefile.inc | 148 rpc_soc.3 authunix_create.3 \
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 241 cl->cl_auth = authunix_create(hostname, in set_auth()
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 256 auth = authunix_create(cred); in nlm_advlock_internal()
|
H A D | nlm_prot_impl.c | 1592 nlm_auth = authunix_create(curthread->td_ucred); in nlm_server_main()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 834 auth = authunix_create(au->aup_machname, in rpcbproc_callit_com()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 620 return (authunix_create(cred)); in nfs_getauth()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1388 fun:authunix_create=uninstrumented
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 9488 ext.rc_auth = authunix_create(cr); in nfsrpc_bindconnsess()
|