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

/sssd/src/providers/
H A Dfail_over.c40 #define SERVER_NAME(s) ((s)->common ? (s)->common->name : "(no name)")
94 struct server_common *common; member in struct:fo_server
336 if (server->common == NULL)
341 str_server_status(server->common->server_status));
345 if (timeout != 0 && server->common->server_status == SERVER_NOT_WORKING) {
346 if (STATUS_DIFF(server->common, tv) > timeout) {
349 server->common->server_status = SERVER_NAME_NOT_RESOLVED;
350 server->common->last_status_change.tv_sec = tv.tv_sec;
354 if (server->common
484 struct server_common *common; local
500 struct server_common *common; local
516 struct server_common *common; local
1168 struct server_common *common = tevent_req_callback_data(subreq, local
1489 set_server_common_status(struct server_common *common, enum server_status status) argument
[all...]

Completed in 768 milliseconds