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

  /src/sys/dev/mca/
edvar.h 50 #define WDF_LOADED 0x004 /* parameters loaded */
ed_mca.c 230 if ((ed->sc_flags & WDF_LOADED) == 0) {
320 if ((wd->sc_flags & WDF_LOADED) == 0) {
325 if ((wd->sc_flags & WDF_LOADED) == 0) {
328 wd->sc_flags |= WDF_LOADED;
394 wd->sc_flags &= ~WDF_LOADED;
479 if ((ed->sc_flags & WDF_LOADED) == 0)
  /src/sys/dev/ata/
wdvar.h 64 #define WDF_LOADED 0x010 /* parameters loaded */
wd.c 642 if ((wd->sc_flags & WDF_LOADED) == 0 ||
1167 if ((wd->sc_flags & (WDF_OPEN | WDF_LOADED)) == WDF_OPEN) {
1191 if ((wd->sc_flags & WDF_LOADED) == 0) {
1202 wd->sc_flags |= WDF_LOADED;
1295 if ((wd->sc_flags & WDF_LOADED) == 0)
1522 if ((wd->sc_flags & WDF_LOADED) == 0)

Completed in 14 milliseconds