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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c33 switch (cur->expr_type) {
382 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
425 expr->expr_type = le32_to_cpu(buf[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.c33 switch (cur->expr_type) {
382 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
425 expr->expr_type = le32_to_cpu(buf[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.h33 enum expr_type { enum
43 enum expr_type type;
189 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
190 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
191 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
207 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
208 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h49 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/
H A Dexpr.h33 enum expr_type { enum
43 enum expr_type type;
189 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
190 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
191 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
207 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
208 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h49 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/config/
H A Dexpr.h34 enum expr_type { enum
44 enum expr_type type;
155 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
156 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
157 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
173 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
174 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dlkc_proto.h41 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));

Completed in 216 milliseconds

12