Searched refs:prom_gettime (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c74 uint_t end = (secs * 1000) + prom_gettime();
76 while (prom_gettime() < end)
H A Dtime.c66 secs_since_boot = prom_gettime() / 1000;
78 time_now = start_time + ((prom_gettime() / 1000) - secs_since_boot);
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_gettime.c40 prom_gettime(void) function
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c156 wait_time = prom_gettime() + timeout;
157 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) {
175 time = prom_gettime() + (delay * 1000); /* broadcast delay */
176 while (prom_gettime() <= time) {
316 timeout = prom_gettime() + reltime;
340 pre_pr = prom_gettime();
343 post_pr = prom_gettime();
384 pre_pc = prom_gettime();
410 tot_pc += prom_gettime() - pre_pc;
460 (now = prom_gettime()) < timeou
[all...]
H A Dethernet.c118 wait_time = prom_gettime() + timeout;
119 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) {
139 time = prom_gettime() + (delay * 1000); /* broadcast delay */
140 while (prom_gettime() <= time) {
317 timeout = prom_gettime() + reltime;
340 pre_pr = prom_gettime();
343 post_pr = prom_gettime();
385 pre_pc = prom_gettime();
411 tot_pc += prom_gettime() - pre_pc;
468 (now = prom_gettime()) < timeou
[all...]
H A Ddhcpv4.c302 s->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000));
357 wait_time = prom_gettime() + tol;
370 now = prom_gettime();
395 if (wait_time < prom_gettime())
398 } while (prom_gettime() < init_timeout);
661 pkt->secs = htons((uint16_t)((prom_gettime() - dhcp_start_time)/1000));
1162 dhcp_start_time = prom_gettime();
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c280 xid = (uint_t)(prom_gettime() / 1000) + 1;
340 wait_time += prom_gettime();
466 prom_gettime() < wait_time);
H A Dauth_unix.c117 aup.aup_time = prom_gettime() / 1000;
223 aup.aup_time = (prom_gettime() / 1000);
H A Dclnt_btcp.c239 call_msg.rm_xid = (uint_t)prom_gettime() + 1;
417 start = prom_gettime();
420 diff = (uint_t)(prom_gettime() - start);
H A Dclnt_budp.c159 call_msg.rm_xid = (uint_t)prom_gettime() + 1;
268 wait_time += prom_gettime();
324 if (prom_gettime() >= wait_time) {
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c567 cb_msec = prom_gettime();
577 prog, prom_gettime() - cb_msec);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c277 (tcp)->tcp_rto_timeout = prom_gettime() + intvl; \
373 if (prom_gettime() > tcp_time_wait_runtime) \
396 tcp_time_wait_runtime = prom_gettime() + tcp_time_wait_interval;
972 stoptime = prom_gettime() +
977 ((int32_t)(stoptime - prom_gettime()) > 0)) {
1068 timeout = prom_gettime() + sockets[sock_id].in_timeout;
1070 timeout = prom_gettime() + tcp_accept_timeout;
1072 timeout > prom_gettime()) {
1081 if (timeout <= prom_gettime() && listener->tcp_eager_next_q == NULL) {
1631 tcp->tcp_last_rcv_lbolt = prom_gettime();
[all...]
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c222 mem_term->tm_cprboot_end.tv_sec = prom_gettime() / 1000;
/illumos-gate/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/common/
H A DMakefile56 prom_gettime.c \
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h132 extern uint_t prom_gettime(void);
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h192 extern uint_t prom_gettime(void);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c525 start = prom_gettime();
529 diff = (uint_t)((prom_gettime() - start) + 500) / 1000;

Completed in 83 milliseconds