Home
last modified time | relevance | path

Searched refs:sort_key (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dbootspec.c44 free(entry->sort_key); in boot_entry_free()
140 r = free_and_strdup(&tmp.sort_key, p); in boot_entry_load_type1()
312 r = CMP(!a->sort_key, !b->sort_key); in boot_entry_compare()
316 if (a->sort_key && b->sort_key) { in boot_entry_compare()
317 r = strcmp(a->sort_key, b->sort_key); in boot_entry_compare()
529 tmp.sort_key = strdup(good_sort_key); in boot_entry_load_unified()
530 if (!tmp.sort_key) in boot_entry_load_unified()
1132 if (e->sort_key) in show_boot_entry()
1133 printf(" sort-key: %s\n", e->sort_key); in show_boot_entry()
1201 … JSON_BUILD_PAIR_CONDITION(e->sort_key, "sortKey", JSON_BUILD_STRING(e->sort_key)), in show_boot_entries()
Dbootspec.h32 char *sort_key; member
/systemd-251/src/boot/efi/
Dboot.c56 …CHAR16 *sort_key; /* The string to use as primary sort key, usually ID= from os-release, possibl… member
559 ps_string(L" sort key: %s\n", entry->sort_key); in print_status()
1055 FreePool(entry->sort_key); in config_entry_free()
1459 FreePool(entry->sort_key); in config_entry_add_from_file()
1460 entry->sort_key = xstra_to_str(value); in config_entry_add_from_file()
1691 r = CMP(!a->sort_key, !b->sort_key); in config_entry_compare()
1695 if (a->sort_key && b->sort_key) { in config_entry_compare()
1696 r = strcmp(a->sort_key, b->sort_key); in config_entry_compare()
1900 const CHAR16 *sort_key, in config_entry_add_loader() argument
1919 .sort_key = sort_key ? xstrdup(sort_key) : NULL, in config_entry_add_loader()