Searched defs:task (Results 1 - 3 of 3) sorted by relevance
/sssd/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...] |
/sssd/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/src/sss_client/ |
H A D | pam_sss.c | 1137 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 19 milliseconds