| /openbmc/libpldm/tests/ |
| H A D | msgbuf_generic.c | 31 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 D | msgbuf.cpp | 16 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 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/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/libmctp/utils/ |
| H A D | mctp-astlpc-daemon.c | 56 struct ctx *ctx, _ctx; in main() local 67 ctx = &_ctx; in main()
|
| H A D | mctp-demux-daemon.c | 604 struct ctx *ctx, _ctx; in main() local 607 ctx = &_ctx; in main()
|
| /openbmc/libmctp/tests/fuzz/ |
| H A D | i2c-fuzz.c | 223 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 D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 1076 - 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 D | 0001-ffmpeg-5.1.4-rpi_24.patch | 12034 +#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__)
|