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

  /src/sys/dev/acpi/
acpivar.h 171 device_t sc_wdrt; /* acpiwdrt(4) pseudo-bus */ member in struct:acpi_softc
acpi.c 637 if (sc->sc_wdrt == child)
638 sc->sc_wdrt = NULL;
1011 if (ifattr_match(ifattr, "acpiwdrtbus") && sc->sc_wdrt == NULL) {
1012 sc->sc_wdrt = config_found(sc->sc_dev, NULL, NULL,

Completed in 13 milliseconds