/openbmc/libpldm/tests/ |
H A D | msgbuf.cpp | 17 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 D | msgbuf_generic.c | 31 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 D | write_ro.cpp | 28 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_prsv.cpp | 29 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_patch_resize.cpp | 34 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_patch.cpp | 34 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_rw.cpp | 28 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
/openbmc/hiomapd/vpnor/test/ |
H A D | write_ro.cpp | 32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_prsv.cpp | 32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_patch_resize.cpp | 38 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_patch.cpp | 38 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
H A D | write_rw.cpp | 32 struct mbox_context _ctx, *ctx = &_ctx; in main() local
|
/openbmc/obmc-console/test/ |
H A D | test-ringbuffer-simple-poll.c | 12 struct rb_test_ctx _ctx; in test_simple_poll() local 17 ctx = &_ctx; in test_simple_poll()
|
H A D | test-ringbuffer-poll-force.c | 14 struct rb_test_ctx _ctx; in test_poll_force() local 15 struct rb_test_ctx *ctx = &_ctx; in test_poll_force()
|
H A D | test-ringbuffer-boundary-poll.c | 12 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 D | fileio.cpp | 16 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 D | test_eid.c | 46 struct test_ctx _ctx, *ctx = &_ctx; in main() local
|
H A D | test_bridge.c | 86 struct test_ctx _ctx, *ctx = &_ctx; in main() local
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | mscode_parser.c | 20 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 D | mctp-astlpc-daemon.c | 56 struct ctx *ctx, _ctx; in main() local 67 ctx = &_ctx; in main()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.c | 180 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 D | aria_generic.c | 250 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 D | cgroup_getset_retval_hooks.c | 8 int name(struct ctx *_ctx) \
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-exynos5-subcmu.c | 58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument 61 ctx = _ctx; in exynos5_subcmus_init()
|