Searched refs:authunix_create (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | type_auth_create_gidlist.m4 | 2 dnl check the correct type for the 5th argument to authunix_create() 5 AC_CACHE_CHECK(argument type of 5rd argument to authunix_create(),
|
H A D | header_templates.m4 | 935 [Type of the 5rd argument to authunix_create()])
|
/netbsd-src/include/rpc/ |
H A D | auth.h | 169 extern AUTH *authunix_create (char *, int, int, int, int *); 177 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
|
/netbsd-src/lib/libc/rpc/ |
H A D | auth_unix.c | 76 __weak_alias(authunix_create,_authunix_create) 107 authunix_create(char *machname, int uid, int gid, int len, int *aup_gids) in authunix_create() function 225 return (authunix_create(machname, (int)uid, (int)gid, len, in authunix_create_default()
|
H A D | Makefile.inc | 110 rpc_soc.3 authunix_create.3 \
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | ops_nfs.c | 521 nfs_auth = authunix_create(hostd, 0, 0, 1, &group_wheel); in make_nfs_auth()
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 219 #define authunix_create _authunix_create macro
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonkrpc.c | 431 return (authunix_create(cred)); in nfs_getauth()
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_advlock.c | 258 auth = authunix_create(cred); in nlm_advlock_internal()
|
H A D | nlm_prot_impl.c | 1596 nlm_auth = authunix_create(curthread->td_ucred); in nlm_server_main()
|
/netbsd-src/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 844 auth = authunix_create(au->aup_machname, in rpcbproc_callit_com()
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ChangeLog | 8907 'int' as the 5th arg to authunix_create(). 11208 the 5th arg to authunix_create(), while before and after they used 11531 the correct type to the 5th argument of authunix_create().
|