iPXE
Data Fields
efi_veto_candidate Struct Reference

A driver veto candidate. More...

Data Fields

const char * name
 Veto name (for debugging) More...
 
int(* veto )(EFI_DRIVER_BINDING_PROTOCOL *binding, EFI_LOADED_IMAGE_PROTOCOL *loaded, EFI_COMPONENT_NAME_PROTOCOL *wtf, const char *manufacturer, const CHAR16 *name)
 Check if driver is vetoed. More...
 

Detailed Description

A driver veto candidate.

Definition at line 41 of file efi_veto.c.

Field Documentation

◆ name

const char* efi_veto_candidate::name

Veto name (for debugging)

Definition at line 43 of file efi_veto.c.

◆ veto

int( * efi_veto_candidate::veto) (EFI_DRIVER_BINDING_PROTOCOL *binding, EFI_LOADED_IMAGE_PROTOCOL *loaded, EFI_COMPONENT_NAME_PROTOCOL *wtf, const char *manufacturer, const CHAR16 *name)

Check if driver is vetoed.

Parameters
bindingDriver binding protocol
loadedLoaded image protocol
wtfComponent name protocol, if present
manufacturerManufacturer name, if present
nameDriver name (in "eng" language), if present
Return values
vetoedDriver is to be vetoed

Definition at line 54 of file efi_veto.c.


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