Searched refs:maxluns (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/disk/iscsi/initiator/ |
| HD | isc_subr.c | 123 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()
|
| HD | isc_cam.c | 166 _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()
|
| HD | iscsi.h | 442 int maxluns; member
|
| /dragonfly/sbin/iscontrol/ |
| HD | config.c | 100 _E(U_PR, S_PR, maxluns), 167 _CASE(maxluns, _OPT_INT(rval)); in setOption() 303 printf("%24s = %d\n", "maxluns", op->maxluns); in puke()
|
| HD | fsm.c | 243 oop.maxluns = sess->op->maxluns; in setOptions()
|