Home
last modified time | relevance | path

Searched refs:print_cond_part (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dcommon.c1391 if (head->r.print_cond_part) in tomoyo_print_entry()
1392 goto print_cond_part; in tomoyo_print_entry()
1565 head->r.print_cond_part = true; in tomoyo_print_entry()
1569 print_cond_part: in tomoyo_print_entry()
1572 head->r.print_cond_part = false; in tomoyo_print_entry()
H A Dcommon.h818 bool print_cond_part; member