Searched refs:expr_type (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/scripts/kconfig/ |
D | expr.h | 30 enum expr_type { enum 40 enum expr_type type; 185 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); 186 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 187 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); 203 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 204 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
|
D | lkc_proto.h | 53 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
|
D | expr.c | 22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 39 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 130 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 504 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 556 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2() 848 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq() 877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 979 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
|
/linux-3.4.99/security/selinux/ss/ |
D | conditional.c | 33 switch (cur->expr_type) { in cond_evaluate_expr() 386 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_isvalid() 429 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node() 580 buf[0] = cpu_to_le32(cur_expr->expr_type); in cond_write_node()
|
D | constraint.h | 28 u32 expr_type; /* expression type */ member
|
D | conditional.h | 33 __u32 expr_type; member
|
D | policydb.c | 1189 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper() 1193 switch (e->expr_type) { in read_cons_helper() 2757 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper() 2764 switch (e->expr_type) { in write_cons_helper()
|
D | services.c | 284 switch (e->expr_type) { in constraint_expr_eval()
|