Home
last modified time | relevance | path

Searched refs:CTL_FLAG_IO_CONT (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/cam/ctl/
HDctl_io.h110 CTL_FLAG_IO_CONT = 0x00100000, /* Continue I/O instead of enumerator
HDctl.c5226 if ((io->io_hdr.flags & CTL_FLAG_IO_CONT) && in ctl_data_submit_done()
5253 if ((io->io_hdr.flags & CTL_FLAG_IO_CONT) && in ctl_config_write_done()
5300 if (io->io_hdr.flags & CTL_FLAG_IO_CONT) { in ctl_config_read_done()
6672 ctsio->io_hdr.flags |= CTL_FLAG_IO_CONT; in ctl_mode_select()
9231 ctsio->io_hdr.flags &= ~CTL_FLAG_IO_CONT; in ctl_cnw_cont()
9319 ctsio->io_hdr.flags |= CTL_FLAG_IO_CONT; in ctl_cnw()