Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dboot.c174 time_t when, otime, ntime; in autoboot() local
207 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()
/freebsd/sys/netinet/
H A Dip_options.c108 uint32_t ntime; in ip_dooptions() local
376 ntime = iptime(); in ip_dooptions()
377 (void)memcpy(cp + off, &ntime, sizeof(uint32_t)); in ip_dooptions()