/sssd/src/responder/pam/ |
H A D | pam_helpers.c | 33 struct timeval tv, 46 struct timeval tv; local 81 tv = tevent_timeval_current_ofs(timeout, 0); 82 te = tevent_add_timer(ev, table_ctx, tv, 101 struct timeval tv, 99 pam_initgr_cache_remove(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
H A D | pamsrv_p11.c | 231 struct timeval tv, void *pvt); 246 struct timeval tv; local 356 tv = tevent_timeval_current_ofs(timeout, 0); 357 state->timeout_handler = tevent_add_timer(ev, req, tv, 475 struct timeval tv, void *pvt) 473 p11_child_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
/sssd/src/providers/data_provider/ |
H A D | dp_client.c | 170 struct timeval tv; local 198 tv = tevent_timeval_current_ofs(5, 0); 199 dp_cli->timeout = tevent_add_timer(provider->ev, dp_cli, tv,
|
/sssd/src/providers/proxy/ |
H A D | proxy_client.c | 131 struct timeval tv; local 155 tv = tevent_timeval_current_ofs(5, 0); 156 proxy_cli->timeout = tevent_add_timer(auth_ctx->be->ev, proxy_cli, tv,
|
H A D | proxy_auth.c | 165 struct timeval tv; local 241 tv = tevent_timeval_current_ofs(6, 0); 243 tv, pc_init_timeout, req);
|
/sssd/src/tests/cmocka/data_provider/ |
H A D | test_dp_request_table.c | 80 struct dp_table_value *tv; local 103 tv = dp_req_table_lookup(test_ctx->table, key); 104 assert_non_null(tv); 115 talloc_free(tv); 150 struct dp_table_value *tv; local 175 tv = dp_req_table_lookup(table, key); 176 assert_non_null(tv); 177 assert_ptr_equal(tv->req, req); 178 assert_ptr_equal(tv->list->sbus_req, sbus_req); 193 tv 223 struct dp_table_value *tv; local [all...] |
H A D | test_dp_request.c | 111 struct timeval tv, 123 struct timeval tv; local 135 tv = tevent_timeval_current_ofs(1, 0); 136 tt = tevent_add_timer(params->ev, req, tv, get_name_by_uid_done, req); 146 struct timeval tv, 144 get_name_by_uid_done(struct tevent_context *ev, struct tevent_timer *tt, struct timeval tv, void *pvt) argument
|
/sssd/src/sbus/ |
H A D | sssd_dbus_common.c | 284 struct timeval tv; local 289 tv.tv_sec = interval / 1000 + rightnow.tv_sec; 290 tv.tv_usec = (interval % 1000) * 1000 + rightnow.tv_usec; 291 return tv; 316 struct timeval tv; local 333 tv = _get_interval_tv(dbus_timeout_get_interval(dbus_timeout)); 334 timeout->te = tevent_add_timer(conn->ev, timeout, tv,
|
H A D | sssd_dbus_connection.c | 37 struct timeval tv, void *data) 54 tv = tevent_timeval_current_ofs(0, 30); 55 new_event = tevent_add_timer(ev, conn, tv, sbus_dispatch, conn); 104 new_event = tevent_add_timer(ev, conn, tv, sbus_dispatch, conn); 124 struct timeval tv; local 129 tv = tevent_timeval_current(); 132 te = tevent_add_timer(conn->ev, conn, tv, sbus_dispatch, conn); 381 struct timeval tv, void *data) 437 tv.tv_sec += 3; 441 tv 35 sbus_dispatch(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *data) argument 379 sbus_reconnect(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *data) argument 464 struct timeval tv; local [all...] |
/sssd/src/util/ |
H A D | sss_sockets.c | 220 struct timeval tv, void *pvt) 246 struct timeval tv; local 292 tv = tevent_timeval_current_ofs(timeout, 0); 294 state->connect_timeout = tevent_add_timer(ev, subreq, tv, 218 sssd_async_connect_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
H A D | debug.c | 217 struct timeval tv; local 247 gettimeofday(&tv, NULL); 248 tm = localtime(&tv.tv_sec); 251 memcpy(datetime, ctime(&tv.tv_sec), 19); 255 datetime, tv.tv_usec,
|
/sssd/src/providers/ad/ |
H A D | ad_machine_pw_renewal.c | 111 struct timeval tv, void *pvt); 125 struct timeval tv; local 210 tv = tevent_timeval_current_ofs(be_ptask_get_timeout(be_ptask), 0); 211 state->timeout_handler = tevent_add_timer(ev, req, tv, 280 struct timeval tv, void *pvt) 278 ad_machine_account_password_renewal_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
/sssd/src/providers/ |
H A D | be_ptask.c | 88 struct timeval tv, 104 struct timeval tv, 135 task->last_execution = tv.tv_sec; 151 tv = tevent_timeval_current_ofs(task->timeout, 0); 152 timeout = tevent_add_timer(task->ev, task->req, tv, 200 struct timeval tv = { 0, }; local 232 tv = tevent_timeval_current_ofs(delay, 0); 235 "from now [%lu]\n", task->name, delay, tv.tv_sec); 238 tv = tevent_timeval_set(task->last_execution + delay, 0); 242 task->name, delay, tv 86 be_ptask_timeout(struct tevent_context *ev, struct tevent_timer *tt, struct timeval tv, void *pvt) argument 102 be_ptask_execute(struct tevent_context *ev, struct tevent_timer *tt, struct timeval tv, void *pvt) argument [all...] |
H A D | data_provider_be.c | 161 struct timeval tv; local 166 tv = tevent_timeval_current_ofs(reset_status_timeout, 0); 181 timeout = tevent_add_timer(be_ctx->ev, be_ctx, tv,
|
H A D | data_provider_fo.c | 393 struct timeval tv, void *pvt) 467 struct timeval tv; local 487 tv = tevent_timeval_current(); 488 tv = tevent_timeval_add(&tv, timeout_seconds, 0); 489 fo_ctx->primary_server_handler = tevent_add_timer(ev, bctx, tv, 391 be_primary_server_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
/sssd/src/providers/ldap/ |
H A D | sdap_child_helpers.c | 441 struct timeval tv, void *pvt) 463 struct timeval tv, void *pvt) 485 tv = tevent_timeval_current_ofs(SIGTERM_TO_SIGKILL_TIME, 0); 487 state->kill_te = tevent_add_timer(ev, req, tv, get_tgt_sigkill_handler, req); 499 struct timeval tv; local 504 tv = tevent_timeval_current_ofs(timeout, 0); 506 te = tevent_add_timer(ev, req, tv, get_tgt_timeout_handler, req); 439 get_tgt_sigkill_handler(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument 461 get_tgt_timeout_handler(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
H A D | sdap_id_op.c | 237 struct timeval tv; local 239 memset(&tv, 0, sizeof(tv)); 241 tv.tv_sec = conn_data->sh->expire_time; 242 if (tv.tv_sec <= 0) { 249 tv.tv_sec -= timeout; 252 if (tv.tv_sec <= time(NULL)) { 260 conn_data, tv,
|
/sssd/src/tests/cmocka/ |
H A D | test_data_provider_be.c | 147 struct timeval tv; local 175 tv = tevent_timeval_current_ofs(OFFLINE_TIMEOUT + 1, 0); 177 check_ev = tevent_add_timer(test_ctx->tctx->ev, test_ctx, tv,
|
H A D | test_krb5_wait_queue.c | 43 struct timeval tv, 55 struct timeval tv; local 69 tv = tevent_timeval_current_ofs(0, state->us_delay); 71 tt = tevent_add_timer(ev, req, tv, krb5_mocked_auth_done, req); 81 struct timeval tv, 79 krb5_mocked_auth_done(struct tevent_context *ev, struct tevent_timer *tt, struct timeval tv, void *pvt) argument
|
H A D | test_be_ptask.c | 72 struct timeval tv; local 75 ret = gettimeofday(&tv, NULL); 77 return tv.tv_sec;
|
/sssd/src/providers/krb5/ |
H A D | krb5_child_handler.c | 231 struct timeval tv, void *pvt) 260 struct timeval tv; local 264 tv = tevent_timeval_current(); 265 tv = tevent_timeval_add(&tv, timeout_seconds, 0); 266 state->timeout_handler = tevent_add_timer(ev, state, tv, 229 krb5_child_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|
/sssd/src/responder/common/ |
H A D | responder_dp.c | 266 struct timeval tv; local 325 tv = tevent_timeval_current_ofs(rctx->client_idle_timeout - 2, 0); 326 te = tevent_add_timer(rctx->ev, sidereq, tv,
|
/sssd/src/responder/nss/ |
H A D | nsssrv_netgroup.c | 426 struct timeval tv; local 429 tv = tevent_timeval_current_ofs(lifetime, 0); 431 step_ctx->nctx->gctx, tv,
|
/sssd/src/tools/ |
H A D | files.c | 92 struct timeval tv[2]; local 94 tv[0].tv_sec = statp->st_atime; 95 tv[0].tv_usec = 0; 96 tv[1].tv_sec = statp->st_mtime; 97 tv[1].tv_usec = 0; 99 ret = futimesat(dir_fd, path, tv); 119 struct timeval tv[2]; local 121 tv[0].tv_sec = statp->st_atime; 122 tv[0].tv_usec = 0; 123 tv[ [all...] |
/sssd/src/providers/ipa/ |
H A D | ipa_subdomains_server.c | 356 struct timeval tv, void *pvt); 371 struct timeval tv; local 403 tv = tevent_timeval_current_ofs(IPA_GETKEYTAB_TIMEOUT, 0); 404 state->timeout_handler = tevent_add_timer(ev, req, tv, 512 struct timeval tv, void *pvt) 510 ipa_getkeytab_timeout(struct tevent_context *ev, struct tevent_timer *te, struct timeval tv, void *pvt) argument
|