Lines Matching refs:id
271 ulong bootstage_add_record(enum bootstage_id id, const char *name,
277 #define bootstage_mark(id) bootstage_mark_name(id, __func__) argument
278 #define bootstage_error(id) bootstage_error_name(id, __func__) argument
287 ulong bootstage_mark_name(enum bootstage_id id, const char *name);
296 ulong bootstage_error_name(enum bootstage_id id, const char *name);
322 uint32_t bootstage_start(enum bootstage_id id, const char *name);
336 uint32_t bootstage_accum(enum bootstage_id id);
388 static inline ulong bootstage_add_record(enum bootstage_id id, in bootstage_add_record() argument
404 static inline ulong bootstage_mark(enum bootstage_id id) in bootstage_mark() argument
406 show_boot_progress(id); in bootstage_mark()
410 static inline ulong bootstage_error(enum bootstage_id id) in bootstage_error() argument
412 show_boot_progress(-id); in bootstage_error()
416 static inline ulong bootstage_mark_name(enum bootstage_id id, const char *name) in bootstage_mark_name() argument
418 show_boot_progress(id); in bootstage_mark_name()
428 static inline uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() argument
433 static inline uint32_t bootstage_accum(enum bootstage_id id) in bootstage_accum() argument