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

  /src/sys/arch/xen/x86/
autoconf.c 232 device_t isaboot, pciboot; local in function:device_register
236 pciboot = device_pci_register(dev, aux);
268 else if (pciboot != NULL)
269 found = pciboot;
  /src/sys/arch/x86/x86/
x86_autoconf.c 565 device_t isaboot, pciboot; local in function:device_register
600 pciboot = device_pci_register(dev, aux);
609 if (isaboot == NULL && pciboot == NULL)
616 booted_device = (isaboot != NULL) ? isaboot : pciboot;

Completed in 27 milliseconds