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

  /src/sys/sys/
time.h 97 * hide bintime for _STANDALONE because this header is used for hpcboot.exe,
102 struct bintime { struct
108 bintime_addx(struct bintime *bt, uint64_t x)
119 bintime_add(struct bintime *bt, const struct bintime *bt2)
131 bintime_sub(struct bintime *bt, const struct bintime *bt2)
175 bintime2timespec(const struct bintime *bt, struct timespec *ts)
184 timespec2bintime(const struct timespec *ts, struct bintime *bt)
192 bintime2timeval(const struct bintime *bt, struct timeval *tv
    [all...]
  /src/sys/kern/
kern_tc.c 110 struct bintime th_offset; /* bin (up)time at windup */
157 struct bintime bin;
409 TC_STATS(bintime); TC_STATS(nanotime); TC_STATS(microtime);
442 binuptime(struct bintime *bt)
499 struct bintime bt;
509 struct bintime bt;
517 bintime(struct bintime *bt) function in typeref:typename:void
519 struct bintime boottime;
530 struct bintime bt
    [all...]

Completed in 13 milliseconds