Home
last modified time | relevance | path

Searched refs:authunix_create (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dtype_auth_create_gidlist.m42 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 Dheader_templates.m4935 [Type of the 5rd argument to authunix_create()])
/netbsd-src/include/rpc/
H A Dauth.h169 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 Dauth_unix.c76 __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 DMakefile.inc110 rpc_soc.3 authunix_create.3 \
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_nfs.c521 nfs_auth = authunix_create(hostd, 0, 0, 1, &group_wheel); in make_nfs_auth()
/netbsd-src/lib/libc/include/
H A Dnamespace.h219 #define authunix_create _authunix_create macro
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c431 return (authunix_create(cred)); in nfs_getauth()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_advlock.c258 auth = authunix_create(cred); in nlm_advlock_internal()
H A Dnlm_prot_impl.c1596 nlm_auth = authunix_create(curthread->td_ucred); in nlm_server_main()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c844 auth = authunix_create(au->aup_machname, in rpcbproc_callit_com()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog8907 '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().