iPXE
Data Structures | Macros | Typedefs

FILE SELECT. More...

Data Structures

struct  s_PXENV_FILE_SELECT
 Parameter block for pxenv_file_select() More...
 

Macros

#define PXENV_FILE_SELECT   0x00e2
 PXE API function code for pxenv_file_select() More...
 
#define RDY_READ   0x0001
 File is ready for reading. More...
 

Typedefs

typedef struct s_PXENV_FILE_SELECT PXENV_FILE_SELECT_t
 

Detailed Description

FILE SELECT.

Macro Definition Documentation

◆ PXENV_FILE_SELECT

#define PXENV_FILE_SELECT   0x00e2

PXE API function code for pxenv_file_select()

Definition at line 1575 of file pxe_api.h.

◆ RDY_READ

#define RDY_READ   0x0001

File is ready for reading.

Definition at line 1578 of file pxe_api.h.

Typedef Documentation

◆ PXENV_FILE_SELECT_t

Definition at line 1587 of file pxe_api.h.