/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 457 struct nft_expr *expr; in nft_rule_expr_activate() local 471 struct nft_expr *expr; in nft_rule_expr_deactivate() local 3302 struct nft_expr *expr; in nft_expr_init() local 3941 struct nft_expr *expr; in nf_tables_newrule() local 4917 struct nft_expr *expr; in nft_set_expr_alloc() local 5675 struct nft_expr *expr; in nft_set_elem_expr_dump() local 6275 struct nft_expr *expr; in nft_set_elem_expr_alloc() local 6379 struct nft_expr *expr; in nft_set_elem_expr_destroy() local 6425 struct nft_expr *expr; in nft_set_elem_expr_clone() local 6458 struct nft_expr *expr; in nft_set_elem_expr_setup() local [all …]
|
H A D | nf_tables_offload.c | 94 struct nft_expr *expr; in nft_flow_rule_create() local 298 struct nft_expr *expr, *next; in nft_flow_rule_stats() local
|
/openbmc/u-boot/cmd/ |
H A D | test.c | 56 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 40 struct expr *expr; member
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 41 struct expr *expr; member
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | helpers.h | 89 #define E_assert(expr, msg, ...) \ argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_sw_fence.c | 16 #define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr) argument 18 #define I915_SW_FENCE_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|
/openbmc/linux/include/trace/ |
H A D | trace_events.h | 91 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument 130 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 90 std::regex expr{"\\d+_\\d+"}; in findAnyPELInRepo() local 105 std::regex expr{"\\d+_\\d+"}; in countPELsInRepo() local 122 std::regex expr{search}; in deletePELFile() local
|
/openbmc/linux/tools/perf/util/ |
H A D | string.c | 221 char *expr = malloc(size); in asprintf_expr_inout_ints() local
|
/openbmc/linux/include/linux/ |
H A D | compiler.h | 195 #define data_race(expr) \ argument
|
H A D | tracepoint.h | 443 #define TRACE_EVENT_PERF_PERM(event, expr...) argument 581 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
|
H A D | seqlock.h | 151 #define __SEQ_LOCK(expr) expr argument 153 #define __SEQ_LOCK(expr) argument
|
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 277 fs::path PowerCap::getPcapFilename(const std::regex& expr) in getPcapFilename()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 355 bool expr; member 401 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv() 984 static inline struct nft_expr *nft_expr_next(const struct nft_expr *expr) in nft_expr_next() 995 const struct nft_expr *expr) in nft_expr_more() 1015 struct nft_expr *expr; in nft_set_elem_update_expr() local 1033 #define nft_rule_for_each_expr(expr, last, rule) \ argument 1341 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) argument 1804 static inline bool nft_reduce_is_readonly(const struct nft_expr *expr) in nft_reduce_is_readonly() 1815 const struct nft_expr *expr, u8 dreg) in nft_reg_track_cmp()
|
/openbmc/phosphor-mboxd/test/ |
H A D | mbox.c | 275 #define check_type(expr, type) \ argument
|
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint_test.c | 23 #define TEST_EXPECT_NOSPC(expr) KUNIT_EXPECT_EQ(test, -ENOSPC, PTR_ERR(expr)) argument
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 140 #define ubifs_assert(expr) do { \ argument 168 #define ubifs_assert(expr) do { \ argument
|
/openbmc/hiomapd/test/ |
H A D | mbox.c | 303 #define check_type(expr, type) \ argument
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 281 const char *expr) in g_assertion_message_expr()
|
/openbmc/linux/arch/um/include/shared/ |
H A D | os.h | 21 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) argument
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 44 #define assert(expr) \ argument 51 #define assert(expr) argument
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument
|
/openbmc/qemu/include/qemu/ |
H A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument
|