Searched defs:target_oid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_targetparam.h34 uint32_t target_oid; member in struct:iscsi_targetparam_entry
H A Discsi_ioctl.c149 uint32_t target_oid; local
170 target_oid = isp->sess_oid;
175 target_oid = cl->cl_sess_oid;
184 (target_oid == isp->sess_oid))) {
H A Discsi_sess.c2405 iscsi_sess_get_by_target(uint32_t target_oid, iscsi_hba_t *ihp, argument
2420 if (isp->sess_target_oid == target_oid) {
H A Discsi.c1498 uint32_t target_oid; local
2154 curr_entry->target_oid;
3340 target_oid = isp->sess_oid;
3345 target_oid = llp->ll_tgt_oid;
3360 (isp->sess_oid != target_oid)) {
3874 target_oid = isp->sess_oid;
3879 target_oid = iu.iu_oid;
3884 rtn = iscsi_sess_get(target_oid, ihp, &isp);
3886 rtn = iscsi_sess_get_by_target(target_oid, ihp,

Completed in 73 milliseconds