Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcondition.c802 bool is_bitop[2] = { false, false }; in tomoyo_condition() local
1058 is_bitop[j] = true; in tomoyo_condition()
1089 if (is_bitop[0] && is_bitop[1]) { in tomoyo_condition()
1091 } else if (is_bitop[0]) { in tomoyo_condition()
1101 } else if (is_bitop[1]) { in tomoyo_condition()