Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_topo.c53 ASSERT(MUTEX_HELD(&fmd.d_topo_lock)); in fmd_topo_rele_locked()
71 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_update()
108 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_update()
116 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_hold()
119 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_hold()
127 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_addref()
129 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_addref()
135 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_rele()
139 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_rele()
147 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_rele_hdl()
[all …]
H A Dfmd.h113 pthread_mutex_t d_topo_lock; /* lock for topo hdl */ member
H A Dfmd.c428 (void) pthread_mutex_init(&dp->d_topo_lock, NULL); in fmd_create()