Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Depm.h715 extern clock_t pt_sleep;
717 #define PT(code) {outb(0x80, (char)code); drv_usecwait(pt_sleep); }
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c7919 clock_t pt_sleep = 1; variable