HomeSort by: relevance | last modified time | path
    Searched refs:periph_quirks (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/usermode/dev/
vatapi.c 221 periph->periph_quirks = chan->chan_defquirks;
250 periph->periph_quirks |= PQUIRK_ONLYBIG;
  /src/sys/dev/scsipi/
scsiconf.c 356 periph->periph_quirks = chan->chan_defquirks;
907 periph->periph_quirks = chan->chan_defquirks;
1083 periph->periph_quirks |= quirks;
1085 (periph->periph_quirks & PQUIRK_FORCELUNS) == 0)
1086 periph->periph_quirks |= PQUIRK_NOLUNS;
1088 if ((periph->periph_quirks & PQUIRK_NOLUNS) == 0)
sd.c 270 periph->periph_quirks |= PQUIRK_ONLYBIG;
271 periph->periph_quirks |= PQUIRK_NOBIGMODESENSE;
324 if (periph->periph_quirks & PQUIRK_START)
681 bool havefua = !(periph->periph_quirks & PQUIRK_NOFUA);
746 !(periph->periph_quirks & PQUIRK_ONLYBIG) &&
1344 if ((sd->sc_periph->periph_quirks & PQUIRK_ONLYBIG) &&
1345 !(sd->sc_periph->periph_quirks & PQUIRK_NOBIGMODESENSE)) {
1905 (periph->periph_quirks & PQUIRK_NOSYNCCACHE))
1955 if (!(periph->periph_quirks & PQUIRK_NOFUA) &&
atapiconf.c 282 periph->periph_quirks |= quirks;
cd.c 815 !(periph->periph_quirks & PQUIRK_ONLYBIG)) {
1123 if (periph->periph_quirks & PQUIRK_LITTLETOC) {
1186 if (cd->sc_periph->periph_quirks & PQUIRK_LITTLETOC)
1191 if (cd->sc_periph->periph_quirks & PQUIRK_LITTLETOC)
1288 if (cd->sc_periph->periph_quirks & PQUIRK_LITTLETOC)
1517 if (periph->periph_quirks & PQUIRK_NOCAPACITY)
1550 if (periph->periph_quirks & PQUIRK_NOREADDISCINFO)
2153 if (cd->sc_periph->periph_quirks & PQUIRK_ONLYBIG) {
scsipiconf.h 411 int periph_quirks; /* device's quirks */ member in struct:scsipi_periph
481 /* periph_quirks */
atapi_wdc.c 301 periph->periph_quirks = PQUIRK_ONLYBIG;
1109 if ((sc_xfer->xs_periph->periph_quirks &
scsipi_base.c 1159 if (periph->periph_quirks & PQUIRK_NOTUR)
1301 if (periph->periph_quirks & PQUIRK_NODOORLOCK)
1418 if (periph->periph_quirks & PQUIRK_NOREPSUPPOPC ||
  /src/sys/dev/usb/
umass_scsipi.c 258 periph->periph_quirks, !!(xs->xs_control & XS_CTL_POLL));
555 periph->periph_quirks = chan->chan_defquirks;
usscanner.c 719 xs->xs_periph->periph_quirks,
  /src/sys/dev/ic/
siisata.c 1658 periph->periph_quirks = PQUIRK_ONLYBIG;
1909 if ((sc_xfer->xs_periph->periph_quirks &
ahcisata_core.c 2050 if ((sc_xfer->xs_periph->periph_quirks &
2147 periph->periph_quirks = PQUIRK_ONLYBIG;
sunscpal.c 1427 if ((xs->xs_periph->periph_quirks & PQUIRK_AUTOSAVE) == 0)
wd33c93.c 1608 if ((acb->xs->xs_periph->periph_quirks &
ncr5380sbc.c 1706 if ((xs->xs_periph->periph_quirks & PQUIRK_AUTOSAVE) == 0)
mvsata.c 800 periph->periph_quirks = PQUIRK_ONLYBIG;
2547 if ((sc_xfer->xs_periph->periph_quirks & PQUIRK_NOSENSE) == 0) {
ninjascsi32.c 2295 if ((xs->xs_periph->periph_quirks & PQUIRK_AUTOSAVE) != 0)
  /src/sys/arch/x68k/dev/
mha.c 1117 if ((acb->xs->xs_periph->periph_quirks & PQUIRK_AUTOSAVE) == 0)

Completed in 38 milliseconds