#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT16_t | AX |
| ax register as for PXENV_START_UNDI | |
| UINT16_t | BX |
| bx register as for PXENV_START_UNDI | |
| UINT16_t | DX |
| dx register as for PXENV_START_UNDI | |
| OFF16_t | DI |
| di register as for PXENV_START_UNDI | |
| SEGSEL_t | ES |
| es register as for PXENV_START_UNDI | |
| SEGSEL_t | UNDI_DS |
| UNDI data segment. | |
| SEGSEL_t | UNDI_CS |
| UNDI code segment. | |
| SEGOFF16_t | PXEptr |
| Address of the !PXE structure (a struct s_PXE). | |
| SEGOFF16_t | PXENVptr |
| Address of the PXENV+ structure (a struct s_PXENV). | |
Definition at line 1813 of file pxe_api.h.
PXE status code.
Definition at line 1815 of file pxe_api.h.
Referenced by pxe_loader_call(), and undi_loader().
Address of the !PXE structure (a struct s_PXE).
Definition at line 1843 of file pxe_api.h.
Referenced by undi_loader().
Address of the PXENV+ structure (a struct s_PXENV).
Definition at line 1845 of file pxe_api.h.
Referenced by undi_loader().
1.5.7.1