Searched refs:authunix_create (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_inet.h38 extern AUTH *authunix_create(char *, uid_t, gid_t, int, gid_t *);
H A Dmount.c420 authunix_create(my_hostname, 0, 1, 1, &fake_gids);
785 authunix_create(my_hostname, 0, 1, 1, &fake_gids);
809 authunix_create(my_hostname, 0, 1, 1, &fake_gids);
H A Dauth_unix.c82 authunix_create(char *machname, uid_t uid, gid_t gid, int len, gid_t *aup_gids) function
95 prom_panic("authunix_create: Cannot allocate memory.");
101 prom_panic("authunix_create: Cannot allocate memory.");
129 prom_panic("authunix_create: xdr_authunix_parms failed");
137 prom_panic("authunix_create: memory alloc failed");
H A Drpc.c305 xmit_auth = authunix_create(hostname, 0, 1, 1, &fake_gids);
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Dauthunix.c32 #undef authunix_create macro
36 authunix_create(machname, uid, gid, len, aup_gids) function
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h338 #define authunix_create authsys_create macro
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile109 authunix_create.3nsl \
411 authunix_create.3nsl := LINKSRC = rpc_soc.3nsl

Completed in 66 milliseconds