iPXE
Data Fields
efi_veto Struct Reference

A driver veto. More...

Data Fields

EFI_HANDLE driver
 Driver binding handle. More...
 
EFI_DRIVER_BINDING_PROTOCOLbinding
 Driving binding protocol. More...
 
EFI_HANDLE image
 Image handle. More...
 
EFI_LOADED_IMAGE_PROTOCOLloaded
 Loaded image protocol. More...
 

Detailed Description

A driver veto.

Definition at line 61 of file efi_veto.c.

Field Documentation

◆ driver

EFI_HANDLE efi_veto::driver

◆ binding

EFI_DRIVER_BINDING_PROTOCOL* efi_veto::binding

Driving binding protocol.

Definition at line 65 of file efi_veto.c.

Referenced by efi_veto_find().

◆ image

EFI_HANDLE efi_veto::image

Image handle.

Definition at line 67 of file efi_veto.c.

Referenced by efi_veto_close_protocol(), efi_veto_find(), and efi_veto_unload().

◆ loaded

EFI_LOADED_IMAGE_PROTOCOL* efi_veto::loaded

Loaded image protocol.

Definition at line 69 of file efi_veto.c.

Referenced by efi_veto_find().


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