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

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c160 sdebug(2, "# of luns=%d", sp->target_nluns);
162 if(sp->target_nluns > 0) {
246 debug(4, "sp->target_nluns=%d *off=%x boff=%x",
247 sp->target_nluns, *off, boff);
250 sp->target_nluns++;
286 cp->target_nluns = ISCSI_MAX_LUNS; // XXX: -1?
H A Discsi.h499 int target_nluns; member in struct:iscsi_cam
H A Discsivar.h145 int target_nluns; // this and target_lun are member in struct:isc_session
/freebsd-12-stable/sbin/iscontrol/
H A Dfsm.c357 debug(1, "nluns=%d", sess->cam.target_nluns);
361 for(n = i = 0; i < sess->cam.target_nluns; i++) {

Completed in 59 milliseconds