HomeSort by: relevance | last modified time | path
    Searched defs:isaboot (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
235 isaboot = device_isa_register(dev, aux);
266 if (isaboot != NULL)
267 found = isaboot;
  /src/sys/arch/x86/x86/
x86_autoconf.c 565 device_t isaboot, pciboot; local in function:device_register
599 isaboot = device_isa_register(dev, aux);
609 if (isaboot == NULL && pciboot == NULL)
616 booted_device = (isaboot != NULL) ? isaboot : pciboot;

Completed in 11 milliseconds