Searched refs:os_version (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/fundamental/ |
D | bootspec-fundamental.c | 11 const sd_char *os_version, in bootspec_pick_name_version_sort_key() argument 46 good_version = os_image_version ?: (os_version ?: (os_version_id ? : os_build_id)); in bootspec_pick_name_version_sort_key()
|
D | bootspec-fundamental.h | 12 const sd_char *os_version,
|
/systemd-251/src/shared/ |
D | bootspec.c | 448 … *os_image_version = NULL, *os_version = NULL, *os_version_id = NULL, *os_build_id = NULL; in boot_entry_load_unified() local 474 "VERSION", &os_version, in boot_entry_load_unified() 486 os_version, in boot_entry_load_unified()
|
/systemd-251/src/boot/efi/ |
D | boot.c | 2172 … *os_image_version = NULL, *os_version = NULL, *os_version_id = NULL, *os_build_id = NULL, in config_entry_add_linux() local 2237 FreePool(os_version); in config_entry_add_linux() 2238 os_version = xstra_to_str(value); in config_entry_add_linux() 2261 os_version, in config_entry_add_linux()
|