Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Ddevicestat.h69 DEVSTAT_BS_UNAVAILABLE = 0x04 enumerator
/freebsd-12-stable/sys/cam/scsi/
Dscsi_cd.c680 DEVSTAT_BS_UNAVAILABLE, in cdregister()
817 softc->disk->d_devstat->flags |= DEVSTAT_BS_UNAVAILABLE; in cdclose()
1668 if ((softc->disk->d_devstat->flags & DEVSTAT_BS_UNAVAILABLE)!=0) in cddone()
1670 ~DEVSTAT_BS_UNAVAILABLE; in cddone()
2846 if ((softc->disk->d_devstat->flags & DEVSTAT_BS_UNAVAILABLE) != 0)
2847 softc->disk->d_devstat->flags &= ~DEVSTAT_BS_UNAVAILABLE;
Dscsi_da.c1801 softc->disk->d_devstat->flags |= DEVSTAT_BS_UNAVAILABLE; in daclose()
2819 DEVSTAT_BS_UNAVAILABLE, in daregister()
6098 softc->disk->d_devstat->flags &= ~DEVSTAT_BS_UNAVAILABLE; in dasetgeom()
Dscsi_sa.c2589 DEVSTAT_BS_UNAVAILABLE, SID_TYPE(&cgd->inq_data) | in saregister()