Searched refs:PZERO (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 77 #define PZERO 25 macro
|
H A D | socketvar.h | 150 (void) sleep((caddr_t)&(sb)->sb_flags, PZERO+1); \
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | param.h | 111 #define PZERO 25 macro
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 479 sleep(id, PZERO+1); \ 623 # define SLEEP(id, n) sleep((id), PZERO+1) 1076 # define SLEEP(id, n) sleep((id), PZERO+1) 1311 # define SLEEP(id, n) sleepx((id), PZERO+1, 0)
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 608 error = sleep(&ifs->ifs_iplh[unit], PZERO+1);
|
H A D | ip_auth.c | 483 error = sleep(&ifs->ifs_fr_authnext, PZERO+1);
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | radeon_cp.c | 1946 msleep(&ret, &dev->dev_lock, PZERO, in radeon_do_release() 1952 tsleep(&ret, PZERO, "rdnrel", 1); in radeon_do_release()
|