Searched defs:SLEEP (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | ata8-acs.h | 102 SLEEP = 0xE6, enumerator
|
/titanic_51/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 478 # define SLEEP(id, n) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro 623 # define SLEEP(id, n) sleep((id), PZERO+1) macro 1076 # define SLEEP(id, n) sleep((id), PZERO+1) macro 1122 # define SLEEP(x,s) 0, interruptible_sleep_on(x##_linux) macro 1311 # define SLEEP(id, n) sleepx((id), PZERO+1, 0) macro 1472 # define SLEEP(x,y) 1; macro 1630 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro
|