|
iPXE
|
Version number. More...
#include <wchar.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
Variables | |
| unsigned long | build_timestamp |
| Build timestamp. | |
| unsigned long | build_id |
| Build ID. | |
| const int | product_major_version |
| Product major version. | |
| const int | product_minor_version |
| Product minor version. | |
| const char | product_version [] |
| Product version string. | |
| const char | product_name [] |
| Product name string. | |
| const char | product_short_name [] |
| Product short name string. | |
| const char | build_name [] |
| Build name string. | |
| const wchar_t | product_wversion [] |
| Wide-character product version string. | |
| const wchar_t | product_wname [] |
| Wide-character product name string. | |
| const wchar_t | product_short_wname [] |
| Wide-character product short name string. | |
| const wchar_t | build_wname [] |
| Wide-character build name string. | |
Version number.
Definition in file version.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
extern |
Build timestamp.
Definition at line 59 of file version.c.
Referenced by efi_driver_install(), and FILE_SECBOOT().
|
extern |
Build ID.
Definition at line 62 of file version.c.
Referenced by efi_stack_cookie(), FILE_SECBOOT(), and xsigo_xds_complete().
|
extern |
Product major version.
Definition at line 65 of file version.c.
Referenced by FILE_SECBOOT(), intelxl_admin_driver(), and nbi_boot32().
|
extern |
Product minor version.
Definition at line 68 of file version.c.
Referenced by FILE_SECBOOT(), intelxl_admin_driver(), and nbi_boot32().
|
extern |
Product version string.
Definition at line 71 of file version.c.
Referenced by efi_snp_hii_package_list(), ena_probe(), FILE_SECBOOT(), http_format_user_agent(), int22(), ipxe(), multiboot_exec(), version_fetch(), and xsigo_xds_complete().
|
extern |
Product name string.
Definition at line 74 of file version.c.
Referenced by efi_snp_hii_package_list(), ena_probe(), FILE_SECBOOT(), and intelxl_admin_driver().
|
extern |
Product short name string.
Definition at line 77 of file version.c.
Referenced by efi_snp_hii_package_list(), efi_snp_probe(), ena_probe(), FILE_SECBOOT(), intelxl_admin_driver(), main(), oncrpc_init_cred_sys(), and xsigo_xds_complete().
|
extern |
|
extern |
Wide-character product version string.
Definition at line 83 of file version.c.
Referenced by FILE_SECBOOT().
|
extern |
Wide-character product name string.
Definition at line 86 of file version.c.
Referenced by efi_driver_name(), and FILE_SECBOOT().
|
extern |
Wide-character product short name string.
Definition at line 89 of file version.c.
Referenced by FILE_SECBOOT().
|
extern |
Wide-character build name string.
Definition at line 92 of file version.c.
Referenced by efi_driver_name(), and FILE_SECBOOT().