Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c78 static thread_key_t lookup_state_key; variable
143 (void) thr_setspecific(lookup_state_key, NULL); in _nscd_get_clearance()
148 (void) thr_setspecific(lookup_state_key, (void*)1); in _nscd_get_clearance()
164 (void) thr_getspecific(lookup_state_key, (void**)&which); in _nscd_release_clearance()
1161 (void) thr_keycreate(&lookup_state_key, NULL); in _nscd_setup_server()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c143 static thread_key_t lookup_state_key; variable
150 (void) thr_keycreate(&lookup_state_key, NULL); in initialize_lookup_clearance()
162 (void) thr_setspecific(lookup_state_key, NULL); in get_clearance()
177 (void) thr_setspecific(lookup_state_key, (void*)1); in get_clearance()
194 (void) thr_getspecific(lookup_state_key, (void**)&which); in release_clearance()