Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcommon.c1367 if (head->r.print_cond_part) in tomoyo_print_entry()
1368 goto print_cond_part; in tomoyo_print_entry()
1534 head->r.print_cond_part = true; in tomoyo_print_entry()
1538 print_cond_part: in tomoyo_print_entry()
1541 head->r.print_cond_part = false; in tomoyo_print_entry()
Dcommon.h813 bool print_cond_part; member