|
iPXE
|
EFI autoboot device. More...
#include <string.h>#include <errno.h>#include <ipxe/if_ether.h>#include <ipxe/vlan.h>#include <ipxe/efi/efi.h>#include <ipxe/efi/efi_path.h>#include <ipxe/efi/efi_autoboot.h>#include <ipxe/efi/Protocol/SimpleNetwork.h>#include <usr/autoboot.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.c.
| 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 DBGC, DBGC_HDA, efi_handle_name(), efi_open, efi_path_vlan(), efi_simple_network_protocol_guid, ETH_ALEN, mode, _EFI_SIMPLE_NETWORK_PROTOCOL::Mode, rc, set_autoboot_ll_addr(), strerror(), and vlan_auto().
Referenced by efi_init_application().
1.8.15