Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.c1390 if (head->r.print_cond_part) in tomoyo_print_entry()
1391 goto print_cond_part; in tomoyo_print_entry()
1564 head->r.print_cond_part = true; in tomoyo_print_entry()
1568 print_cond_part: in tomoyo_print_entry()
1571 head->r.print_cond_part = false; in tomoyo_print_entry()
Dcommon.h818 bool print_cond_part; member