Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dconditional.h29 #define COND_NEQ 7 /* bool != bool */ macro
30 #define COND_LAST COND_NEQ
H A Dconditional.c72 case COND_NEQ: in cond_evaluate_expr()