HomeSort by: relevance | last modified time | path
    Searched defs:sc_posth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
vga_pci.c 83 struct vga_post *sc_posth; member in struct:vga_pci_softc
248 psc->sc_posth = vga_post_init(pa->pa_bus, pa->pa_device,
250 if (psc->sc_posth == NULL)
288 if (sc->sc_posth != NULL && acpi_md_vbios_reset == 2)
289 vga_post_call(sc->sc_posth);
vga_pci.c 83 struct vga_post *sc_posth; member in struct:vga_pci_softc
248 psc->sc_posth = vga_post_init(pa->pa_bus, pa->pa_device,
250 if (psc->sc_posth == NULL)
288 if (sc->sc_posth != NULL && acpi_md_vbios_reset == 2)
289 vga_post_call(sc->sc_posth);
vga_pci.c 83 struct vga_post *sc_posth; member in struct:vga_pci_softc
248 psc->sc_posth = vga_post_init(pa->pa_bus, pa->pa_device,
250 if (psc->sc_posth == NULL)
288 if (sc->sc_posth != NULL && acpi_md_vbios_reset == 2)
289 vga_post_call(sc->sc_posth);

Completed in 32 milliseconds