Searched refs:arg_dp_error (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/data_provider/
H A Ddp_iface_generated.h102 int iface_dp_autofsHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
105 int iface_dp_hostHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
108 int iface_dp_getDomains_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
111 int iface_dp_getAccountInfo_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message);
H A Ddp_iface_generated.c202 int iface_dp_autofsHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message) argument
205 DBUS_TYPE_UINT16, &arg_dp_error,
227 int iface_dp_hostHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message) argument
230 DBUS_TYPE_UINT16, &arg_dp_error,
250 int iface_dp_getDomains_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message) argument
253 DBUS_TYPE_UINT16, &arg_dp_error,
278 int iface_dp_getAccountInfo_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message) argument
281 DBUS_TYPE_UINT16, &arg_dp_error,

Completed in 26 milliseconds