Home
last modified time | relevance | path

Searched refs:xstra_to_str (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/boot/efi/
Dboot.c1163 s = xstra_to_str(value); in config_defaults_load_from_file()
1176 config->entry_default_config = xstra_to_str(value); in config_defaults_load_from_file()
1225 s = xstra_to_str(value); in config_defaults_load_from_file()
1454 entry->title = xstra_to_str(value); in config_entry_add_from_file()
1460 entry->sort_key = xstra_to_str(value); in config_entry_add_from_file()
1466 entry->version = xstra_to_str(value); in config_entry_add_from_file()
1472 entry->machine_id = xstra_to_str(value); in config_entry_add_from_file()
1531 new = xstra_to_str(value); in config_entry_add_from_file()
2208 os_pretty_name = xstra_to_str(value); in config_entry_add_linux()
2214 os_image_id = xstra_to_str(value); in config_entry_add_linux()
[all …]
Dlinux.c47 loaded_image->LoadOptions = xstra_to_str(cmdline); in loaded_image_register()
Dutil.h67 CHAR16 *xstra_to_str(const CHAR8 *stra);
Dutil.c301 CHAR16 *xstra_to_str(const CHAR8 *stra) { in xstra_to_str() function