Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h53 struct bintime { struct
59 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() argument
70 bintime_add(struct bintime *_bt, const struct bintime *_bt2) in bintime_add()
82 bintime_sub(struct bintime *_bt, const struct bintime *_bt2) in bintime_sub()
94 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul()
106 bintime_shift(struct bintime *_bt, int _exp) in bintime_shift()
142 bttosbt(const struct bintime _bt) in bttosbt()
148 static __inline struct bintime
151 struct bintime _bt; in sbttobt()
173 bintime2timespec(const struct bintime *_bt, struct timespec *_ts) in bintime2timespec()
[all …]