OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bios32
(Results
1 - 2
of
2
) 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
Completed in 246 milliseconds