Searched defs:SLEEP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Data8-acs.h102 SLEEP = 0xE6, enumerator in enum:ata_opcode
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h473 # define SLEEP(id, n) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro
618 # define SLEEP(id, n) sleep((id), PZERO+1) macro
1071 # define SLEEP(id, n) sleep((id), PZERO+1) macro
1117 # define SLEEP(x,s) 0, interruptible_sleep_on(x##_linux) macro
1306 # define SLEEP(id, n) sleepx((id), PZERO+1, 0) macro
1467 # define SLEEP(x,y) 1; macro
1625 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro

Completed in 54 milliseconds