Home
last modified time | relevance | path

Searched refs:_Sfmutex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftmp.c74 (void)vtmtxlock(_Sfmutex);
92 (void)vtmtxunlock(_Sfmutex);
105 (void)vtmtxlock(_Sfmutex); in _rmfiles()
110 (void)vtmtxunlock(_Sfmutex); in _rmfiles()
134 (void)vtmtxlock(_Sfmutex);
139 (void)vtmtxunlock(_Sfmutex);
H A Dsfmutex.c52 vtmtxlock(_Sfmutex);
54 vtmtxunlock(_Sfmutex);
H A Dsfmode.c241 (void)vtmtxlock(_Sfmutex);
246 (void)vtmtxunlock(_Sfmutex);
294 (void)vtmtxlock(_Sfmutex);
302 (void)vtmtxunlock(_Sfmutex);
H A Dsfextern.c32 { (void)vtmtxopen(_Sfmutex, VT_INIT); in _sfoncef()
H A Dsfhdr.h814 #define _Sfmutex (_Sfextern.sf_mutex) macro