Home
last modified time | relevance | path

Searched refs:authMethod (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1458 ns_auth_t **authMethod; in client_init() local
1660 if (authMethod != NULL) { in client_init()
1667 if (authMethod[i] == NULL) { in client_init()
2271 ns_auth_t **authMethod; in credCheck() local
2288 (void ***)&authMethod, &errorp); in credCheck()
2336 authMethod && authMethod[counter] != NULL; in credCheck()
2342 authMethod[counter]->type); in credCheck()
2407 ns_auth_t **authMethod = NULL; in adminCredCheck() local
2445 (void ***)&authMethod, &errorp); in adminCredCheck()
2500 authMethod && authMethod[counter] != NULL; in adminCredCheck()
[all …]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h325 typedef enum authMethod { enum
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h351 typedef enum authMethod { enum
/illumos-gate/usr/src/lib/libima/common/
H A Dima.h1144 IMA_AUTHMETHOD authMethod; member