Searched refs:expr_type (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/scripts/kconfig/ |
D | expr.h | 33 enum expr_type { enum 43 enum expr_type type; 190 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); 191 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 192 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); 208 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 209 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
|
D | lkc_proto.h | 52 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
|
D | expr.c | 24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 135 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 509 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 561 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2() 853 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq() 882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 984 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
|
/linux-2.6.39/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 | 32 __u32 expr_type; member
|
D | policydb.c | 1141 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper() 1145 switch (e->expr_type) { in read_cons_helper() 2672 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper() 2679 switch (e->expr_type) { in write_cons_helper()
|
D | services.c | 286 switch (e->expr_type) { in constraint_expr_eval()
|