Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfdc.h379 #define FUNIT_DRVATCH 0x001 /* this is drive present */ macro
/titanic_41/usr/src/uts/common/io/
H A Dfd.c510 fjp->fj_flags |= FUNIT_DRVATCH; in fd_attach()
579 fjp->fj_flags &= ~FUNIT_DRVATCH; in fd_detach()
H A Dfdc.c1627 if (fjp->fj_flags & FUNIT_DRVATCH) { in fdc_quiesce()