cond 65 dev/i2o/iop.c #define POLL(ms, cond) \ cond 69 dev/i2o/iop.c if (cond) \ cond 360 dev/ic/athvar.h #define KASSERT(cond, complaint) if (!(cond)) panic complaint cond 183 dev/ic/rtwvar.h #define CASSERT(cond, complaint) \ cond 184 dev/ic/rtwvar.h complaint[(cond) ? 0 : -1] = complaint[(cond) ? 0 : -1] cond 169 dev/pci/if_bnxreg.h #define DBRUNIF(cond, args...) \ cond 170 dev/pci/if_bnxreg.h if (cond) { \ cond 194 dev/pci/if_bnxreg.h #define DBRUNIF(cond, args...) cond 145 dev/raidframe/rf_desc.h RF_DECLARE_COND( cond ); cond 222 dev/raidframe/rf_diskqueue.c rc = rf_create_managed_cond(listp, &diskqueue->cond); cond 150 dev/raidframe/rf_diskqueue.h RF_DECLARE_COND(cond); /* cond 554 dev/raidframe/rf_driver.c rc = rf_cond_init(&desc->cond); cond 568 dev/raidframe/rf_driver.c rf_cond_destroy(&desc->cond); cond 544 dev/raidframe/rf_evenodd.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 615 dev/raidframe/rf_evenodd.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 648 dev/raidframe/rf_evenodd.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 68 dev/raidframe/rf_mcpair.c rc = rf_cond_init(&t->cond); cond 82 dev/raidframe/rf_mcpair.c rf_cond_destroy(&t->cond); cond 152 dev/raidframe/rf_mcpair.c wakeup(&(mcpair->cond)); /* XXX XXX XXX GO */ cond 44 dev/raidframe/rf_mcpair.h RF_DECLARE_COND (cond); cond 632 dev/raidframe/rf_paritylog.c RF_SIGNAL_COND(raidPtr->parityLogDiskQueue.cond); cond 652 dev/raidframe/rf_paritylog.c RF_SIGNAL_COND(raidPtr->parityLogDiskQueue.cond); cond 106 dev/raidframe/rf_paritylog.h RF_DECLARE_COND(cond); cond 121 dev/raidframe/rf_paritylog.h RF_DECLARE_COND(cond); cond 96 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(pool->cond, pool->mutex); cond 118 dev/raidframe/rf_paritylogDiskMgr.c RF_SIGNAL_COND(pool->cond); cond 358 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(fwr_mcpair->cond, fwr_mcpair->mutex); cond 427 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(prd_mcpair->cond, prd_mcpair->mutex); cond 441 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(rrd_mcpair->cond, rrd_mcpair->mutex); cond 468 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(pwr_mcpair->cond, pwr_mcpair->mutex); cond 632 dev/raidframe/rf_paritylogDiskMgr.c RF_SIGNAL_COND(raidPtr->parityLogDiskQueue.cond); cond 697 dev/raidframe/rf_paritylogDiskMgr.c RF_WAIT_COND(raidPtr->parityLogDiskQueue.cond, cond 715 dev/raidframe/rf_paritylogDiskMgr.c RF_SIGNAL_COND(raidPtr->parityLogDiskQueue.cond); cond 329 dev/raidframe/rf_paritylogging.c rc = rf_cond_init(&raidPtr->regionBufferPool.cond); cond 356 dev/raidframe/rf_paritylogging.c rf_cond_destroy(&raidPtr->regionBufferPool.cond); cond 368 dev/raidframe/rf_paritylogging.c rf_cond_destroy(&raidPtr->regionBufferPool.cond); cond 399 dev/raidframe/rf_paritylogging.c rc = rf_cond_init(&raidPtr->parityBufferPool.cond); cond 427 dev/raidframe/rf_paritylogging.c rf_cond_destroy(&raidPtr->parityBufferPool.cond); cond 439 dev/raidframe/rf_paritylogging.c rf_cond_destroy(&raidPtr->parityBufferPool.cond); cond 470 dev/raidframe/rf_paritylogging.c rc = rf_create_managed_cond(listp, &raidPtr->parityLogDiskQueue.cond); cond 591 dev/raidframe/rf_paritylogging.c RF_WAIT_COND(raidPtr->parityLogDiskQueue.cond, cond 799 dev/raidframe/rf_paritylogging.c RF_SIGNAL_COND(raidPtr->parityLogDiskQueue.cond); cond 806 dev/raidframe/rf_paritylogging.c RF_WAIT_COND(raidPtr->parityLogDiskQueue.cond, cond 262 dev/raidframe/rf_parityscan.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 312 dev/raidframe/rf_parityscan.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 526 dev/raidframe/rf_raid1.c RF_WAIT_COND(mcpair->cond, mcpair->mutex); cond 125 dev/raidframe/rf_threadstuff.c rc = _rf_create_managed_cond(listp, &g->cond, file, line); cond 139 dev/raidframe/rf_threadstuff.c rc2 = rf_cond_destroy(&g->cond); cond 156 dev/raidframe/rf_threadstuff.c rc = rf_cond_init(&g->cond); cond 111 dev/raidframe/rf_threadstuff.h RF_DECLARE_COND (cond); cond 130 dev/raidframe/rf_threadstuff.h RF_SIGNAL_COND((_g_)->cond); \ cond 140 dev/raidframe/rf_threadstuff.h RF_SIGNAL_COND((_g_)->cond); \ cond 149 dev/raidframe/rf_threadstuff.h RF_WAIT_COND((_g_)->cond, (_g_)->mutex); \ cond 162 dev/raidframe/rf_threadstuff.h RF_WAIT_COND((_g_)->cond, (_g_)->mutex); \ cond 174 dev/raidframe/rf_threadstuff.h RF_WAIT_COND((_g_)->cond, (_g_)->mutex); \ cond 145 dev/usb/umass.c #define KASSERT(cond, msg) cond 249 lib/libz/zutil.h # define Assert(cond,msg) {if(!(cond)) z_error(msg);} cond 256 lib/libz/zutil.h # define Assert(cond,msg) cond 115 net/zlib.c # define Assert(cond,msg) {if(!(cond)) z_error(msg);} cond 122 net/zlib.c # define Assert(cond,msg)