Searched refs:iscsi_sess_get (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1608 rtn = iscsi_sess_get(ilg->g_oid, ihp, &isp);
1909 rtn = iscsi_sess_get(e.e_oid, ihp, &isp);
2285 rtn = iscsi_sess_get(ialp->al_oid, ihp, &isp);
2359 rtn = iscsi_sess_get(chap->c_oid, ihp, &isp);
2417 rtn = iscsi_sess_get(chap->c_oid, ihp, &isp);
2526 rtn = iscsi_sess_get(chap->c_oid, ihp, &isp);
3417 rtn = iscsi_sess_get(lun->lp_tgt_oid, ihp, &isp);
3644 rtn = iscsi_sess_get(auth->a_oid, ihp, &isp);
3710 rtn = iscsi_sess_get(auth->a_oid, ihp, &isp);
3765 rtn = iscsi_sess_get(aut
[all...]
H A Discsi_ioctl.c248 if (iscsi_sess_get(cp->cp_sess_oid, ihp, &isp) != 0) {
406 if (iscsi_sess_get(oid, ihp, &isp) == 0) {
1017 rtn = iscsi_sess_get(ipp->p_oid, ihp, &isp);
H A Discsi.h1295 int iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp);
H A Discsi_sess.c378 * iscsi_sess_get - return the session structure for based on a
382 iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp) function

Completed in 60 milliseconds