|
iPXE
|
ACPI MAC address. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | acpi_mac (uint8_t *hw_addr) |
| Extract MAC address from DSDT/SSDT. More... | |
ACPI MAC address.
Definition in file acpimac.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int acpi_mac | ( | uint8_t * | hw_addr | ) |
Extract MAC address from DSDT/SSDT.
| hw_addr | MAC address to fill in |
| rc | Return status code |
Definition at line 234 of file acpimac.c.
References acpi_extract(), acpimac_extract_auxmac(), acpimac_extract_rtxmac(), AMAC_SIGNATURE, ENOENT, MACA_SIGNATURE, rc, and RTMA_SIGNATURE.
Referenced by ecm_fetch_mac(), sysmac_fetch(), and typeof().
1.8.15