|
iPXE
|
PnP BIOS. More...
Go to the source code of this file.
Macros | |
| #define | BIOS_SEG 0xf000 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | find_pnp_bios (void) |
| Locate Plug-and-Play BIOS. | |
PnP BIOS.
Definition in file pnpbios.h.
| #define BIOS_SEG 0xf000 |
Definition at line 13 of file pnpbios.h.
Referenced by bios_find_smbios2(), bios_find_smbios3(), is_pnp_bios(), undi_load(), and undinet_probe().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
extern |
Locate Plug-and-Play BIOS.
| pnp_offset | Offset of PnP BIOS structure within BIOS segment |
The PnP BIOS structure will be at BIOS_SEG:pnp_offset. If no PnP BIOS is found, -1 is returned.
Definition at line 101 of file pnpbios.c.
References is_pnp_bios().
Referenced by undi_load(), and undinet_probe().