Searched defs:first_arg_type (Results 1 - 6 of 6) sorted by relevance

/sssd/src/lib/sifp/
H A Dsss_sifp_dbus.c33 int first_arg_type,
51 if (first_arg_type != DBUS_TYPE_INVALID) {
52 bret = dbus_message_append_args_valist(msg, first_arg_type, ap);
129 int first_arg_type,
147 first_arg_type, ap, &reply);
170 int first_arg_type,
176 va_start(ap, first_arg_type);
178 _object_paths, first_arg_type, ap);
187 int first_arg_type,
193 va_start(ap, first_arg_type);
29 sss_sifp_ifp_call(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, int first_arg_type, va_list ap, DBusMessage **_reply) argument
124 sss_sifp_invoke_list_va(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char ***_object_paths, int first_arg_type, va_list ap) argument
165 sss_sifp_invoke_list_ex(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char ***_object_paths, int first_arg_type, ...) argument
184 sss_sifp_invoke_list(sss_sifp_ctx *ctx, const char *method, char ***_object_paths, int first_arg_type, ...) argument
201 sss_sifp_invoke_find_va(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char **_object_path, int first_arg_type, va_list ap) argument
242 sss_sifp_invoke_find_ex(sss_sifp_ctx *ctx, const char *object_path, const char *interface, const char *method, char **_object_path, int first_arg_type, ...) argument
261 sss_sifp_invoke_find(sss_sifp_ctx *ctx, const char *method, char **_object_path, int first_arg_type, ...) argument
[all...]
/sssd/src/responder/common/data_provider/
H A Drdp_message.c37 int first_arg_type,
59 bret = dbus_message_append_args_valist(msg, first_arg_type, va);
157 int first_arg_type,
171 va_start(va, first_arg_type);
173 path, iface, method, first_arg_type, va);
213 int first_arg_type,
224 va_start(va, first_arg_type);
225 ret = sbus_parse_message_valist(state->reply, false, first_arg_type, va);
240 int first_arg_type,
246 va_start(va, first_arg_type);
30 rdp_message_send_internal(struct resp_ctx *rctx, struct sss_domain_info *domain, DBusPendingCallNotifyFunction notify_fn, void *notify_fn_data, const char *path, const char *iface, const char *method, int first_arg_type, va_list va) argument
151 _rdp_message_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *domain, const char *path, const char *iface, const char *method, int first_arg_type, ...) argument
212 _rdp_message_recv(struct tevent_req *req, int first_arg_type, ...) argument
234 _rdp_message_send_and_reply(struct sbus_request *sbus_req, struct resp_ctx *rctx, struct sss_domain_info *domain, const char *path, const char *iface, const char *method, int first_arg_type, ...) argument
[all...]
/sssd/src/sbus/
H A Dsssd_dbus_utils.c178 int first_arg_type,
191 bret = dbus_message_append_args_valist(msg, first_arg_type, va);
213 int first_arg_type,
219 va_start(va, first_arg_type);
221 first_arg_type, va);
229 int first_arg_type,
245 bret = dbus_message_get_args_valist(msg, &error, first_arg_type, va);
266 int first_arg_type,
272 va_start(va, first_arg_type);
273 ret = sbus_parse_message_valist(msg, check_reply, first_arg_type, v
173 sbus_create_message_valist(TALLOC_CTX *mem_ctx, const char *bus, const char *path, const char *iface, const char *method, int first_arg_type, va_list va) argument
208 _sbus_create_message(TALLOC_CTX *mem_ctx, const char *bus, const char *path, const char *iface, const char *method, int first_arg_type, ...) argument
227 sbus_parse_message_valist(DBusMessage *msg, bool check_reply, int first_arg_type, va_list va) argument
264 _sbus_parse_message(DBusMessage *msg, bool check_reply, int first_arg_type, ...) argument
[all...]
H A Dsssd_dbus_request.c103 static int sbus_request_valist_check(va_list va, int first_arg_type) argument
114 type = first_arg_type;
138 int first_arg_type,
147 va_start(va, first_arg_type);
148 ret = sbus_request_valist_check(va, first_arg_type);
163 dbret = dbus_message_append_args_valist(reply, first_arg_type, va);
279 parent_dbus_string_arrays(struct sbus_request *request, int first_arg_type, argument
296 arg_type = first_arg_type;
334 int first_arg_type,
342 va_start(va, first_arg_type);
137 sbus_request_return_and_finish(struct sbus_request *dbus_req, int first_arg_type, ...) argument
333 sbus_request_parse_or_finish(struct sbus_request *request, int first_arg_type, ...) argument
[all...]
/sssd/src/tests/
H A Dcommon_dbus.c181 DBusError *error, int first_arg_type, ...)
190 va_start(va, first_arg_type);
191 verify_eq(dbus_message_append_args_valist(message, first_arg_type, va), TRUE);
179 test_dbus_call_sync(DBusConnection *conn, const char *object_path, const char *interface, const char *method, DBusError *error, int first_arg_type, ...) argument
/sssd/src/tools/sssctl/
H A Dsssctl_sifp.c128 int first_arg_type,
143 va_start(va, first_arg_type);
144 bret = dbus_message_append_args_valist(msg, first_arg_type, va);
122 _sssctl_sifp_send(TALLOC_CTX *mem_ctx, sss_sifp_ctx *sifp, DBusMessage **_reply, const char *path, const char *iface, const char *method, int first_arg_type, ...) argument

Completed in 77 milliseconds