|
iPXE
|
A PXE API call. More...
#include <pxe.h>
Data Fields | |
| PXENV_EXIT_t(* | entry )(union u_PXENV_ANY *params) |
| Entry point. More... | |
| uint16_t | opcode |
| Opcode. More... | |
| PXENV_EXIT_t( * pxe_api_call::entry) (union u_PXENV_ANY *params) |
Entry point.
| params | PXE API call parameters |
| exit | PXE API call exit code |
Definition at line 87 of file pxe.h.
Referenced by pxe_api_call().
| uint16_t pxe_api_call::opcode |
Opcode.
Definition at line 89 of file pxe.h.
Referenced by find_pxe_api_call(), and pxenv_file_api_check().
1.8.15