HomeSort by: relevance | last modified time | path
    Searched defs:sltime (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/shutdown/
shutdown.c 257 u_int sltime; local in function:loop
276 if ((sltime = offset - tp->timeleft) != 0) {
277 if (sltime > tp->timetowait / 5)
279 (void)sleep(sltime);
shutdown.c 257 u_int sltime; local in function:loop
276 if ((sltime = offset - tp->timeleft) != 0) {
277 if (sltime > tp->timetowait / 5)
279 (void)sleep(sltime);

Completed in 23 milliseconds