Searched refs:boot_entry_file_list (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | bootspec.c | 1068 static void boot_entry_file_list(const char *field, const char *root, const char *p, int *ret_statu… in boot_entry_file_list() function 1141 boot_entry_file_list("linux", e->root, e->kernel, &status); in show_boot_entry() 1144 boot_entry_file_list(s == e->initrd ? "initrd" : NULL, in show_boot_entry() 1169 boot_entry_file_list("devicetree", e->root, e->device_tree, &status); in show_boot_entry() 1172 boot_entry_file_list(s == e->device_tree_overlay ? "devicetree-overlay" : NULL, in show_boot_entry()
|