Searched refs:BOOTSTAGEF_ERROR (Results 1 – 2 of 2) sorted by relevance
117 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()130 return bootstage_add_record(id, NULL, BOOTSTAGEF_ERROR, in bootstage_error()
22 BOOTSTAGEF_ERROR = 1 << 0, /* Error record */ enumerator