Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootstage.c235 static int h_compare_record(const void *r1, const void *r2) in h_compare_record() function
321 qsort(data->record, data->rec_count, sizeof(*rec), h_compare_record); in bootstage_report()