iPXE
Data Fields
efi_autoexec_loader Struct Reference

An EFI autoexec script loader. More...

Data Fields

EFI_GUIDprotocol
 Required protocol GUID. More...
 
int(* load )(EFI_HANDLE handle, struct image **image)
 Load autoexec script. More...
 

Detailed Description

An EFI autoexec script loader.

Definition at line 52 of file efi_autoexec.c.

Field Documentation

◆ protocol

EFI_GUID* efi_autoexec_loader::protocol

Required protocol GUID.

Definition at line 54 of file efi_autoexec.c.

Referenced by efi_autoexec_load().

◆ load

int( * efi_autoexec_loader::load) (EFI_HANDLE handle, struct image **image)

Load autoexec script.

Parameters
handleHandle on which protocol was found
imageImage to fill in
Return values
rcReturn status code

Definition at line 62 of file efi_autoexec.c.

Referenced by efi_autoexec_load().


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