Lines Matching refs:cbarg
184 struct reqstruct *, struct rplystruct *, void *cbarg), \
197 void *cbarg);
211 * @param cbarg the argument to supply to the callback
214 pool, request, reply, cb, cbarg) \
221 cbarg)
237 struct reqstruct *, struct rplystruct *, void *cbarg), \
238 void *cbarg) { \
241 cbarg, \
316 * @param cbarg an additional parameter that can be passed to the callback.
319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \
321 (void (*)(struct evrpc_req_generic *, void *))callback, cbarg, \
371 * @param cbarg an additional argument to be passed to the client
374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \
375 evrpc_send_request_##name((pool), (request), (reply), (cb), (cbarg))
577 void (*callback)(struct evrpc_req_generic *, void *), void *cbarg,