Searched refs:stoptime (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c588 *(time_t *)cntval = sip_counters.stoptime;
616 sip_counters.stoptime = 0;
634 sip_counters.stoptime = time(NULL);
H A Dsip_miscdefs.h169 time_t stoptime; member in struct:sip_traffic_counters_s
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c367 clock_t stoptime; /* in ticks */ local
372 stoptime = ddi_get_lbolt() +
381 &sctp->sctp_lock, stoptime);
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c857 hrtime_t stoptime; local
897 stoptime = gethrtime();
990 tx->t_stoptime = stoptime;
1021 t->t_stoptime = stoptime;
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c489 sdp_add_time(sdp_session_t *session, uint64_t starttime, uint64_t stoptime, argument
505 new_time->t_stop = stoptime;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c969 uint32_t stoptime; /* in ms */ local
972 stoptime = prom_gettime() +
977 ((int32_t)(stoptime - prom_gettime()) > 0)) {

Completed in 88 milliseconds