Home
last modified time | relevance | path

Searched defs:ops_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/libpldm/src/firmware_device/
H A Dfd-internal.h89 void *ops_ctx; member
H A Dfd.c1205 struct pldm_fd *pldm_fd_new(const struct pldm_fd_ops *ops, void *ops_ctx, in pldm_fd_new()
1222 const struct pldm_fd_ops *ops, void *ops_ctx, in pldm_fd_setup()
/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp390 auto ops_ctx = std::make_unique<fuzz_ops_ctx>(); in LLVMFuzzerTestOneInput() local