|
iPXE
|
Version number. More...
#include <wchar.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Variables | |
| unsigned long | build_timestamp |
| Build timestamp. More... | |
| unsigned long | build_id |
| Build ID. More... | |
| const int | product_major_version |
| Product major version. More... | |
| const int | product_minor_version |
| Product minor version. More... | |
| const char | product_version [] |
| Product version string. More... | |
| const char | product_name [] |
| Product name string. More... | |
| const char | product_short_name [] |
| Product short name string. More... | |
| const char | build_name [] |
| Build name string. More... | |
| const wchar_t | product_wversion [] |
| Wide-character product version string. More... | |
| const wchar_t | product_wname [] |
| Wide-character product name string. More... | |
| const wchar_t | product_short_wname [] |
| Wide-character product short name string. More... | |
| const wchar_t | build_wname [] |
| Wide-character build name string. More... | |
Version number.
Definition in file version.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| unsigned long build_timestamp |
| unsigned long build_id |
Build ID.
Definition at line 61 of file version.c.
Referenced by efi_stack_cookie(), and xsigo_xds_complete().
| const int product_major_version |
Product major version.
Definition at line 64 of file version.c.
Referenced by intelxl_admin_driver(), and nbi_boot32().
| const int product_minor_version |
Product minor version.
Definition at line 67 of file version.c.
Referenced by intelxl_admin_driver(), and nbi_boot32().
| const char product_version[] |
Product version string.
Definition at line 70 of file version.c.
Referenced by efi_snp_hii_package_list(), ena_probe(), http_format_user_agent(), int22(), ipxe(), multiboot_exec(), version_fetch(), and xsigo_xds_complete().
| const char product_name[] |
Product name string.
Definition at line 73 of file version.c.
Referenced by efi_snp_hii_package_list(), ena_probe(), and intelxl_admin_driver().
| const char product_short_name[] |
Product short name string.
Definition at line 76 of file version.c.
Referenced by efi_snp_hii_package_list(), efi_snp_probe(), ena_probe(), intelxl_admin_driver(), main(), oncrpc_init_cred_sys(), and xsigo_xds_complete().
| const wchar_t product_wversion[] |
| const wchar_t product_wname[] |
Wide-character product name string.
Definition at line 85 of file version.c.
Referenced by efi_driver_name().
| const wchar_t product_short_wname[] |
| const wchar_t build_wname[] |
Wide-character build name string.
Definition at line 91 of file version.c.
Referenced by efi_driver_name().
1.8.15