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

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.h49 * particular LUN ID in the req_lun_id field. If we cannot allocate that
140 * req_lun_id is the requested LUN ID. CTL only pays attention to this
188 uint32_t req_lun_id; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_ramdisk.c565 be_lun->ctl_be_lun.req_lun_id = params->req_lun_id;
568 be_lun->ctl_be_lun.req_lun_id = 0;
654 params->req_lun_id = be_lun->ctl_be_lun.lun_id;
H A Dctl_ioctl.h439 * req_lun_id: The requested LUN ID. The CTL_LUN_FLAG_ID_REQ flag
465 uint32_t req_lun_id; member in struct:ctl_lun_create_params
H A Dctl_backend_block.c1766 be_lun->ctl_be_lun.req_lun_id = params->req_lun_id;
1769 be_lun->ctl_be_lun.req_lun_id = 0;
1889 params->req_lun_id = be_lun->ctl_be_lun.lun_id;
1894 be_lun->disk_stats = devstat_new_entry("cbb", params->req_lun_id,
H A Dctl.c4289 if ((be_lun->req_lun_id > (CTL_MAX_LUNS - 1))
4290 || (ctl_is_set(ctl_softc->ctl_lun_mask, be_lun->req_lun_id))) {
4292 if (be_lun->req_lun_id > (CTL_MAX_LUNS - 1)) {
4295 be_lun->req_lun_id, CTL_MAX_LUNS - 1);
4302 "in use\n", be_lun->req_lun_id);
4310 lun_number = be_lun->req_lun_id;
/freebsd-10.0-release/usr.sbin/ctladm/
H A Dctladm.c3001 uint32_t blocksize = 0, req_lun_id = 0; local
3025 req_lun_id = strtoul(optarg, NULL, 0);
3107 req.reqdata.create.req_lun_id = req_lun_id;
3190 fprintf(stdout, "LUN ID: %d\n", req.reqdata.create.req_lun_id);
/freebsd-10.0-release/usr.sbin/ctld/
H A Dkernel.c515 lun_set_ctl_lun(lun, req.reqdata.create.req_lun_id);

Completed in 209 milliseconds