Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c91 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_sign() argument
99 if (d_key == NULL || d_key->dk_KEY_struct == NULL) in dst_hmac_md5_sign()
109 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_sign()
160 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_verify() argument
167 if (d_key == NULL || d_key->dk_KEY_struct == NULL) in dst_hmac_md5_verify()
177 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_verify()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c88 if (fmd.d_pid != 0 && (tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vpanic()
133 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) { in fmd_verror()
210 if ((tp = pthread_getspecific(fmd.d_key)) != NULL) in fmd_vdprintf()
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_trace()
H A Dfmd.h68 pthread_key_t d_key; /* key for fmd's thread-specific data */ member
H A Dfmd.c420 if (pthread_key_create(&dp->d_key, NULL) != 0) in fmd_create()
525 if (pthread_setspecific(dp->d_key, dp->d_rmod->mod_thread) != 0) in fmd_create()
635 (void) pthread_setspecific(dp->d_key, NULL); in fmd_destroy()
681 (void) pthread_key_delete(dp->d_key); in fmd_destroy()
H A Dfmd_thread.c60 if (pthread_setspecific(fmd.d_key, tp) != 0) in fmd_thread_start()
H A Dfmd_api.c235 if ((tp = pthread_getspecific(fmd.d_key)) == NULL) { in fmd_api_module()
356 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_hdl_register()
1859 if ((old_tp = pthread_getspecific(fmd.d_key)) == NULL) in fmd_doorthr_create()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c135 #define SDP_ADD_KEY(d_key, s_key) { \ argument
137 if (sdp_add_key(&(d_key), (s_key)->k_method, \