Home
last modified time | relevance | path

Searched refs:lun_type (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/cam/ctl/
HDREADME.ctl.txt121 lun_type=0
125 lun_type=0
129 lun_type=0
133 lun_type=0
137 lun_type=0
141 lun_type=0
145 lun_type=0
149 lun_type=0
153 lun_type=0
157 lun_type=0
[all …]
HDctl_backend_ramdisk.c515 cbe_lun->lun_type = params->device_type; in ctl_backend_ramdisk_create()
517 cbe_lun->lun_type = T_DIRECT; in ctl_backend_ramdisk_create()
527 if (cbe_lun->lun_type == T_DIRECT || in ctl_backend_ramdisk_create()
528 cbe_lun->lun_type == T_CDROM) { in ctl_backend_ramdisk_create()
531 else if (cbe_lun->lun_type == T_CDROM) in ctl_backend_ramdisk_create()
559 } else if (cbe_lun->lun_type != T_DIRECT) in ctl_backend_ramdisk_create()
HDctl.c519 static int ctl_cmd_applicable(uint8_t lun_type,
3058 lun->be_lun->lun_type); in ctl_ioctl()
3899 if (lun->be_lun->lun_type == T_DIRECT && in ctl_init_page_index()
3902 if (lun->be_lun->lun_type == T_PROCESSOR && in ctl_init_page_index()
3905 if (lun->be_lun->lun_type == T_CDROM && in ctl_init_page_index()
4319 if (lun->be_lun->lun_type == T_DIRECT && in ctl_init_log_page_index()
4322 if (lun->be_lun->lun_type == T_PROCESSOR && in ctl_init_log_page_index()
4325 if (lun->be_lun->lun_type == T_CDROM && in ctl_init_log_page_index()
4412 switch (be_lun->lun_type) { in ctl_alloc_lun()
4570 } else if (be_lun->lun_type == T_CDROM) in ctl_alloc_lun()
[all …]
HDctl_backend.h202 uint8_t lun_type; /* passed to CTL */ member
HDctl_backend_block.c1857 else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_open_file()
1987 } else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_open_dev()
2151 } else if (cbe_lun->lun_type == T_DIRECT) in ctl_be_block_open()
2255 cbe_lun->lun_type = params->device_type; in ctl_be_block_create()
2257 cbe_lun->lun_type = T_DIRECT; in ctl_be_block_create()
2267 if (cbe_lun->lun_type == T_DIRECT || in ctl_be_block_create()
2268 cbe_lun->lun_type == T_CDROM) { in ctl_be_block_create()
2272 else if (cbe_lun->lun_type == T_CDROM) in ctl_be_block_create()
2442 cbe_lun->lun_type in ctl_be_block_create()
HDctl_tpc.c301 lun->be_lun->lun_type; in ctl_inquiry_evpd_tpc()