_c_               353 dev/raidframe/rf_driver.c #define	DO_RAID_COND(_c_)						\
_c_               355 dev/raidframe/rf_driver.c 	rc = rf_create_managed_cond(&raidPtr->shutdownList, (_c_));	\
_c_                84 dev/raidframe/rf_threadstuff.h #define	RF_DECLARE_COND(_c_)		int _c_
_c_                85 dev/raidframe/rf_threadstuff.h #define	RF_DECLARE_STATIC_COND(_c_)	static int _c_
_c_                86 dev/raidframe/rf_threadstuff.h #define	RF_DECLARE_EXTERN_COND(_c_)	extern int _c_
_c_                95 dev/raidframe/rf_threadstuff.h #define	RF_WAIT_COND(_c_,_m_)	do {					\
_c_                97 dev/raidframe/rf_threadstuff.h 	tsleep(&_c_, PRIBIO, "rfwcond", 0);				\
_c_               100 dev/raidframe/rf_threadstuff.h #define	RF_SIGNAL_COND(_c_)	wakeup(&(_c_))
_c_               101 dev/raidframe/rf_threadstuff.h #define	RF_BROADCAST_COND(_c_)	wakeup(&(_c_))