Searched refs:persistent_chap_get (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h86 boolean_t persistent_chap_get(char *node, iscsi_chap_props_t *chap);
H A Discsi_sess.c740 if (persistent_chap_get((char *)isp->sess_name, chap)
752 if (persistent_chap_get(init_name, chap) == B_FALSE) {
782 if (persistent_chap_get((char *)isp->sess_name, chap)
H A Discsi_ioctl.c794 if (persistent_chap_get(name, chap)) {
H A Dpersistent.c991 * persistent_chap_get -- obtain CHAP parameters for a specific target
994 persistent_chap_get(char *node, iscsi_chap_props_t *chap) function
H A Discsid.c2040 if (persistent_chap_get((char *)ihp->hba_name, chap) ==
H A Discsi.c2448 if (persistent_chap_get((char *)name,
2469 if (persistent_chap_get((char *)name, chap) == B_FALSE) {

Completed in 143 milliseconds