Home
last modified time | relevance | path

Searched refs:serseq (Results 1 – 4 of 4) sorted by relevance

/src/sys/cam/ctl/
H A Dctl_backend.h149 ctl_lun_serseq serseq; /* passed to CTL */ member
H A Dctl_backend_ramdisk.c500 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_backend_ramdisk_rw()
1227 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
1230 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_backend_ramdisk_create()
1232 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_backend_ramdisk_create()
1234 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_backend_ramdisk_create()
1236 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c600 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_be_block_biodone()
700 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
802 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
1004 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
1052 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
2612 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_be_block_open()
2614 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
2617 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_be_block_open()
2619 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_be_block_open()
2621 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
[all …]
H A Dctl.c11761 if (lun->be_lun->serseq != CTL_LUN_SERSEQ_OFF) in ctl_check_for_blockage()
11773 (lun->be_lun->serseq == CTL_LUN_SERSEQ_ON))); in ctl_check_for_blockage()