Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1305 time_t t_time, t_starttime, t_upperlimit; local
1386 t_time = mktime(&tm_tmp);
1392 DEBUG(9, "READPERF: t_time = %d\n", t_time);
1395 if (t_starttime <= t_time && t_upperlimit >= t_time)