Searched refs:expr_type (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dconstraint.h28 u32 expr_type; /* expression type */ member in struct:constraint_expr
H A Dconditional.h32 __u32 expr_type; member in struct:cond_expr
H A Dconditional.c34 switch (cur->expr_type) {
377 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
420 expr->expr_type = le32_to_cpu(buf[0]);
H A Dpolicydb.c996 e->expr_type = le32_to_cpu(buf[0]);
1000 switch (e->expr_type) {
H A Dservices.c118 switch (e->expr_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.h34 enum expr_type { enum
44 enum expr_type type;
154 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
155 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
156 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
172 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
173 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h40 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
H A Dexpr.c24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
135 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
508 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
560 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2)
852 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2)
881 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
983 int expr_compare_type(enum expr_type t1, enum expr_type t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dexpr.h34 enum expr_type { enum
44 enum expr_type type;
162 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
163 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
164 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
180 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
181 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h42 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
H A Dexpr.c24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
135 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
509 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
561 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2)
853 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2)
882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
984 int expr_compare_type(enum expr_type t1, enum expr_type t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dexpr.h38 enum expr_type { enum
51 enum expr_type type;
191 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
192 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
193 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
209 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
210 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h37 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
H A Dexpr.c22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
31 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
41 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
126 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
473 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
525 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2)
817 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2)
846 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
947 int expr_compare_type(enum expr_type t1, enum expr_type t
[all...]

Completed in 146 milliseconds