Searched refs:line (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | bug.c | 133 unsigned int *line) in bug_get_file_line() argument 141 *line = bug->line; in bug_get_file_line() 144 *line = 0; in bug_get_file_line() 163 unsigned line, warning, once, done; in __report_bug() local 174 bug_get_file_line(bug, &file, &line); in __report_bug() 201 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in __report_bug() 207 pr_crit("kernel BUG at %s:%u!\n", file, line); in __report_bug() 212 trace_android_rvh_report_bug(file, line, bugaddr); in __report_bug()
|
D | test_bitmap.c | 63 __check_eq_uint(const char *srcfile, unsigned int line, in __check_eq_uint() argument 68 srcfile, line, exp_uint, x); in __check_eq_uint() 76 __check_eq_bitmap(const char *srcfile, unsigned int line, in __check_eq_bitmap() argument 82 srcfile, line, in __check_eq_bitmap() 90 __check_eq_pbl(const char *srcfile, unsigned int line, in __check_eq_pbl() argument 97 srcfile, line, in __check_eq_pbl() 105 __check_eq_u32_array(const char *srcfile, unsigned int line, 109 __check_eq_u32_array(const char *srcfile, unsigned int line, in __check_eq_u32_array() argument 115 srcfile, line, in __check_eq_u32_array() 121 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 | ubsan.c | 144 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 96 specified in milliseconds on the kernel command line, 119 function, module, format string, and line number. This mechanism 136 format for each line of the file is: 141 lineno : line number of the debug statement 144 flags : '=p' means the line is turned 'on' for printing 157 // enable the message at line 1603 of file svcsock.c 158 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > [all …]
|
D | Kconfig.kcsan | 97 due to reducing cache-line contention. The chosen default is a
|
/lib/kunit/ |
D | test.c | 27 void __kunit_fail_current_test(const char *file, int line, const char *fmt, ...) in __kunit_fail_current_test() argument 51 kunit_err(current->kunit_test, "%s:%d: %s", file, line, buffer); in __kunit_fail_current_test() 119 char line[KUNIT_LOG_SIZE]; in kunit_log_append() local 131 vsnprintf(line, sizeof(line), fmt, args); in kunit_log_append() 134 strncat(log, line, len_left); in kunit_log_append() 280 loc->line); in kunit_fail()
|
D | assert.c | 29 expect_or_assert, loc->file, loc->line); in kunit_assert_prologue()
|
D | Kconfig | 68 kernel command line.
|