Searched refs:condition (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsassert.h51 #define DPSAssert(condition) \
52 if (! (condition)) DPSCantHappen();
53 /* Tests whether the specified condition is true and aborts the
H A Dpsctxtops.psw43 condition
H A Ddpsctxtops.psw44 condition
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h310 #define DRM_WAIT_ON(ret, q, timeout, condition) \
312 while (!(condition)) { \
327 #define DRM_WAIT(ret, q, condition) \
329 if (!(condition)) { \
332 if (!(condition)) { \
334 if (wait_for(condition, 3000)) \
1210 kmutex_t irq_lock; /* protects irq condition checks */
/solaris-x11-s11/open-src/kernel/efb/src/
H A DdrmP.h221 #define DRM_WAIT_ON(ret, q, timeout, condition) \
223 while (!(condition)) { \
612 kmutex_t irq_lock; /* protects irq condition checks */
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c875 int condition = 1; local
903 while (condition) {
955 int condition = 1; local
978 while (condition) {

Completed in 27 milliseconds