/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.h | 38 struct expr *expr; member 42 struct expr { struct 43 enum expr_type type; argument 44 union expr_data left, right; argument 55 struct expr *expr; member 195 struct expr *expr; /* the optional conditional part of the property */ member
|
H A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 182 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_misc.h | 80 #define __imm_const(name, expr) [name]"i"(expr) argument 83 #define __imm_insn(name, expr) [name]"i"(*(long *)&(expr)) argument 135 #define __sink(expr) asm volatile("" : "+g"(expr)) argument
|
/openbmc/linux/net/netfilter/ |
H A D | nft_quota.c | 202 static void nft_quota_eval(const struct nft_expr *expr, in nft_quota_eval() 212 const struct nft_expr *expr, in nft_quota_init() 221 const struct nft_expr *expr, bool reset) in nft_quota_dump() 229 const struct nft_expr *expr) in nft_quota_destroy()
|
H A D | nft_inner.c | 48 struct __nft_expr expr; member 279 static void nft_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_inner_eval() 325 const struct nft_expr *expr, in nft_inner_init() 385 const struct nft_expr *expr, bool reset) in nft_inner_dump()
|
H A D | nft_reject_netdev.c | 84 static void nft_reject_netdev_eval(const struct nft_expr *expr, in nft_reject_netdev_eval() 148 const struct nft_expr *expr, in nft_reject_netdev_validate()
|
H A D | nft_tunnel.c | 23 static void nft_tunnel_get_eval(const struct nft_expr *expr, in nft_tunnel_get_eval() 75 const struct nft_expr *expr, in nft_tunnel_get_init() 111 const struct nft_expr *expr, bool reset) in nft_tunnel_get_dump() 128 const struct nft_expr *expr) in nft_tunnel_get_reduce()
|
H A D | nft_ct_fast.c | 7 void nft_ct_get_fast_eval(const struct nft_expr *expr, in nft_ct_get_fast_eval()
|
H A D | nft_fib_netdev.c | 21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval()
|
H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval()
|
/openbmc/linux/include/linux/ |
H A D | build_bug.h | 77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument 78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
/openbmc/linux/tools/include/linux/ |
H A D | build_bug.h | 78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 27 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval_type() 57 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval()
|
H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_message.c | 83 char *expr, in asswarn() 95 char *expr, in assfail()
|
H A D | xfs_error.h | 46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument 69 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
|
/openbmc/linux/scripts/kconfig/ |
H A D | menu.c | 129 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 199 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 693 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | nft_reject_bridge.c | 110 static void nft_reject_bridge_eval(const struct nft_expr *expr, in nft_reject_bridge_eval() 173 const struct nft_expr *expr, in nft_reject_bridge_validate()
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | cexec.hpp | 5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | common_defs.h | 19 #define RETURN_IF_ERROR(expr, msg) \ argument
|
/openbmc/u-boot/tools/buildman/ |
H A D | board.py | 9 def __init__(self, expr): argument 44 def AddExpr(self, expr): argument
|
H A D | kconfiglib.py | 1397 def _eval_expr(self, expr): argument 1416 def _eval_expr_rec(self, expr): argument 1557 def _expr_depends_on(self, expr, sym): argument 1564 def rec(expr): argument 1605 def _expr_val_str(self, expr, no_value_str="(none)", argument 3292 def _get_expr_syms_rec(expr, res): argument 3312 def _get_expr_syms(expr): argument 3347 def handle_sub_expr(expr): argument 3366 def _expr_to_str_rec(expr): argument 3392 def _expr_to_str(expr): argument
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 127 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval_type() 156 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval()
|
H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_wakeref.h | 21 #define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr) argument 23 #define INTEL_WAKEREF_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|