Home
last modified time | relevance | path

Searched refs:prom_gettime (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c156 wait_time = prom_gettime() + timeout; in ibd_comarp()
157 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) { in ibd_comarp()
175 time = prom_gettime() + (delay * 1000); /* broadcast delay */ in ibd_comarp()
176 while (prom_gettime() <= time) { in ibd_comarp()
316 timeout = prom_gettime() + reltime; in ibd_input()
340 pre_pr = prom_gettime(); in ibd_input()
343 post_pr = prom_gettime(); in ibd_input()
384 pre_pc = prom_gettime(); in ibd_input()
410 tot_pc += prom_gettime() - pre_pc; in ibd_input()
460 (now = prom_gettime()) < timeout); in ibd_input()
[all …]
H A Dethernet.c118 wait_time = prom_gettime() + timeout; in ether_comarp()
119 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) { in ether_comarp()
139 time = prom_gettime() + (delay * 1000); /* broadcast delay */ in ether_comarp()
140 while (prom_gettime() <= time) { in ether_comarp()
317 timeout = prom_gettime() + reltime; in ether_input()
340 pre_pr = prom_gettime(); in ether_input()
343 post_pr = prom_gettime(); in ether_input()
385 pre_pc = prom_gettime(); in ether_input()
411 tot_pc += prom_gettime() - pre_pc; in ether_input()
468 (now = prom_gettime()) < timeout); in ether_input()
[all …]
H A Ddhcpv4.c302 s->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000)); in bootp_success()
357 wait_time = prom_gettime() + tol; in inet()
370 now = prom_gettime(); in inet()
395 if (wait_time < prom_gettime()) in inet()
398 } while (prom_gettime() < init_timeout); in inet()
661 pkt->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000)); in dhcp_selecting()
1162 dhcp_start_time = prom_gettime(); in dhcp()
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c74 uint_t end = (secs * 1000) + prom_gettime(); in sleep()
76 while (prom_gettime() < end) in sleep()
H A Dtime.c66 secs_since_boot = prom_gettime() / 1000; in init_boot_time()
78 time_now = start_time + ((prom_gettime() / 1000) - secs_since_boot); in time()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c276 (tcp)->tcp_rto_timeout = prom_gettime() + intvl; \
372 if (prom_gettime() > tcp_time_wait_runtime) \
395 tcp_time_wait_runtime = prom_gettime() + tcp_time_wait_interval; in tcp_socket_init()
971 stoptime = prom_gettime() + in tcp_close()
976 ((int32_t)(stoptime - prom_gettime()) > 0)) { in tcp_close()
1067 timeout = prom_gettime() + sockets[sock_id].in_timeout; in tcp_accept()
1069 timeout = prom_gettime() + tcp_accept_timeout; in tcp_accept()
1071 timeout > prom_gettime()) { in tcp_accept()
1080 if (timeout <= prom_gettime() && listener->tcp_eager_next_q == NULL) { in tcp_accept()
1630 tcp->tcp_last_rcv_lbolt = prom_gettime(); in tcp_conn_request()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c278 xid = (uint_t)(prom_gettime() / 1000) + 1; in brpc_call()
338 wait_time += prom_gettime(); in brpc_call()
464 prom_gettime() < wait_time); in brpc_call()
H A Dclnt_btcp.c237 call_msg.rm_xid = (uint_t)prom_gettime() + 1; in clntbtcp_create()
415 start = prom_gettime(); in readtcp()
418 diff = (uint_t)(prom_gettime() - start); in readtcp()
H A Dclnt_budp.c152 call_msg.rm_xid = (uint_t)prom_gettime() + 1; in clntbudp_bufcreate()
251 wait_time += prom_gettime(); in clntbudp_call()
307 if (prom_gettime() >= wait_time) { in clntbudp_call()
H A Dauth_unix.c113 aup.aup_time = prom_gettime() / 1000; in authunix_create()
213 aup.aup_time = (prom_gettime() / 1000); in authunix_refresh()
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_gettime.c40 prom_gettime(void) in prom_gettime() function
H A DMakefile.files48 prom_gettime.o \
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c567 cb_msec = prom_gettime(); in main()
577 prog, prom_gettime() - cb_msec); in main()
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h130 extern uint_t prom_gettime(void);
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/common/
H A DMakefile56 prom_gettime.c \
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c222 mem_term->tm_cprboot_end.tv_sec = prom_gettime() / 1000; in cpr_update_terminator()
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h190 extern uint_t prom_gettime(void);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c524 start = prom_gettime(); in socket_read()
528 diff = (uint_t)((prom_gettime() - start) + 500) / 1000; in socket_read()