Searched refs:next_target (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c1208 isns_target_t *next_target; local
1215 itarget = next_target) {
1216 next_target = AVL_NEXT(&svr->svr_target_list, itarget);
3452 isns_target_t *next_target; local
3453 next_target = AVL_NEXT(&svr->svr_target_list, itarget);
3464 itarget = next_target;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c4381 struct sf_target *next_target = NULL; local
4403 if (next_target || target->sft_lun.l == 0)
4404 next_target = target->sft_next_lun;
4462 target = next_target;

Completed in 110 milliseconds