HomeSort by relevance Sort by last modified time
    Searched full:bios32 (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
pci.c 9 ** /usr/src/linux/arch/i386/bios32.c
10 ** /usr/src/linux/include/linux/bios32.h
331 printf("ERROR: BIOS32 says PCI BIOS, but no PCI "
347 union bios32 *check;
353 * Follow the standard procedure for locating the BIOS32 Service
355 * 0xe0000 through 0xfffff for a valid BIOS32 structure.
359 for (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
376 printf("pcibios_init : BIOS32 Service Directory "
387 printf("pcibios_init : BIOS32 Service Directory
    [all...]
pci.h 12 ** /usr/src/linux/arch/i386/bios32.c
13 ** /usr/src/linux/include/linux/bios32.h
76 union bios32 { union
README.netboot 15 Define this for PCI BIOSes that do not implement BIOS32 or not
  /external/libpcap/
pcap-dos.c 22 #include "msdos/pm_drvr/bios32.h"
806 (void)pci_init(); /* init BIOS32+PCI interface */
1023 { "BIOS32.DEBUG", ARG_ATOI, &bios32_debug },
    [all...]

Completed in 694 milliseconds