Searched defs:AUTH (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 30 * is required to pass a AUTH * to routines that create rpc 100 } AUTH; typedef in typeref:struct:__anon2765 107 * AUTH *auth; 146 * AUTH *authunix_create(machname, uid, gid, len, aup_gids) 154 extern AUTH *authkern_create(); /* takes no parameters */ 156 extern AUTH *authsys_create(const char *, const uid_t, const gid_t, 158 extern AUTH *authsys_create_default(void); /* takes no parameters */ 159 extern AUTH *authnone_create(); /* takes no parameters */ 161 extern AUTH *authdes_create();
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | Facility.java | 150 public static final Facility AUTH = new Facility(LOG_AUTH, "AUTH"); field in class:Facility
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | auth.h | 37 * is required to pass a AUTH * to routines that create rpc 228 } AUTH; typedef in typeref:struct:__auth 235 * AUTH *auth; 309 * AUTH *authsys_create(machname, uid, gid, len, aup_gids) 317 extern AUTH *authkern_create(void); /* takes no parameters */ 320 extern AUTH *authnone_create(void); /* takes no parameters */ 323 extern AUTH *authloopback_create(void); /* takes no parameters */ 328 extern AUTH *authsys_create(const char *, const uid_t, const gid_t, const int, 330 extern AUTH *authsys_create_default(void); /* takes no parameters */ 331 extern AUTH *authnone_creat [all...] |
Completed in 45 milliseconds