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, const char *manufacturer, const CHAR16 *name)
 Check if driver is vetoed. More...
 

Detailed Description

A driver veto candidate.

Definition at line 42 of file efi_veto.c.

Field Documentation

◆ name

const char* efi_veto_candidate::name

Veto name (for debugging)

Definition at line 44 of file efi_veto.c.

◆ veto

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

Check if driver is vetoed.

Parameters
bindingDriver binding protocol
loadedLoaded image protocol
manufacturerManufacturer name, if present
nameDriver name, if present
Return values
vetoedDriver is to be vetoed

Definition at line 54 of file efi_veto.c.

Referenced by efi_veto_find().


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