Searched refs:line (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | bug.c | 147 unsigned line, warning, once, done; in report_bug() local 157 line = 0; in report_bug() 167 line = bug->line; in report_bug() 195 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug() 201 pr_crit("kernel BUG at %s:%u!\n", file, line); in report_bug()
|
D | test_bitmap.c | 26 __check_eq_uint(const char *srcfile, unsigned int line, in __check_eq_uint() argument 31 srcfile, line, exp_uint, x); in __check_eq_uint() 39 __check_eq_bitmap(const char *srcfile, unsigned int line, in __check_eq_bitmap() argument 45 srcfile, line, in __check_eq_bitmap() 53 __check_eq_pbl(const char *srcfile, unsigned int line, in __check_eq_pbl() argument 60 srcfile, line, in __check_eq_pbl() 68 __check_eq_u32_array(const char *srcfile, unsigned int line, 72 __check_eq_u32_array(const char *srcfile, unsigned int line, in __check_eq_u32_array() argument 78 srcfile, line, in __check_eq_u32_array() 84 pr_warn("[%s:%u] array contents differ\n", srcfile, line); in __check_eq_u32_array()
|
D | ubsan.h | 22 u32 line; member
|
D | Kconfig.debug | 18 The behavior is also controlled by the kernel command line 32 line which was divided into multiple lines due to race) came from. 35 no option to enable/disable at the kernel command line parameter or 85 specified in milliseconds on the kernel command line, 107 function, module, format string, and line number. This mechanism 123 format for each line of the file is: 128 lineno : line number of the debug statement 131 flags : '=p' means the line is turned 'on' for printing 144 // enable the message at line 1603 of file svcsock.c 145 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > [all …]
|
D | ubsan.c | 52 loc->line & LINE_MASK, loc->column & COLUMN_MASK); in print_source_location()
|
D | Kconfig.kgdb | 99 setting with kdb.cmd_enable=X kernel command line option will
|