Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp17 struct pldm_msgbuf _ctx; in TEST() local
18 struct pldm_msgbuf* ctx = &_ctx; in TEST()
27 struct pldm_msgbuf _ctx; in TEST() local
28 struct pldm_msgbuf* ctx = &_ctx; in TEST()
36 struct pldm_msgbuf _ctx; in TEST() local
37 struct pldm_msgbuf* ctx = &_ctx; in TEST()
46 struct pldm_msgbuf _ctx; in TEST() local
47 struct pldm_msgbuf* ctx = &_ctx; in TEST()
55 struct pldm_msgbuf _ctx; in TEST() local
56 struct pldm_msgbuf* ctx = &_ctx; in TEST()
[all …]
H A Dmsgbuf_generic.c31 struct pldm_msgbuf _ctx; in test_msgbuf_extract_generic_uint8() local
32 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint8()
44 struct pldm_msgbuf _ctx; in test_msgbuf_extract_generic_int8() local
45 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int8()
57 struct pldm_msgbuf _ctx; in test_msgbuf_extract_generic_uint16() local
58 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint16()
70 struct pldm_msgbuf _ctx; in test_msgbuf_extract_generic_int16() local
71 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int16()
83 struct pldm_msgbuf _ctx; in test_msgbuf_extract_generic_uint32() local
84 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint32()
[all …]
/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_ro.cpp28 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_prsv.cpp29 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_patch_resize.cpp34 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_patch.cpp34 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_rw.cpp28 struct mbox_context _ctx, *ctx = &_ctx; in main() local
/openbmc/hiomapd/vpnor/test/
H A Dwrite_ro.cpp32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_prsv.cpp32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_patch_resize.cpp38 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_patch.cpp38 struct mbox_context _ctx, *ctx = &_ctx; in main() local
H A Dwrite_rw.cpp32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
/openbmc/obmc-console/test/
H A Dtest-ringbuffer-simple-poll.c12 struct rb_test_ctx _ctx; in test_simple_poll() local
17 ctx = &_ctx; in test_simple_poll()
H A Dtest-ringbuffer-poll-force.c14 struct rb_test_ctx _ctx; in test_poll_force() local
15 struct rb_test_ctx *ctx = &_ctx; in test_poll_force()
H A Dtest-ringbuffer-boundary-poll.c12 struct rb_test_ctx _ctx; in test_boundary_poll() local
13 struct rb_test_ctx *ctx = &_ctx; in test_boundary_poll()
/openbmc/libpldm/tests/oem/meta/
H A Dfileio.cpp16 struct pldm_msgbuf _ctx; in TEST() local
17 struct pldm_msgbuf* ctx = &_ctx; in TEST()
86 struct pldm_msgbuf _ctx; in TEST() local
87 struct pldm_msgbuf* ctx = &_ctx; in TEST()
/openbmc/libmctp/tests/
H A Dtest_eid.c46 struct test_ctx _ctx, *ctx = &_ctx; in main() local
H A Dtest_bridge.c86 struct test_ctx _ctx, *ctx = &_ctx; in main() local
/openbmc/linux/crypto/asymmetric_keys/
H A Dmscode_parser.c20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse() argument
23 struct pefile_context *ctx = _ctx; in mscode_parse()
/openbmc/libmctp/utils/
H A Dmctp-astlpc-daemon.c56 struct ctx *ctx, _ctx; in main() local
67 ctx = &_ctx; in main()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.h82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c180 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local
182 if (unlikely(!mlx5e_rx_hw_stamp(_ctx->rq->tstamp))) in mlx5e_xdp_rx_timestamp()
185 *timestamp = mlx5e_cqe_ts_to_ns(_ctx->rq->ptp_cyc2time, in mlx5e_xdp_rx_timestamp()
186 _ctx->rq->clock, get_cqe_ts(_ctx->cqe)); in mlx5e_xdp_rx_timestamp()
240 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local
241 const struct mlx5_cqe64 *cqe = _ctx->cqe; in mlx5e_xdp_rx_hash()
244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
/openbmc/linux/crypto/
H A Daria_generic.c250 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() argument
252 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt()
258 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt() argument
260 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_hooks.c8 int name(struct ctx *_ctx) \
/openbmc/linux/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument
61 ctx = _ctx; in exynos5_subcmus_init()

12