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

  /src/sys/arch/x86/pci/
pci_machdep.c 1232 device_t grand = device_parent(parent); local in function:device_pci_register
1233 if (efi_probe() && grand && device_is_a(grand, "ppb")) {
1234 struct ppb_softc *ppb_sc = device_private(grand);
pci_machdep.c 1232 device_t grand = device_parent(parent); local in function:device_pci_register
1233 if (efi_probe() && grand && device_is_a(grand, "ppb")) {
1234 struct ppb_softc *ppb_sc = device_private(grand);

Completed in 26 milliseconds