Searched refs:maxluns (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_subr.c233 if(opt->maxluns > 0) {
234 if(opt->maxluns > ISCSI_MAX_LUNS)
235 sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ...
236 sp->opt.maxluns = opt->maxluns;
237 sdebug(2, "opt.maxluns=%d", sp->opt.maxluns);
H A Disc_cam.c78 cpi->max_lun = sp->opt.maxluns - 1;
H A Discsi.h438 int maxluns; member in struct:opvals
H A Discsi.c632 sp->opt.maxluns = ISCSI_MAX_LUNS;
/freebsd-12-stable/usr.bin/iscsictl/
H A Dtoken.l87 maxluns { return IGNORED; }
/freebsd-12-stable/sbin/iscontrol/
H A Dconfig.c110 _E(U_PR, S_PR, maxluns),
177 _CASE(maxluns, _OPT_INT(rval));
312 printf("%24s = %d\n", "maxluns", op->maxluns);
H A Dfsm.c243 oop.maxluns = sess->op->maxluns;

Completed in 54 milliseconds