Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/inet/
H A Ddhcpv4.c715 uint32_t t_time; in dhcp_requesting() local
784 bcopy(pl->opts[CD_LEASE_TIME]->value, &t_time, in dhcp_requesting()
785 sizeof (t_time)); in dhcp_requesting()
786 t_time = ntohl(t_time); in dhcp_requesting()
787 if ((uint32_t)t_time != DHCP_PERM) in dhcp_requesting()
788 t_time -= (uint32_t)dhcp_secs; in dhcp_requesting()
789 t_time = htonl(t_time); in dhcp_requesting()
790 bcopy(&t_time, opt, sizeof (t_time)); in dhcp_requesting()
791 opt += sizeof (t_time); in dhcp_requesting()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c263 tp->t_time = 0; /* not filled in yet */ in _sd_alert()
277 tp->t_time = (int)nsc_lbolt(); in _sd_alert()
279 tp->t_time = (int)nsc_usec(); in _sd_alert()
335 tp->t_time = 0; /* not filled in yet */ in _sd_trace()
349 tp->t_time = (int)nsc_lbolt(); in _sd_trace()
351 tp->t_time = (int)nsc_usec(); in _sd_trace()
H A Dsd_trace.h73 int t_time; /* micro_second timer, or lbolt */ member
/titanic_41/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)