Searched refs:show_boot_entries (Results 1 – 4 of 4) sorted by relevance
118 (void) show_boot_entries(&config, JSON_FORMAT_OFF); in LLVMFuzzerTestOneInput()119 (void) show_boot_entries(&config, JSON_FORMAT_PRETTY); in LLVMFuzzerTestOneInput()
116 int show_boot_entries(
1180 int show_boot_entries(const BootConfig *config, JsonFormatFlags json_format) { in show_boot_entries() function
1739 return show_boot_entries(&config, arg_json_format_flags); in verb_list()