Searched refs:authunix_create (Results 1 – 13 of 13) sorted by relevance
| /freebsd-head/sys/rpc/ |
| HD | 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))
|
| HD | auth_unix.c | 123 authunix_create(struct ucred *cred) in authunix_create() function
|
| /freebsd-head/include/rpc/ |
| HD | 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-head/lib/libc/rpc/ |
| HD | 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()
|
| HD | Symbol.map | 14 authunix_create;
|
| HD | Makefile.inc | 148 rpc_soc.3 authunix_create.3 \
|
| /freebsd-head/usr.sbin/rpc.lockd/ |
| HD | kern.c | 241 cl->cl_auth = authunix_create(hostname, in set_auth()
|
| /freebsd-head/sys/nlm/ |
| HD | nlm_advlock.c | 256 auth = authunix_create(cred); in nlm_advlock_internal()
|
| HD | nlm_prot_impl.c | 1592 nlm_auth = authunix_create(curthread->td_ucred); in nlm_server_main()
|
| /freebsd-head/usr.sbin/rpcbind/ |
| HD | rpcb_svc_com.c | 834 auth = authunix_create(au->aup_machname, in rpcbproc_callit_com()
|
| /freebsd-head/sys/fs/nfs/ |
| HD | nfs_commonkrpc.c | 620 return (authunix_create(cred)); in nfs_getauth()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1388 fun:authunix_create=uninstrumented
|
| /freebsd-head/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 9494 ext.rc_auth = authunix_create(cr); in nfsrpc_bindconnsess()
|