Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/
Dramdisk.c232 if (sc->sc_type == RD_UNCONFIGURED) in rdsize()
273 if (sc->sc_type == RD_UNCONFIGURED) in rdopen()
387 if (sc->sc_type == RD_UNCONFIGURED) { in rdioctl()
396 if (sc->sc_type == RD_UNCONFIGURED) { in rdioctl()
414 if (sc->sc_type == RD_UNCONFIGURED) { in rdioctl()
435 if (sc->sc_type != RD_UNCONFIGURED) { in rdioctl()
544 sc->sc_type = RD_UNCONFIGURED; in rd_ioctl_server()
Dramdisk.h53 #define RD_UNCONFIGURED 0 macro