#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT16_t | AX |
| ax register as passed to the Option ROM initialisation routine. | |
| UINT16_t | BX |
| bx register as passed to the Option ROM initialisation routine. | |
| UINT16_t | DX |
| dx register as passed to the Option ROM initialisation routine. | |
| OFF16_t | DI |
| di register as passed to the Option ROM initialisation routine. | |
| SEGSEL_t | ES |
| es register as passed to the Option ROM initialisation routine. | |
Definition at line 442 of file pxe_api.h.
ax register as passed to the Option ROM initialisation routine.
For a PCI device, this should contain the bus:dev:fn value that uniquely identifies the PCI device in the system. For a non-PCI device, this field is not defined.
Definition at line 450 of file pxe_api.h.
Referenced by pxenv_start_undi(), and undinet_probe().
bx register as passed to the Option ROM initialisation routine.
For an ISAPnP device, this should contain the Card Select Number assigned to the ISAPnP card. For non-ISAPnP devices, this should contain 0xffff.
Definition at line 457 of file pxe_api.h.
Referenced by pxenv_start_undi(), and undinet_probe().
dx register as passed to the Option ROM initialisation routine.
For an ISAPnP device, this should contain the ISAPnP Read Port address as currently set in all ISAPnP cards. If there are no ISAPnP cards, this should contain 0xffff. (If this is a non-ISAPnP device, but there are ISAPnP cards in the system, this value is not well defined.)
Definition at line 466 of file pxe_api.h.
Referenced by pxenv_start_undi(), and undinet_probe().
di register as passed to the Option ROM initialisation routine.
This contains the OFF16_t portion of a struct s_SEGOFF16 that points to the System BIOS Plug and Play Installation Check Structure. (Refer to section 4.4 of the Plug and Play BIOS specification for a description of this structure.)
Definition at line 480 of file pxe_api.h.
Referenced by undinet_probe().
es register as passed to the Option ROM initialisation routine.
This contains the SEGSEL_t portion of a struct s_SEGOFF16 that points to the System BIOS Plug and Play Installation Check Structure. (Refer to section 4.4 of the Plug and Play BIOS specification for a description of this structure.)
Definition at line 494 of file pxe_api.h.
Referenced by undinet_probe().
1.5.7.1