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

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_io.h104 CTL_FLAG_IO_CONT = 0x00100000, /* Continue I/O instead of enumerator in enum:__anon9595
H A Dctl.c5092 if ((io->io_hdr.flags & CTL_FLAG_IO_CONT) &&
5119 if ((io->io_hdr.flags & CTL_FLAG_IO_CONT) &&
5166 if (io->io_hdr.flags & CTL_FLAG_IO_CONT) {
5632 ctsio->io_hdr.flags &= ~CTL_FLAG_IO_CONT;
5725 ctsio->io_hdr.flags |= CTL_FLAG_IO_CONT;
6314 ctsio->io_hdr.flags |= CTL_FLAG_IO_CONT;
8891 ctsio->io_hdr.flags &= ~CTL_FLAG_IO_CONT;
8974 ctsio->io_hdr.flags |= CTL_FLAG_IO_CONT;

Completed in 336 milliseconds