Searched refs:cvcmutex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c153 static kmutex_t cvcmutex; /* protects input */ variable
198 mutex_init(&cvcmutex, NULL, MUTEX_DEFAULT, NULL);
233 mutex_enter(&cvcmutex);
245 mutex_exit(&cvcmutex);
248 mutex_exit(&cvcmutex);
338 mutex_enter(&cvcmutex);
347 mutex_exit(&cvcmutex);
353 mutex_exit(&cvcmutex);
375 mutex_enter(&cvcmutex);
377 mutex_exit(&cvcmutex);
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c174 static kmutex_t cvcmutex; /* protects input */ variable
213 mutex_init(&cvcmutex, NULL, MUTEX_DEFAULT, NULL);
245 mutex_enter(&cvcmutex);
264 mutex_exit(&cvcmutex);
349 mutex_enter(&cvcmutex);
356 mutex_exit(&cvcmutex);
364 mutex_exit(&cvcmutex);
379 mutex_enter(&cvcmutex);
381 mutex_exit(&cvcmutex);
1055 mutex_enter(&cvcmutex);
[all...]

Completed in 47 milliseconds