Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dpolicy_define.c2067 #define OP_CMD(type, num) ((type << 8) + num) macro
2172 if (high > OP_CMD(type, 0xff)) in avrule_operation_num()
2173 high = OP_CMD(type, 0xff); in avrule_operation_num()
2176 if (low < OP_CMD(type, 0)) in avrule_operation_num()
2177 low = OP_CMD(type, 0); in avrule_operation_num()