Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dmutex_emul.c10 if (mtx->eMm_magic != EMM_MAGIC) {
12 mtx->eMm_owner, mtx, mtx->eMm_magic);
29 if (mtx->eMm_magic != EMM_MAGIC) {
31 mtx->eMm_owner, mtx, mtx->eMm_magic);
49 if (mtx->eMm_magic == EMM_MAGIC) { /* safe bet ? */
52 mtx->eMm_owner, mtx, mtx->eMm_magic);
55 mtx->eMm_magic = EMM_MAGIC;
67 if (mtx->eMm_magic != EMM_MAGIC) {
69 mtx->eMm_owner, mtx, mtx->eMm_magic);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1387 u_int eMm_magic; member