Searched refs:sch_opslock (Results 1 – 3 of 3) sorted by relevance
281 (void) pthread_mutex_lock(&sp->sch_opslock); in fmd_fmri_nvl2str()284 (void) pthread_mutex_unlock(&sp->sch_opslock); in fmd_fmri_nvl2str()299 (void) pthread_mutex_lock(&sp->sch_opslock); in fmd_fmri_expand()301 (void) pthread_mutex_unlock(&sp->sch_opslock); in fmd_fmri_expand()316 (void) pthread_mutex_lock(&sp->sch_opslock); in fmd_fmri_present()318 (void) pthread_mutex_unlock(&sp->sch_opslock); in fmd_fmri_present()333 (void) pthread_mutex_lock(&sp->sch_opslock); in fmd_fmri_replaced()335 (void) pthread_mutex_unlock(&sp->sch_opslock); in fmd_fmri_replaced()350 (void) pthread_mutex_lock(&sp->sch_opslock); in fmd_fmri_service_state()352 (void) pthread_mutex_unlock(&sp->sch_opslock); in fmd_fmri_service_state()[all …]
68 pthread_mutex_t sch_opslock; /* lock protecting non-init/fini ops */ member
238 (void) pthread_mutex_init(&sp->sch_opslock, NULL); in fmd_scheme_create()