Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dhrtimers.c204 (void) xsetitimer(which, &itv, 1);
232 (void) xsetitimer(which, &itv, 1);
325 (void) xsetitimer(which, &itv, 1); in hrt_bsd_cancel()
/titanic_44/usr/src/uts/common/sys/
H A Dtimer.h106 extern int xsetitimer(uint_t, struct itimerval *, int);
/titanic_44/usr/src/uts/common/os/
H A Dtimers.c315 error = xsetitimer(which, itv, 0); in setitimer()
323 error = xsetitimer(which, &kitv, 1); in setitimer()
330 xsetitimer(uint_t which, struct itimerval *itv, int iskaddr) in xsetitimer() function