Home
last modified time | relevance | path

Searched refs:maxluns (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/disk/iscsi/initiator/
HDisc_subr.c123 if(opt->maxluns > 0) { in i_setopt()
124 if(opt->maxluns > ISCSI_MAX_LUNS) in i_setopt()
125 sp->opt.maxluns = ISCSI_MAX_LUNS; // silently chop it down ... in i_setopt()
126 sp->opt.maxluns = opt->maxluns; in i_setopt()
127 sdebug(4, "opt.maxluns=%d", sp->opt.maxluns); in i_setopt()
HDisc_cam.c166 _inq(struct cam_sim *sim, union ccb *ccb, int maxluns) in _inq() argument
179 cpi->max_lun = maxluns; in _inq()
254 _inq(sim, ccb, (sp? sp->opt.maxluns: ISCSI_MAX_LUNS) - 1); in ic_action()
HDiscsi.h442 int maxluns; member
/dragonfly/sbin/iscontrol/
HDconfig.c100 _E(U_PR, S_PR, maxluns),
167 _CASE(maxluns, _OPT_INT(rval)); in setOption()
303 printf("%24s = %d\n", "maxluns", op->maxluns); in puke()
HDfsm.c243 oop.maxluns = sess->op->maxluns; in setOptions()