Searched refs:lun_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend.h83 * The lun_type field is the SCSI device type of this particular LUN. In
144 uint8_t lun_type; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_ramdisk.c976 cbe_lun->lun_type = params->device_type;
978 cbe_lun->lun_type = T_DIRECT;
1001 if (cbe_lun->lun_type == T_DIRECT ||
1002 cbe_lun->lun_type == T_CDROM) {
1005 else if (cbe_lun->lun_type == T_CDROM)
1057 } else if (cbe_lun->lun_type != T_DIRECT)
H A Dctl.c550 static int ctl_cmd_applicable(uint8_t lun_type,
3116 retval = sbuf_printf(sb, "\t<lun_type>%d</lun_type>\n",
3117 lun->be_lun->lun_type);
4020 if (lun->be_lun->lun_type == T_DIRECT &&
4023 if (lun->be_lun->lun_type == T_PROCESSOR &&
4026 if (lun->be_lun->lun_type == T_CDROM &&
4431 if (lun->be_lun->lun_type == T_DIRECT &&
4434 if (lun->be_lun->lun_type == T_PROCESSOR &&
4437 if (lun->be_lun->lun_type
11521 ctl_cmd_applicable(uint8_t lun_type, const struct ctl_cmd_entry *entry) argument
[all...]
H A Dctl_backend_block.c1852 else if (cbe_lun->lun_type == T_CDROM)
1982 } else if (cbe_lun->lun_type == T_CDROM)
2146 } else if (cbe_lun->lun_type == T_DIRECT)
2249 cbe_lun->lun_type = params->device_type;
2251 cbe_lun->lun_type = T_DIRECT;
2261 if (cbe_lun->lun_type == T_DIRECT ||
2262 cbe_lun->lun_type == T_CDROM) {
2266 else if (cbe_lun->lun_type == T_CDROM)
2394 cbe_lun->lun_type
H A Dctl_tpc.c311 lun->be_lun->lun_type;

Completed in 101 milliseconds