HomeSort by: relevance | last modified time | path
    Searched refs:next_time (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
discover_resolver.c 1105 mDNSs32 next_time = 0; local
1123 if ((next_time == 0) || ((next_update_time - next_time) < 0)) {
1124 next_time = next_update_time;
1129 return next_time;
1170 mDNSs32 next_time = 0; local
1186 if ((next_time == 0) || (next_time - next_stop_time > 0)) {
1187 next_time = next_stop_time;
1192 return next_time;
    [all...]
  /src/usr.sbin/timed/timed/
master.c 497 static time_t next_time; local
508 if ((time_t) (this_time + delta) < next_time)
510 next_time = this_time + CLK_TCK;
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.c 191 time_t next_time; member in struct:thread_status
500 if (thread->next_time <= curr_time) {
501 thread->next_time = curr_time + thread->timeout;
505 if (thread->next_time < timeout.tv_sec || !timeout.tv_sec)
506 timeout.tv_sec = thread->next_time;
524 thread->next_time = time(NULL) + thread->timeout;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
probe-srp.c 287 int next_time = probe_state->retransmission_delay + srp_random16() % probe_state->retransmission_delay; local
289 ioloop_add_wake_event(probe_state->wakeup, probe_state, probe_srp_retransmit, probe_srp_context_release, next_time);
  /src/external/bsd/wpa/dist/src/ap/
sta_info.c 534 unsigned long next_time = 0; local
573 next_time = max_inactivity + fuzz;
588 next_time = max_inactivity + fuzz - inactive_sec;
610 next_time = max_inactivity;
614 if (next_time) {
617 __func__, MAC2STR(sta->addr), next_time);
618 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,

Completed in 64 milliseconds