|
iPXE
|
EFI autoexec script. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| int | efi_autoexec_load (void) |
| Load autoexec script. More... | |
EFI autoexec script.
Definition in file efi_autoexec.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
| int efi_autoexec_load | ( | void | ) |
Load autoexec script.
| rc | Return status code |
Definition at line 169 of file efi_autoexec.c.
References DBGC, EFI_LOADED_IMAGE_PROTOCOL::DeviceHandle, efi_autoexec_loaders, efi_guid_ntoa(), efi_handle_name(), efi_loaded_image, efi_locate_device(), ENOENT, handle, image::len, efi_autoexec_loader::load, image::name, efi_autoexec_loader::protocol, rc, strerror(), and unregister_image().
Referenced by efi_probe().
1.8.15