Home
last modified time | relevance | path

Searched refs:CTL_STATUS_NONE (Results 1 – 10 of 10) sorted by relevance

/trueos/sys/cam/ctl/
HDctl_io.h70 CTL_STATUS_NONE, /* No status */ enumerator
HDctl_backend_ramdisk.c244 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE)) { in ctl_backend_ramdisk_move_done()
256 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_backend_ramdisk_move_done()
HDctl_backend_block.c403 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE)) { in ctl_be_block_move_done()
426 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_be_block_move_done()
447 || ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE)) { in ctl_be_block_move_done()
1177 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_be_block_cw_done_ws()
1459 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_be_block_next()
1466 io->io_hdr.status |= CTL_STATUS_NONE; in ctl_be_block_next()
HDctl_frontend_internal.c796 io->io_hdr.status = CTL_STATUS_NONE; in cfi_done()
1306 orig_io->io_hdr.status = CTL_STATUS_NONE; in cfi_err_recovery_done()
HDscsi_ctl.c1259 io->scsiio.io_hdr.status = CTL_STATUS_NONE; in ctlfedone()
1994 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE) in ctlfe_datamove()
HDctl_frontend_cam_sim.c471 KASSERT(((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE), in cfcs_done()
HDctl_util.c73 {CTL_STATUS_NONE, "No Status"},
HDctl.c2403 io->io_hdr.status = CTL_STATUS_NONE; in ctl_ioctl()
5157 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_config_move_done()
5174 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_config_move_done()
5228 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_data_submit_done()
5255 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_config_write_done()
5283 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_config_read_done()
9230 ctsio->io_hdr.status = CTL_STATUS_NONE; in ctl_cnw_cont()
13402 && ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE)) in ctl_datamove_remote_xfer()
13405 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE) { in ctl_datamove_remote_xfer()
HDctl_tpc.c1545 io->io_hdr.status = CTL_STATUS_NONE; in tpc_done()
HDctl_frontend_iscsi.c2865 KASSERT(((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE), in cfiscsi_done()