Lines Matching defs:file
10 the containing struct bug_entry for bug_addr and file.
11 CONFIG_DEBUG_BUGVERBOSE - emit full file+line information for each BUG
26 - NOTE: struct bug_entry does not have "file" or "line" entries
147 const char *file;
159 file = NULL;
164 file = bug->file;
166 file = (const char *)bug + bug->file_disp;
195 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs,
200 if (file)
201 pr_crit("kernel BUG at %s:%u!\n", file, line);