Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/nscd/
H A Dnscd_frontend.c76 static thread_key_t lookup_state_key; variable
137 (void) thr_setspecific(lookup_state_key, NULL); in _nscd_get_clearance()
142 (void) thr_setspecific(lookup_state_key, (void*)1); in _nscd_get_clearance()
157 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()
1154 (void) thr_keycreate(&lookup_state_key, NULL); in _nscd_setup_server()
/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c142 static thread_key_t lookup_state_key; variable
149 (void) thr_keycreate(&lookup_state_key, NULL); in initialize_lookup_clearance()
161 (void) thr_setspecific(lookup_state_key, NULL); in get_clearance()
176 (void) thr_setspecific(lookup_state_key, (void*)1); in get_clearance()
193 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()