iPXE
|
EFI autoboot device. More...
#include <ipxe/efi/efi.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
int | efi_set_autoboot_ll_addr (EFI_HANDLE device, EFI_DEVICE_PATH_PROTOCOL *path) |
Identify autoboot device. More... | |
EFI autoboot device.
Definition in file efi_autoboot.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
int efi_set_autoboot_ll_addr | ( | EFI_HANDLE | device, |
EFI_DEVICE_PATH_PROTOCOL * | path | ||
) |
Identify autoboot device.
device | Device handle |
path | Device path |
rc | Return status code |
Definition at line 49 of file efi_autoboot.c.
References EFI_SYSTEM_TABLE::BootServices, EFI_BOOT_SERVICES::CloseProtocol, EFI_SIMPLE_NETWORK_MODE::CurrentAddress, DBGC, DBGC_HDA, EEFI, efi_handle_name(), efi_image_handle, EFI_OPEN_PROTOCOL_GET_PROTOCOL, efi_path_vlan(), efi_simple_network_protocol_guid, efi_systab, ETH_ALEN, EFI_SIMPLE_NETWORK_MODE::HwAddressSize, NULL, EFI_BOOT_SERVICES::OpenProtocol, rc, set_autoboot_ll_addr(), strerror(), and vlan_auto().
Referenced by efi_init_application().