Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/
H A Dhrtcntl.h117 } hrtimes_t; typedef
127 hrtimes_t hrtc_int; /* A time interval. */
128 hrtimes_t hrtc_tod; /* A time of day. */
163 int hrtcntl(int, int, interval_t *, hrtimes_t *);
H A Dhrtsys.h44 extern void hrt_gettofd(hrtimes_t *);
/titanic_44/usr/src/uts/i86pc/io/
H A Dhrtimers.c72 hrtimes_t *hrtp;
94 hrtimes_t temptofd;
106 (caddr_t)&temptofd, sizeof (hrtimes_t))) {
117 (caddr_t)uap->hrtp, sizeof (hrtimes_t)))
145 hrtimes_t delay_ht;
262 (caddr_t)&hrcmdp->hrtc_int, sizeof (hrtimes_t)))
366 hrt_gettofd(hrtimes_t *td) in hrt_gettofd()