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

/sssd/src/providers/
H A Dbe_ptask.c44 static void be_ptask_schedule(struct be_ptask *task,
50 struct be_ptask *task; local
52 task = talloc_get_type(pvt, struct be_ptask);
53 if (task == NULL) {
54 DEBUG(SSSDBG_FATAL_FAILURE, "BUG: task is NULL\n");
58 DEBUG(SSSDBG_TRACE_FUNC, "Terminating periodic task [%s]\n", task->name);
65 struct be_ptask *task = NULL; local
67 task = talloc_get_type(pvt, struct be_ptask);
68 if (task
79 struct be_ptask *task = NULL; local
91 struct be_ptask *task = NULL; local
107 struct be_ptask *task = NULL; local
172 struct be_ptask *task = NULL; local
196 be_ptask_schedule(struct be_ptask *task, enum be_ptask_delay delay_type, enum be_ptask_schedule from) argument
278 struct be_ptask *task = NULL; local
353 be_ptask_enable(struct be_ptask *task) argument
368 be_ptask_disable(struct be_ptask *task) argument
377 be_ptask_destroy(struct be_ptask **task) argument
382 be_ptask_get_period(struct be_ptask *task) argument
387 be_ptask_get_timeout(struct be_ptask *task) argument
[all...]
H A Dbe_ptask.h34 * Defines how should task behave when back end is offline.
40 /* An offline and online callback is registered. The task is disabled
57 * If EOK, task will be scheduled again to 'last_execution_time + period'.
58 * If other error code, task will be rescheduled to 'now + period'.
64 * If EOK, task will be scheduled again to 'last_execution_time + period'.
65 * If other error code, task will be rescheduled to 'now + period'.
75 * The first execution is scheduled first_delay seconds after the task is
81 * If the task is reenabled, it will be scheduled again to
88 * every time the task is scheduled. The maximum value of
90 * original value when the task i
[all...]
/sssd/src/tests/
H A Dfail_over-tests.c50 struct task { struct
149 struct task *task; local
155 task = tevent_req_callback_data(req, struct task);
157 task->test_ctx->tasks--;
161 fail_if(recv_status != task->recv, "%s: Expected return of %d, got %d",
162 task->location, task->recv, recv_status);
167 fail_if(port != task
204 struct task *task; local
[all...]
/sssd/src/sss_client/
H A Dpam_sss.c1137 enum sss_cli_command task, bool quiet_mode)
1159 ret = sss_pam_make_request(task, &rd, &repbuf, &replen, &errnop);
1189 switch (task) {
1248 D(("Illegal task [%#x]", task));
1752 static int pam_sss(enum sss_cli_command task, pam_handle_t *pamh, argument
1768 D(("Hello pam_sssd: %#x", task));
1796 switch(task) {
1843 task = SSS_PAM_CHAUTHTOK_PRELIM;
1852 D(("Illegal task [
1136 send_and_receive(pam_handle_t *pamh, struct pam_items *pi, enum sss_cli_command task, bool quiet_mode) argument
[all...]

Completed in 31 milliseconds