Searched refs:authsys_create (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | auth.h | 342 extern AUTH *authsys_create(const char *, const uid_t, const gid_t, const int, 347 extern AUTH *authsys_create(); 352 #define authunix_create authsys_create
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_sys.c | 85 authsys_create(const char *machname, const uid_t uid, const gid_t gid, in authsys_create() function 190 return (authsys_create(machname, uid, gid, len, gids)); in authsys_create_default() 228 res = authsys_create(machname, uid, gid, len, gids); in authsys_create_ruid()
|
/titanic_41/usr/src/lib/libbc/libc/net/ |
H A D | authunix.c | 43 return(authsys_create(machname, uid, gid, len, aup_gids));
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssd_handle.c | 134 clnt->cl_auth = authsys_create("", getuid(), 0, 0, NULL);
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_handle.c | 134 kwarn_clnt->cl_auth = authsys_create("", getuid(), 0, 0, NULL);
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 156 extern AUTH *authsys_create(const char *, const uid_t, const gid_t,
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypset.c | 278 client->cl_auth = authsys_create("", geteuid(), 0, 0, NULL); in send_message()
|
/titanic_41/usr/src/lib/pam_modules/dhkeys/ |
H A D | key_call_uid.c | 64 res = authsys_create(host, uid, gid, 0, (gid_t *)NULL); in authsys_create_uid()
|
/titanic_41/usr/src/man/man3nsl/ |
H A D | Makefile | 107 authsys_create.3nsl \ 370 authsys_create.3nsl := LINKSRC = rpc_clnt_auth.3nsl
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 330 authsys_create;
|
H A D | llib-lnsl | 491 AUTH *authsys_create(const char *machname, uid_t uid, gid_t gid, int len,
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 1045 auth = authsys_create(au->aup_machname, au->aup_uid, in rpcbproc_callit_com()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 102 link path=usr/share/man/man3nsl/authsys_create.3nsl target=rpc_clnt_auth.3nsl
|
/titanic_41/ |
H A D | .gitignore | 6632 usr/src/man/man3nsl/authsys_create.3nsl
|