Home
last modified time | relevance | path

Searched refs:id_old (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dbootspec.c39 free(entry->id_old); in boot_entry_free()
90 tmp.id_old = strndup(id, c - id); /* Without .conf suffix */ in boot_entry_load_type1()
91 if (!tmp.id_old) in boot_entry_load_type1()
502 tmp.id_old = strjoin(os_id, "-", os_version_id); in boot_entry_load_unified()
503 if (!tmp.id_old) in boot_entry_load_unified()
1062 streq_ptr(config->entries[j].id_old, id)) in boot_config_find_entry()
Dbootspec.h27 char *id_old; /* Old-style ID, for deduplication purposes. */ member