Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c97 static thread_key_t s_thr_key; variable
651 (void) thr_getspecific(s_thr_key, (void **)&tsd); in autofs_get_buffer()
662 (void) thr_setspecific(s_thr_key, tsd); in autofs_get_buffer()
956 (void) thr_keycreate(&s_thr_key, NULL); in start_autofs_svcs()
/titanic_41/usr/src/lib/libmapid/common/
H A Dmapid.h121 static thread_key_t s_thr_key; variable
H A Dmapid.c1159 (void) thr_getspecific(s_thr_key, &tsd); in mapid_get_domain()
1166 (void) thr_setspecific(s_thr_key, tsd); in mapid_get_domain()
1201 (void) thr_keycreate(&s_thr_key, NULL); in _lib_init()