pthread_key_t
pthread_key_t d_key; /* key for fmd's thread-specific data */
static pthread_key_t idmap_tsd_key;
static pthread_key_t create_threads_key;
static pthread_key_t tsd_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t thread_info_key;
#define PTHREAD_ONCE_KEY_NP (pthread_key_t)(-1)
extern int pthread_key_create(pthread_key_t *, void (*)(void *));
extern int pthread_key_create_once_np(pthread_key_t *, void (*)(void *));
extern int pthread_key_delete(pthread_key_t);
extern int pthread_setspecific(pthread_key_t, const void *);
extern void *pthread_getspecific(pthread_key_t);
typedef pthread_key_t tss_t;
static pthread_key_t fmev_tsdkey = PTHREAD_ONCE_KEY_NP;
static pthread_key_t key;
static pthread_key_t adutils_lderrno_key = PTHREAD_ONCE_KEY_NP;
extern pthread_key_t _aio_key; /* for thread-specific data */
pthread_key_t _aio_key;
static pthread_key_t privdoor_key = PTHREAD_ONCE_KEY_NP;
pthread_key_create(pthread_key_t *pkey, void (*destructor)(void *))
pthread_key_delete(pthread_key_t key)
pthread_getspecific(pthread_key_t key)
pthread_setspecific(pthread_key_t key, const void *value)
pthread_key_t g_dtj_consumer_key;
extern pthread_key_t g_dtj_consumer_key;
static pthread_key_t nsldapi_key;
static pthread_key_t tsdKey;
static pthread_key_t nisdb_tsd_key;
thr_get_storage(pthread_key_t *keyp, size_t size, void (*destructor)(void *))
extern void *thr_get_storage(pthread_key_t *, size_t, void(*)(void *));
static pthread_key_t nderror_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t nderrbuf_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t nc_error_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t perror_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t buf_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t clone_buf_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t t_errno_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t perror_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t rpc_call_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t pfdp_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t key_call_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t rce_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t rpc_callerr_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t tcp_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t udp_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t clnt_broadcast_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t key;
static pthread_key_t key;
static pthread_key_t key;
static pthread_key_t errstring_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t scf_error_key = 0;
static pthread_key_t scf_error_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t nrkey = PTHREAD_ONCE_KEY_NP;
static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP;
static pthread_key_t uu_error_key = 0;