Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c206 (void) pthread_mutex_lock(&node->tn_lock); in topo_node_lock()
212 (void) pthread_mutex_unlock(&node->tn_lock); in topo_node_unlock()
481 (void) pthread_mutex_init(&node->tn_lock, NULL); in topo_node_bind()
582 (void) pthread_mutex_init(&node->tn_lock, NULL); in topo_node_facbind()
H A Dtopo_tree.h59 pthread_mutex_t tn_lock; /* lock protecting members */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c277 addr + offsetof(tnode_t, tn_lock), in topo_node()