Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dmsgbuf_generic.c31 struct pldm_msgbuf_ro _ctx; in test_msgbuf_extract_generic_uint8() local
32 struct pldm_msgbuf_ro* ctx = &_ctx; in test_msgbuf_extract_generic_uint8()
44 struct pldm_msgbuf_ro _ctx; in test_msgbuf_extract_generic_int8() local
45 struct pldm_msgbuf_ro* ctx = &_ctx; in test_msgbuf_extract_generic_int8()
57 struct pldm_msgbuf_ro _ctx; in test_msgbuf_extract_generic_uint16() local
58 struct pldm_msgbuf_ro* ctx = &_ctx; in test_msgbuf_extract_generic_uint16()
70 struct pldm_msgbuf_ro _ctx; in test_msgbuf_extract_generic_int16() local
71 struct pldm_msgbuf_ro* ctx = &_ctx; in test_msgbuf_extract_generic_int16()
83 struct pldm_msgbuf_ro _ctx; in test_msgbuf_extract_generic_uint32() local
84 struct pldm_msgbuf_ro* ctx = &_ctx; in test_msgbuf_extract_generic_uint32()
[all …]
H A Dmsgbuf.cpp16 struct pldm_msgbuf_rw _ctx; in TEST() local
17 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST()
26 struct pldm_msgbuf_rw _ctx; in TEST() local
27 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST()
35 struct pldm_msgbuf_rw _ctx; in TEST() local
36 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST()
45 struct pldm_msgbuf_rw _ctx; in TEST() local
46 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST()
54 struct pldm_msgbuf_rw _ctx; in TEST() local
55 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST()
[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/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/libmctp/utils/
H A Dmctp-astlpc-daemon.c56 struct ctx *ctx, _ctx; in main() local
67 ctx = &_ctx; in main()
H A Dmctp-demux-daemon.c604 struct ctx *ctx, _ctx; in main() local
607 ctx = &_ctx; in main()
/openbmc/libmctp/tests/fuzz/
H A Di2c-fuzz.c223 struct fuzz_ctx _ctx = { in LLVMFuzzerTestOneInput() local
230 struct fuzz_ctx *ctx = &_ctx; in LLVMFuzzerTestOneInput()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch1076 - returns wrong object and thus sets an invalid id for the _ctx structure.
2987 + returns wrong object and thus sets an invalid id for the _ctx structure.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch12034 +#define request_err(_ctx, ...) av_log(_ctx, AV_LOG_ERROR, __VA_ARGS__)
12035 +#define request_warn(_ctx, ...) av_log(_ctx, AV_LOG_WARNING, __VA_ARGS__)
12036 +#define request_info(_ctx, ...) av_log(_ctx, AV_LOG_INFO, __VA_ARGS__)
12037 +#define request_debug(_ctx, ...) av_log(_ctx, AV_LOG_DEBUG, __VA_ARGS__)