Searched refs:persistent_auth_get (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h95 boolean_t persistent_auth_get(char *node, iscsi_auth_props_t *auth);
H A Discsi_sess.c713 if (persistent_auth_get((char *)isp->sess_name, auth)
721 if (persistent_auth_get(init_name, auth) != B_TRUE) {
H A Discsi_ioctl.c834 if (persistent_auth_get(name, auth)) {
H A Dpersistent.c1108 * persistent_auth_get -- gets the bidirectional authentication settings
1112 persistent_auth_get(char *node, iscsi_auth_props_t *auth) function
H A Discsi.c3671 if (persistent_auth_get((char *)name, auth) == B_TRUE) {

Completed in 78 milliseconds