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

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend.h50 * particular LUN ID in the req_lun_id field. If we cannot allocate that
165 * req_lun_id is the requested LUN ID. CTL only pays attention to this
214 uint32_t req_lun_id; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_ramdisk.c571 cbe_lun->req_lun_id = params->req_lun_id;
574 cbe_lun->req_lun_id = 0;
672 params->req_lun_id = cbe_lun->lun_id;
H A Dctl_ioctl.h374 * req_lun_id: The requested LUN ID. The CTL_LUN_FLAG_ID_REQ flag
400 uint32_t req_lun_id; member in struct:ctl_lun_create_params
H A Dctl_backend_block.c2331 cbe_lun->req_lun_id = params->req_lun_id;
2334 cbe_lun->req_lun_id = 0;
2448 params->req_lun_id = cbe_lun->lun_id;
2453 be_lun->disk_stats = devstat_new_entry("cbb", params->req_lun_id,
H A Dctl.c4510 if ((be_lun->req_lun_id > (CTL_MAX_LUNS - 1))
4511 || (ctl_is_set(ctl_softc->ctl_lun_mask, be_lun->req_lun_id))) {
4513 if (be_lun->req_lun_id > (CTL_MAX_LUNS - 1)) {
4516 be_lun->req_lun_id, CTL_MAX_LUNS - 1);
4523 "in use\n", be_lun->req_lun_id);
4531 lun_number = be_lun->req_lun_id;
/freebsd-10.3-release/usr.sbin/ctld/
H A Dkernel.c670 req.reqdata.create.req_lun_id = lun->l_ctl_lun;
756 lun_set_ctl_lun(lun, req.reqdata.create.req_lun_id);
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c2288 uint32_t blocksize = 0, req_lun_id = 0; local
2312 req_lun_id = strtoul(optarg, NULL, 0);
2394 req.reqdata.create.req_lun_id = req_lun_id;
2481 fprintf(stdout, "LUN ID: %d\n", req.reqdata.create.req_lun_id);

Completed in 221 milliseconds