Searched refs:os_name (Results 1 - 2 of 2) sorted by relevance
/systemd/src/journal-remote/ |
H A D | journal-gatewayd.c | 752 _cleanup_free_ char* hostname = NULL, *os_name = NULL; local 785 if (parse_env_file("/etc/os-release", NEWLINE, "PRETTY_NAME", &os_name, NULL) == -ENOENT) 786 (void) parse_env_file("/usr/lib/os-release", NEWLINE, "PRETTY_NAME", &os_name, NULL); 802 os_name ? os_name : "Linux",
|
/systemd/src/boot/efi/ |
H A D | boot.c | 1519 CHAR16 *os_name = NULL; local 1553 FreePool(os_name); 1554 os_name = stra_to_str(value); 1577 if (os_name && os_id && (os_version || os_build)) { 1584 entry = config_entry_add_loader(config, loaded_image->DeviceHandle, LOADER_LINUX, conf, 'l', os_name, path); 1599 FreePool(os_name);
|
Completed in 36 milliseconds