| /sssd/src/providers/data_provider/ |
| H A D | dp_target_autofs.c | 32 uint32_t dp_flags, 51 DPM_AUTOFS_HANDLER, dp_flags, data, 30 dp_autofs_handler(struct sbus_request *sbus_req, void *dp_cli, uint32_t dp_flags, const char *mapname) argument
|
| H A D | dp_target_hostid.c | 32 uint32_t dp_flags, 59 DPM_HOSTID_HANDLER, dp_flags, data, 30 dp_host_handler(struct sbus_request *sbus_req, void *dp_cli, uint32_t dp_flags, const char *name, const char *alias) argument
|
| H A D | dp_target_sudo.c | 39 uint32_t dp_flags; local 57 dbus_message_iter_get_basic(&iter, &dp_flags); 134 *_dp_flags = dp_flags; 175 uint32_t dp_flags; local 185 ret = dp_sudo_parse_message(data, sbus_req->message, &dp_flags, 195 DPM_SUDO_HANDLER, dp_flags, data,
|
| H A D | dp_request_reply.c | 164 uint32_t dp_flags, 180 uint32_t dp_flags, 213 key = dp_req_table_key(tmp_ctx, target, method, dp_flags, custom_key); 237 sbus_req, target, method, dp_flags, 264 uint32_t dp_flags, 307 method, dp_flags, request_data, &state->name); 173 _dp_req_with_reply(struct dp_client *dp_cli, const char *domain, const char *request_name, const char *custom_key, struct sbus_request *sbus_req, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, dp_req_post_fn postprocess_fn, void *postprocess_data, dp_req_reply_fn reply_fn, const char *output_dtype) argument 256 dp_req_with_reply_step(struct data_provider *provider, struct dp_client *dp_cli, const char *domain, const char *request_name, const char *custom_key, struct sbus_request *sbus_req, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, dp_req_post_fn postprocess_fn, void *postprocess_data, dp_req_reply_fn reply_fn, const char *output_dtype) argument
|
| H A D | dp_request_table.c | 84 uint32_t dp_flags, 90 target, method, dp_flags, str); 81 dp_req_table_key(TALLOC_CTX *mem_ctx, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, const char *custom_part) argument
|
| H A D | dp_target_id.c | 205 uint32_t dp_flags, 242 sbus_req, DPT_ID, DPM_ACCOUNT_HANDLER, dp_flags, data, 255 uint32_t dp_flags, 297 ret = dp_initgroups(sbus_req, dp_cli, key, dp_flags, data); 304 sbus_req, DPT_ID, DPM_ACCOUNT_HANDLER, dp_flags, data, 202 dp_initgroups(struct sbus_request *sbus_req, struct dp_client *dp_cli, const char *key, uint32_t dp_flags, struct dp_id_data *data) argument 253 dp_get_account_info_handler(struct sbus_request *sbus_req, void *dp_cli, uint32_t dp_flags, uint32_t entry_type, uint32_t attr_type, const char *filter, const char *domain, const char *extra) argument
|
| H A D | dp_request.c | 34 uint32_t dp_flags; member in struct:dp_req 107 uint32_t dp_flags) 123 "New request. Flags [%#.4x].", dp_flags); 139 uint32_t dp_flags, 158 dp_req->dp_flags = dp_flags; 164 ret = dp_attach_req(dp_req, provider, name, dp_flags); 201 uint32_t dp_flags, 215 method, dp_flags, request_data, req, &dp_req); 234 if (dp_flags 104 dp_attach_req(struct dp_req *dp_req, struct data_provider *provider, const char *name, uint32_t dp_flags) argument 132 dp_req_new(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domainname, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, struct tevent_req *req, struct dp_req **_dp_req) argument 194 file_dp_request(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domainname, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, struct tevent_req *req, struct dp_req **_dp_req) argument 277 dp_req_send(TALLOC_CTX *mem_ctx, struct data_provider *provider, struct dp_client *dp_cli, const char *domain, const char *name, enum dp_targets target, enum dp_methods method, uint32_t dp_flags, void *request_data, const char **_request_name) argument [all...] |
| /sssd/src/responder/autofs/ |
| H A D | autofssrv_dp.c | 103 uint32_t dp_flags = 0; local 108 dp_flags |= DP_FAST_REPLY; 123 info->dom->name, dp_flags, info->name); 126 DBUS_TYPE_UINT32, &dp_flags,
|
| /sssd/src/responder/ssh/ |
| H A D | sshsrv_dp.c | 107 uint32_t dp_flags = 0; local 112 dp_flags |= DP_FAST_REPLY; 127 info->dom->name, dp_flags, info->name, 135 DBUS_TYPE_UINT32, &dp_flags,
|
| /sssd/src/responder/sudo/ |
| H A D | sudosrv_dp.c | 125 uint32_t dp_flags = 0; local 141 dp_flags |= DP_FAST_REPLY; 160 dbret = dbus_message_iter_append_basic(&iter, DBUS_TYPE_UINT32, &dp_flags);
|
| /sssd/src/responder/common/ |
| H A D | responder_dp.c | 530 uint32_t dp_flags; local 566 dp_flags = info->fast_reply ? DP_FAST_REPLY : 0; 614 DBUS_TYPE_UINT32, &dp_flags,
|