Home
last modified time | relevance | path

Searched refs:CTL_STATUS_MASK (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/usr.sbin/ctladm/
HDctladm.c703 } while (((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) in cctl_do_io()
1203 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cctl_sync_cache()
1264 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cctl_start_stop()
1428 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cctl_mode_sense()
1578 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cctl_read_capacity()
1767 if (((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) in cctl_read_write()
1776 } else if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) in cctl_read_write()
1842 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cctl_get_luns()
1940 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) in cctl_tur()
1980 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) { in cctl_get_inquiry()
[all …]
/freebsd-13-stable/sys/cam/ctl/
HDctl_frontend_cam_sim.c406 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) { in cfcs_datamove()
433 KASSERT(((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE), in cfcs_done()
444 switch (io->io_hdr.status & CTL_STATUS_MASK) { in cfcs_done()
HDctl_backend_block.c446 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE) { in ctl_be_block_move_done()
461 || ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE)) { in ctl_be_block_move_done()
1255 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_be_block_cw_done_ws()
1256 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) { in ctl_be_block_cw_done_ws()
1515 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_be_block_next()
1516 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) { in ctl_be_block_next()
1521 io->io_hdr.status &= ~CTL_STATUS_MASK; in ctl_be_block_next()
HDctl_io.h75 CTL_STATUS_MASK = 0xfff,/* Mask off any status flags */ enumerator
HDctl_util.c781 if ((io->io_hdr.status & CTL_STATUS_MASK) == in ctl_io_error_sbuf()
798 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR)) { in ctl_io_error_sbuf()
HDctl.c5120 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_config_move_done()
5121 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) || in ctl_config_move_done()
5172 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_data_submit_done()
5173 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) { in ctl_data_submit_done()
5199 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE || in ctl_config_write_done()
5200 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) { in ctl_config_write_done()
5227 ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE && in ctl_config_read_done()
5228 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) { in ctl_config_read_done()
12530 ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE ||
12531 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) {
[all …]
HDctl_tpc.c1576 switch (io->io_hdr.status & CTL_STATUS_MASK) { in tpc_error_parse()
1612 if (((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) in tpc_done()
1638 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) { in tpc_done()
1641 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR) { in tpc_done()
HDctl_backend_ramdisk.c413 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_STATUS_NONE) { in ctl_backend_ramdisk_move_done()
HDscsi_ctl.c1921 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE) in ctlfe_datamove()
HDctl_frontend_iscsi.c3057 KASSERT(((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE), in cfiscsi_done()
/freebsd-13-stable/sys/dev/usb/storage/
HDcfumass.c901 KASSERT(((io->io_hdr.status & CTL_STATUS_MASK) != CTL_STATUS_NONE), in cfumass_done()
926 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) in cfumass_done()
932 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR && in cfumass_done()