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

  /src/usr.sbin/bootp/common/
bootpd.h 117 time_offset :1, member in struct:flag
186 int32 time_offset;
185 int32 time_offset; member in struct:host
  /src/sys/kern/
kern_ntptime.c 186 static l_fp time_offset; /* time offset (ns) */ variable in typeref:typename:l_fp
381 ntv->offset = L_GINT(time_offset);
383 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */
510 ftemp = time_offset;
522 L_SUB(time_offset, ftemp);
580 L_CLR(time_offset);
640 L_LINT(time_offset, time_monitor);
796 L_LINT(time_offset, time_monitor);

Completed in 12 milliseconds