Searched refs:t_time (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c263 tp->t_time = 0; /* not filled in yet */
277 tp->t_time = (int)nsc_lbolt();
279 tp->t_time = (int)nsc_usec();
335 tp->t_time = 0; /* not filled in yet */
349 tp->t_time = (int)nsc_lbolt();
351 tp->t_time = (int)nsc_usec();
H A Dsd_trace.h73 int t_time; /* micro_second timer, or lbolt */ member in struct:_sdtr
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c715 uint32_t t_time; local
784 bcopy(pl->opts[CD_LEASE_TIME]->value, &t_time,
785 sizeof (t_time));
786 t_time = ntohl(t_time);
787 if ((uint32_t)t_time != DHCP_PERM)
788 t_time -= (uint32_t)dhcp_secs;
789 t_time = htonl(t_time);
790 bcopy(&t_time, op
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1307 time_t t_time, t_starttime, t_upperlimit; local
1388 t_time = mktime(&tm_tmp);
1394 DEBUG(9, "READPERF: t_time = %d\n", t_time);
1397 if (t_starttime <= t_time && t_upperlimit >= t_time)

Completed in 87 milliseconds