Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A DREADME.quirks113 o NO_START_STOP - Like test unit ready, don't send this command if it hangs the device.
/freebsd/sys/dev/usb/storage/
H A Dumass.c331 #define NO_START_STOP 0x0004 macro
833 quirks |= NO_START_STOP; in umass_probe_proto()
2292 if (sc->sc_quirks & NO_START_STOP) { in umass_cam_action()