iPXE
Data Fields
pxe_api_call Struct Reference

A PXE API call. More...

#include <pxe.h>

Data Fields

PXENV_EXIT_t(* entry )(union u_PXENV_ANY *params)
 Entry point. More...
 
uint16_t params_len
 Length of parameters. More...
 
uint16_t opcode
 Opcode. More...
 

Detailed Description

A PXE API call.

Definition at line 81 of file pxe.h.

Field Documentation

◆ entry

PXENV_EXIT_t( * pxe_api_call::entry) (union u_PXENV_ANY *params)

Entry point.

Parameters
paramsPXE API call parameters
Return values
exitPXE API call exit code

Definition at line 87 of file pxe.h.

Referenced by pxe_api_call().

◆ params_len

uint16_t pxe_api_call::params_len

Length of parameters.

Definition at line 89 of file pxe.h.

Referenced by pxe_api_call().

◆ opcode

uint16_t pxe_api_call::opcode

Opcode.

Definition at line 91 of file pxe.h.

Referenced by find_pxe_api_call(), and pxenv_file_api_check().


The documentation for this struct was generated from the following file: