Lines Matching refs:sbus_req
33 struct sbus_request *sbus_req,
38 sbus_request_return_and_finish(sbus_req, DBUS_TYPE_INVALID);
81 void dp_req_reply_error(struct sbus_request *sbus_req,
87 error = dp_req_reply_gen_error(sbus_req, req_name, ret);
91 talloc_free(sbus_req);
95 sbus_request_fail_and_finish(sbus_req, error);
113 talloc_free(item->sbus_req);
121 sbus_request_fail_and_finish(item->sbus_req, error);
140 reply_fn(request_name, item->sbus_req, output_data);
161 struct sbus_request *sbus_req,
177 struct sbus_request *sbus_req,
204 * sbus_req address that allows us to use the same code but the
206 custom_key = talloc_asprintf(tmp_ctx, "%p", sbus_req);
222 key, NULL, sbus_req);
237 sbus_req, target, method, dp_flags,
245 talloc_zfree(sbus_req);
250 talloc_zfree(sbus_req);
261 struct sbus_request *sbus_req,
314 custom_key, req, sbus_req);