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

  /src/sys/sys/
time.h 101 * hide bintime for _STANDALONE because this header is used for hpcboot.exe,
106 struct bintime { struct
112 bintime_addx(struct bintime *bt, uint64_t x)
123 bintime_add(struct bintime *bt, const struct bintime *bt2)
135 bintime_sub(struct bintime *bt, const struct bintime *bt2)
179 bintime2timespec(const struct bintime *bt, struct timespec *ts)
188 timespec2bintime(const struct timespec *ts, struct bintime *bt)
196 bintime2timeval(const struct bintime *bt, struct timeval *tv
    [all...]
  /src/sys/kern/
kern_tc.c 111 struct bintime th_offset; /* bin (up)time at windup */
158 struct bintime bin;
410 TC_STATS(bintime); TC_STATS(nanotime); TC_STATS(microtime); variable
443 binuptime(struct bintime *bt)
500 struct bintime bt;
510 struct bintime bt;
518 bintime(struct bintime *bt) function
520 struct bintime boottime;
531 struct bintime bt
    [all...]

Completed in 90 milliseconds