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

/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Drmedia.h59 mutex_t sm_bufmutex; /* mutex to make it MT safe. */ member in struct:rmedia_handle
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c260 (void) mutex_lock(&handle->sm_bufmutex);
288 (void) mutex_unlock(&handle->sm_bufmutex);
292 (void) mutex_unlock(&handle->sm_bufmutex);
321 (void) mutex_lock(&handle->sm_bufmutex);
354 (void) mutex_unlock(&handle->sm_bufmutex);
358 (void) mutex_unlock(&handle->sm_bufmutex);
701 (void) mutex_lock(&handle->sm_bufmutex);
773 (void) mutex_unlock(&handle->sm_bufmutex);
781 (void) mutex_unlock(&handle->sm_bufmutex);

Completed in 44 milliseconds