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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c4707 iscsi_lun_t *ilp_check = NULL; local
4753 for (ilp_check = isp->sess_lun_list; ilp_check;
4754 ilp_check = ilp_check->lun_next) {
4761 if ((ilp == ilp_check) &&
4762 (strcmp(lun_guid, ilp_check->lun_guid) == 0)) {
4766 if (ilp_check != NULL) {
4777 if (ilp_check == NULL) {
4786 if (ilp != ilp_check) {
[all...]

Completed in 67 milliseconds