Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c108 CD_FLAG_RETRY_UA = 0x0200, enumerator
492 softc->flags |= CD_FLAG_RETRY_UA; in cdasync()
952 if ((softc->flags & CD_FLAG_RETRY_UA) != 0) { in cdstart()
954 softc->flags &= ~CD_FLAG_RETRY_UA; in cdstart()