Searched refs:d_key (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/dst/ |
H A D | hmac_link.c | 94 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_sign() argument 102 if (d_key == NULL || d_key->dk_KEY_struct == NULL) in dst_hmac_md5_sign() 112 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_sign() 163 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, in dst_hmac_md5_verify() argument 170 if (d_key == NULL || d_key->dk_KEY_struct == NULL) in dst_hmac_md5_verify() 180 key = (HMAC_Key *) d_key->dk_KEY_struct; in dst_hmac_md5_verify()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_subr.c | 88 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 D | fmd.h | 67 pthread_key_t d_key; /* key for fmd's thread-specific data */ member
|
H A D | fmd.c | 420 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 D | fmd_thread.c | 60 if (pthread_setspecific(fmd.d_key, tp) != 0) in fmd_thread_start()
|
H A D | fmd_api.c | 235 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()
|
/titanic_44/usr/src/lib/libcommputil/common/ |
H A D | sdp.c | 137 #define SDP_ADD_KEY(d_key, s_key) { \ argument 139 if (sdp_add_key(&(d_key), (s_key)->k_method, \
|