Home
last modified time | relevance | path

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

/linux-2.6.39/security/selinux/ss/
Dconditional.h30 #define COND_NEQ 7 /* bool != bool */ macro
31 #define COND_LAST COND_NEQ
Dconditional.c69 case COND_NEQ: in cond_evaluate_expr()