Searched defs:ops_ctx (Results 1 – 3 of 3) sorted by relevance
89 void *ops_ctx; member
1205 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()
390 auto ops_ctx = std::make_unique<fuzz_ops_ctx>(); in LLVMFuzzerTestOneInput() local