Searched refs:ntime (Results 1 – 2 of 2) sorted by relevance
174 time_t when, otime, ntime; in autoboot() local207 ntime = time(NULL); in autoboot()208 when = ntime + timeout; /* when to boot */ in autoboot()236 ntime = time(NULL); in autoboot()237 if (ntime >= when) { in autoboot()242 if (ntime != otime) { in autoboot()244 kernelname, (int)(when - ntime), in autoboot()245 (when-ntime)==1?"":"s"); in autoboot()246 otime = ntime; in autoboot()
108 uint32_t ntime; in ip_dooptions() local376 ntime = iptime(); in ip_dooptions()377 (void)memcpy(cp + off, &ntime, sizeof(uint32_t)); in ip_dooptions()