Searched refs:d_key (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c94 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, argument
102 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
112 key = (HMAC_Key *) d_key->dk_KEY_struct;
163 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, argument
170 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
180 key = (HMAC_Key *) d_key->dk_KEY_struct;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c85 * Use fmd.d_pid != 0 as a cheap test to see if fmd.d_key is valid
88 if (fmd.d_pid != 0 && (tp = pthread_getspecific(fmd.d_key)) != NULL)
133 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) {
210 if ((tp = pthread_getspecific(fmd.d_key)) != NULL)
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
H A Dfmd.h67 pthread_key_t d_key; /* key for fmd's thread-specific data */ member in struct:fmd
H A Dfmd_thread.c60 if (pthread_setspecific(fmd.d_key, tp) != 0)
H A Dfmd.c420 if (pthread_key_create(&dp->d_key, NULL) != 0)
525 if (pthread_setspecific(dp->d_key, dp->d_rmod->mod_thread) != 0)
635 (void) pthread_setspecific(dp->d_key, NULL);
681 (void) pthread_key_delete(dp->d_key);
H A Dfmd_api.c235 if ((tp = pthread_getspecific(fmd.d_key)) == NULL) {
356 fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
1859 if ((old_tp = pthread_getspecific(fmd.d_key)) == NULL)
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c137 #define SDP_ADD_KEY(d_key, s_key) { \
139 if (sdp_add_key(&(d_key), (s_key)->k_method, \

Completed in 241 milliseconds