Searched refs:authsys_create (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth.h273 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro
/freebsd-11-stable/sys/rpc/
H A Dauth.h269 #define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip)) macro
/freebsd-11-stable/lib/libc/rpc/
H A Dkey_call.c339 authsys_create("", kcp->uid, 0, 0, NULL);
396 kcp->client->cl_auth = authsys_create("", kcp->uid, 0, 0, NULL);
H A DMakefile.inc73 rpc_clnt_auth.3 authsys_create.3 \
/freebsd-11-stable/contrib/amd/amd/
H A Dops_nfs.c512 nfs_auth = authsys_create(hostd, 0, 0, 1, &group_wheel);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h123 extern AUTH * authsys_create(char *, int, int, int, int *);

Completed in 123 milliseconds