Home
last modified time | relevance | path

Searched refs:c_true (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dpanic.h82 char c_true; /* character printed when tainted */ member
/linux-6.15/kernel/
H A Dpanic.c485 .c_true = _c_true, .c_false = _c_false, \
533 char c = is_set ? t->c_true : t->c_false; in print_tainted_seq()
/linux-6.15/kernel/module/
H A Dmain.c904 buf[l++] = taint_flags[i].c_true; in module_flags_taint()