|
iPXE
|
Parameter block for pxenv_file_api_check() More...
#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. More... | |
| UINT16_t | Size |
| Size of structure. More... | |
| UINT32_t | Magic |
| Magic number. More... | |
| UINT32_t | Provider |
| Implementation identifier. More... | |
| UINT32_t | APIMask |
| Supported API functions. More... | |
| UINT32_t | Flags |
| Reserved for the future. More... | |
Parameter block for pxenv_file_api_check()
| PXENV_STATUS_t s_PXENV_FILE_API_CHECK::Status |
| UINT16_t s_PXENV_FILE_API_CHECK::Size |
| UINT32_t s_PXENV_FILE_API_CHECK::Magic |
| UINT32_t s_PXENV_FILE_API_CHECK::Provider |
Implementation identifier.
Definition at line 1669 of file pxe_api.h.
Referenced by pxenv_file_api_check().
| UINT32_t s_PXENV_FILE_API_CHECK::APIMask |
Supported API functions.
Definition at line 1670 of file pxe_api.h.
Referenced by pxenv_file_api_check().
| UINT32_t s_PXENV_FILE_API_CHECK::Flags |
Reserved for the future.
Definition at line 1671 of file pxe_api.h.
Referenced by pxenv_file_api_check().
1.8.15