Home
last modified time | relevance | path

Searched refs:CTL_FLAG_ABORT_STATUS (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/cam/ctl/
HDctl_io.h96 CTL_FLAG_ABORT_STATUS = 0x00000400, /* return TASK ABORTED status */ enumerator
HDscsi_ctl.c809 (io->io_hdr.flags & CTL_FLAG_ABORT_STATUS) == 0) { in ctlfestart()
HDctl_frontend_iscsi.c2908 (io->io_hdr.flags & CTL_FLAG_ABORT_STATUS) == 0) || in cfiscsi_scsi_command_done()
HDctl.c11892 xioh->flags |= CTL_FLAG_ABORT | CTL_FLAG_ABORT_STATUS; in ctl_do_lun_reset()
11976 xioh->flags |= CTL_FLAG_ABORT_STATUS; in ctl_abort_tasks_lun()
/freebsd-14-stable/sys/dev/usb/storage/
HDcfumass.c918 (io->io_hdr.flags & CTL_FLAG_ABORT_STATUS) == 0) || in cfumass_done()