Searched refs:line (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | bug.c | 150 unsigned line, warning, once, done; in report_bug() local 162 line = 0; in report_bug() 170 line = bug->line; in report_bug() 197 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug() 203 pr_crit("kernel BUG at %s:%u!\n", file, line); in report_bug() 208 trace_android_rvh_report_bug(file, line, bugaddr); in report_bug()
|
D | test_bitmap.c | 58 __check_eq_uint(const char *srcfile, unsigned int line, in __check_eq_uint() argument 63 srcfile, line, exp_uint, x); in __check_eq_uint() 71 __check_eq_bitmap(const char *srcfile, unsigned int line, in __check_eq_bitmap() argument 77 srcfile, line, in __check_eq_bitmap() 85 __check_eq_pbl(const char *srcfile, unsigned int line, in __check_eq_pbl() argument 92 srcfile, line, in __check_eq_pbl() 100 __check_eq_u32_array(const char *srcfile, unsigned int line, 104 __check_eq_u32_array(const char *srcfile, unsigned int line, in __check_eq_u32_array() argument 110 srcfile, line, in __check_eq_u32_array() 116 pr_warn("[%s:%u] array contents differ\n", srcfile, line); in __check_eq_u32_array() [all …]
|
D | ubsan.h | 22 u32 line; member
|
D | Kconfig.kgdb | 119 setting with kdb.cmd_enable=X kernel command line option will 153 Otherwise, if "kgdbwait" is passed on the kernel command line it
|
D | Kconfig.kcsan | 16 …depends on !$(cc-option,-Werror=unused-command-line-argument -fsanitize=thread -fsanitize-coverage… 106 due to reducing cache-line contention. The chosen default is a
|
D | ubsan.c | 143 loc->line & LINE_MASK, loc->column & COLUMN_MASK); in ubsan_prologue()
|
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, 108 function, module, format string, and line number. This mechanism 125 format for each line of the file is: 130 lineno : line number of the debug statement 133 flags : '=p' means the line is turned 'on' for printing 146 // enable the message at line 1603 of file svcsock.c 147 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > [all …]
|
D | Kconfig.ubsan | 33 …depends on !$(cc-option,-Werror=unused-command-line-argument -fsanitize=bounds -fsanitize-coverage…
|
/lib/kunit/ |
D | test.c | 25 char line[KUNIT_LOG_SIZE]; in kunit_log_append() local 37 vsnprintf(line, sizeof(line), fmt, args); in kunit_log_append() 40 strncat(log, line, len_left); in kunit_log_append() 164 assert->line); in kunit_fail()
|
D | assert.c | 28 expect_or_assert, assert->file, assert->line); in kunit_base_assert_format()
|