Searched refs:arg_error (Results 1 - 2 of 2) sorted by relevance
/sssd/src/providers/data_provider/ |
H A D | dp_iface_generated.h | 102 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 D | dp_iface_generated.c | 202 int iface_dp_autofsHandler_finish(struct sbus_request *req, uint16_t arg_dp_error, uint32_t arg_error, const char *arg_error_message) argument 206 DBUS_TYPE_UINT32, &arg_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 231 DBUS_TYPE_UINT32, &arg_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 254 DBUS_TYPE_UINT32, &arg_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 282 DBUS_TYPE_UINT32, &arg_error,
|
Completed in 516 milliseconds