|
iPXE
|
Null SMBIOS API. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | null_find_smbios (struct smbios *smbios __unused) |
| Find SMBIOS. | |
| PROVIDE_SMBIOS (null, find_smbios, null_find_smbios) | |
Null SMBIOS API.
Definition in file null_smbios.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
Find SMBIOS.
| smbios | SMBIOS entry point descriptor structure to fill in |
| rc | Return status code |
Definition at line 42 of file null_smbios.c.
References __unused, and ENOTSUP.
Referenced by PROVIDE_SMBIOS().
| PROVIDE_SMBIOS | ( | null | , |
| find_smbios | , | ||
| null_find_smbios | ) |
References find_smbios(), and null_find_smbios().