Home
last modified time | relevance | path

Searched refs:_lock (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Defsys.h308 #define EFSYS_BAR_READD(_esbp, _offset, _edp, _lock) \ argument
316 if (_lock) \
328 if (_lock) \
357 #define EFSYS_BAR_READO(_esbp, _offset, _eop, _lock) \ argument
365 if (_lock) \
386 if (_lock) \
391 #define EFSYS_BAR_WRITED(_esbp, _offset, _edp, _lock) \ argument
399 if (_lock) \
411 if (_lock) \
465 if (_lock) \
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_impl.h811 #define EFX_BAR_READD(_enp, _reg, _edp, _lock) \ argument
815 (_edp), (_lock)); \
822 #define EFX_BAR_WRITED(_enp, _reg, _edp, _lock) \ argument
829 (_edp), (_lock)); \
885 #define EFX_BAR_TBL_READD(_enp, _reg, _index, _edp, _lock) \ argument
890 (_edp), (_lock)); \
907 (_edp), (_lock)); \
922 (_edp), (_lock)); \
937 (_edp), (_lock)); \
974 (_eop), (_lock)); \
[all …]
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h89 rmutex_t _lock; /* lock for this structure */ member
103 rmutex_t _lock; /* lock for this structure */ member
H A Dstdiom.h260 #define IOB_LCK(iop) (&((iop)->_lock))
262 #define IOB_LCK(iop) (STDIOP(iop) ? &_xftab[IOPIND(iop)]._lock \
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h302 #define OSAL_MUTEX_DEALLOC(_lock) \ argument
303 mutex_destroy(_lock)
304 #define OSAL_SPIN_LOCK_DEALLOC(_lock) \ argument
305 mutex_destroy(_lock)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c65 #define FPLOCK(fp) &fp->_lock
77 &x##fp->xlock : &_xftab[IOPIND(fp)]._lock
89 #define xlock _xdat._lock
366 (void) mutex_init(&fp[i]._lock, in _findiop()