Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c238 uint_t nowabs, maxabs; in stop_init_reboot() local
240 nowabs = NSEC2MSEC(gethrtime()); in stop_init_reboot()
242 if (nowabs < maxabs) { in stop_init_reboot()
244 if (nowabs + dsmp->dsm_send_timeout > maxabs) in stop_init_reboot()
245 dsmp->dsm_send_timeout = maxabs - nowabs; in stop_init_reboot()