|
iPXE
|
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... | |
A driver veto candidate.
Definition at line 42 of file efi_veto.c.
| const char* efi_veto_candidate::name |
Veto name (for debugging)
Definition at line 44 of file efi_veto.c.
| 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.
| binding | Driver binding protocol |
| loaded | Loaded image protocol |
| manufacturer | Manufacturer name, if present |
| name | Driver name, if present |
| vetoed | Driver is to be vetoed |
Definition at line 54 of file efi_veto.c.
Referenced by efi_veto_find().
1.8.15