Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Defsys.h560 #define EFSYS_LOCK(_lockp, _state) \ argument
562 mutex_enter(_lockp); \
567 #define EFSYS_UNLOCK(_lockp, _state) \ argument
571 mutex_exit(_lockp); \