Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbootspec.c52 free(entry->device_tree); in boot_entry_free()
156 r = free_and_strdup(&tmp.device_tree, p); in boot_entry_load_type1()
1168 if (e->device_tree) in show_boot_entry()
1169 boot_entry_file_list("devicetree", e->root, e->device_tree, &status); in show_boot_entry()
1209 … JSON_BUILD_PAIR_CONDITION(e->device_tree, "devicetree", JSON_BUILD_STRING(e->device_tree)), in show_boot_entries()
Dbootspec.h40 char *device_tree; member