Searched refs:linenum (Results 1 – 1 of 1) sorted by relevance
168 ulong bootstage_mark_code(const char *file, const char *func, int linenum) in bootstage_mark_code() argument175 if (linenum != -1) in bootstage_mark_code()187 if (linenum != -1) in bootstage_mark_code()188 p += snprintf(p, end - p, "%d", linenum); in bootstage_mark_code()
Completed in 5 milliseconds