Home
last modified time | relevance | path

Searched refs:monotime (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/tools/test/gpioevents/
Dgpioevents.c159 struct timespec monotime, utctime; in calc_utc_offset() local
161 clock_gettime(CLOCK_MONOTONIC, &monotime); in calc_utc_offset()
163 timespecsub(&utctime, &monotime, &utc_offset); in calc_utc_offset()
/freebsd-12-stable/crypto/openssh/
Dclientloop.c255 control_persist_exit_time = monotime() + in set_control_persist_exit_time()
376 now = monotime() + 1; in client_x11_get_proto()
488 server_alive_time = monotime() + options.server_alive_interval; in schedule_server_alive_check()
520 time_t minwait_secs = 0, now = monotime(); in client_wait_until_can_do_something()
596 monotime() >= server_alive_time) { in client_wait_until_can_do_something()
1382 if (monotime() >= control_persist_exit_time) { in client_loop()
1556 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) { in client_request_x11()
Dmisc.h88 time_t monotime(void);
Dserverloop.c211 last_client_time = monotime(); in wait_until_can_do_something()
255 time_t now = monotime(); in wait_until_can_do_something()
Dssh-agent.c957 time_t deadline = 0, now = monotime(); in reaper()
1173 *deathp = monotime() + seconds; in parse_key_constraints()
1285 death = monotime() + lifetime; in process_add_identity()
1444 death = monotime() + lifetime; in process_add_smartcard_key()
Dpacket.c987 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()
1293 state->rekey_time = monotime(); in ssh_packet_send2()
2160 monotime(); in ssh_packet_get_rekey_timeout()
2431 state->rekey_time = monotime(); in ssh_packet_set_state()
Dmoduli.c540 time_now = monotime(); in print_progress()
Dchannels.c1167 (u_int)monotime() >= sc->x11_refuse_time) { in x11_open_helper()
1687 c->notbefore = monotime() + 1; in channel_post_x11_listener()
1816 c->notbefore = monotime() + 1; in channel_post_port_listener()
1852 c->notbefore = monotime() + 1; in channel_post_auth_listener()
2321 c->notbefore = monotime() + 1; in channel_post_mux_listener()
2421 now = monotime(); in channel_handler()
Dssh_namespace.h436 #define monotime Fssh_monotime macro
Dsshd.c878 now = monotime();
Dmisc.c1700 monotime(void) in monotime() function