Symbol: CTL_FLAG_ABORT
sys/cam/ctl/ctl.c
11215
if (__predict_false(pending_io->io_hdr.flags & CTL_FLAG_ABORT))
sys/cam/ctl/ctl.c
11419
if (ctnio->io_hdr.flags & CTL_FLAG_ABORT) {
sys/cam/ctl/ctl.c
11703
&& ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT |
sys/cam/ctl/ctl.c
11725
&& ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT |
sys/cam/ctl/ctl.c
11809
if (__predict_false(pending_io->io_hdr.flags & CTL_FLAG_ABORT))
sys/cam/ctl/ctl.c
12203
io->flags |= CTL_FLAG_ABORT |
sys/cam/ctl/ctl.c
12564
if (ctsio->io_hdr.flags & CTL_FLAG_ABORT) {
sys/cam/ctl/ctl.c
12647
xioh->flags |= CTL_FLAG_ABORT | CTL_FLAG_ABORT_STATUS;
sys/cam/ctl/ctl.c
12733
xioh->flags |= CTL_FLAG_ABORT;
sys/cam/ctl/ctl.c
12882
|| (xioh->flags & CTL_FLAG_ABORT))
sys/cam/ctl/ctl.c
12907
xioh->flags |= CTL_FLAG_ABORT;
sys/cam/ctl/ctl.c
12955
|| (xioh->flags & CTL_FLAG_ABORT))
sys/cam/ctl/ctl.c
13300
if (io->io_hdr.flags & CTL_FLAG_ABORT)
sys/cam/ctl/ctl.c
13377
if (io->io_hdr.flags & CTL_FLAG_ABORT) {
sys/cam/ctl/ctl.c
13805
if (io->io_hdr.flags & CTL_FLAG_ABORT) {
sys/cam/ctl/ctl.c
13996
if (io->io_hdr.flags & CTL_FLAG_ABORT) {
sys/cam/ctl/ctl.c
2481
if (io->io_hdr.flags & CTL_FLAG_ABORT)
sys/cam/ctl/ctl.c
5071
((io->io_hdr.flags & CTL_FLAG_ABORT) != 0)) {
sys/cam/ctl/ctl.c
5130
(io->io_hdr.flags & CTL_FLAG_ABORT) == 0 &&
sys/cam/ctl/ctl.c
5157
(io->io_hdr.flags & CTL_FLAG_ABORT) == 0 &&
sys/cam/ctl/ctl.c
5185
if ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0 ||
sys/cam/ctl/ctl_backend_block.c
1390
if ((io->io_hdr.flags & CTL_FLAG_ABORT) ||
sys/cam/ctl/ctl_backend_block.c
1923
if ((io->io_hdr.flags & CTL_FLAG_ABORT) ||
sys/cam/ctl/ctl_backend_block.c
475
if ((io->io_hdr.flags & CTL_FLAG_ABORT) == 0 &&
sys/cam/ctl/ctl_backend_block.c
490
|| ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0)
sys/cam/ctl/ctl_backend_ramdisk.c
403
if ((io->io_hdr.flags & CTL_FLAG_ABORT) == 0 &&
sys/cam/ctl/ctl_frontend_iscsi.c
2804
KASSERT((io->io_hdr.flags & CTL_FLAG_ABORT) != 0,
sys/cam/ctl/ctl_frontend_iscsi.c
2906
if (((io->io_hdr.flags & CTL_FLAG_ABORT) &&
sys/cam/ctl/ctl_tpc.c
1626
io->io_hdr.flags &= ~CTL_FLAG_ABORT;
sys/cam/ctl/scsi_ctl.c
807
if ((io->io_hdr.flags & CTL_FLAG_ABORT) &&
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
522
io->io_hdr.flags |= CTL_FLAG_ABORT;
sys/dev/usb/storage/cfumass.c
916
if (((io->io_hdr.flags & CTL_FLAG_ABORT) &&