Home
last modified time | relevance | path

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

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