Lines Matching refs:dbus_req
74 typedef int (*sbus_msg_handler_fn)(struct sbus_request *dbus_req,
298 * Complete a DBus request, and free the @dbus_req context. The @dbus_req
306 * even if this function return !EOK, @dbus_req is still unusable after this
309 int sbus_request_finish(struct sbus_request *dbus_req,
325 * ret = sbus_request_finish(dbus_req,
337 * ret = sbus_request_finish(dbus_req,
341 * The @dbus_req and associated talloc context are no longer valid after this
344 int sbus_request_return_and_finish(struct sbus_request *dbus_req,
353 * The @dbus_req and associated talloc context are no longer valid after this
356 int sbus_request_fail_and_finish(struct sbus_request *dbus_req,