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

  /src/sys/dev/
md.h 50 #define MD_UNCONFIGURED 0
md.c 167 sc->sc_type = MD_UNCONFIGURED;
188 if (sc->sc_type != MD_UNCONFIGURED)
203 if (sc->sc_dkdev.dk_openmask == 0 && sc->sc_type == MD_UNCONFIGURED)
246 if (sc->sc_type == MD_UNCONFIGURED)
298 configured = (sc->sc_type != MD_UNCONFIGURED);
301 if (!configured && sc->sc_type != MD_UNCONFIGURED)
309 if (sc->sc_type == MD_UNCONFIGURED) {
384 if (sc == NULL || sc->sc_type == MD_UNCONFIGURED)
397 if (sc == NULL || sc->sc_type == MD_UNCONFIGURED)
417 if (sc == NULL || sc->sc_type == MD_UNCONFIGURED) {
    [all...]
  /src/sys/arch/atari/dev/
md_root.c 117 md->md_type = MD_UNCONFIGURED; /* Paranoia... */
130 if (md->md_type != MD_UNCONFIGURED)
  /src/sys/arch/acorn32/mainbus/
fd.c 1515 if (md->md_type == MD_UNCONFIGURED || md->md_addr == 0)

Completed in 76 milliseconds