Home
last modified time | relevance | path

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

/security/selinux/ss/
A Dconstraint.h30 u32 expr_type; /* expression type */ member
A Dconditional.c35 switch (node->expr_type) { in cond_evaluate_expr()
360 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_node_isvalid()
399 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
516 buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type); in cond_write_node()
A Dconditional.h30 u32 expr_type; member
A Dpolicydb.c1269 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1273 switch (e->expr_type) { in read_cons_helper()
3061 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
3068 switch (e->expr_type) { in write_cons_helper()
A Dservices.c280 switch (e->expr_type) { in constraint_expr_eval()

Completed in 17 milliseconds