Searched refs:task (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/providers/ |
H A D | be_ptask.c | 44 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 D | be_ptask.h | 34 * 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-io/src/tests/ |
H A D | fail_over-tests.c | 50 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-io/src/sss_client/ |
H A D | pam_sss.c | 1282 enum sss_cli_command task, bool quiet_mode) 1304 ret = sss_pam_make_request(task, &rd, &repbuf, &replen, &errnop); 1334 switch (task) { 1393 D(("Illegal task [%#x]", task)); 2348 static int pam_sss(enum sss_cli_command task, pam_handle_t *pamh, argument 2364 D(("Hello pam_sssd: %#x", task)); 2392 switch(task) { 2485 task = SSS_PAM_CHAUTHTOK_PRELIM; 2494 D(("Illegal task [ 1281 send_and_receive(pam_handle_t *pamh, struct pam_items *pi, enum sss_cli_command task, bool quiet_mode) argument [all...] |
Completed in 17 milliseconds