Searched refs:dt_pfconv_t (Results 1 – 2 of 2) sorted by relevance
64 } dt_pfconv_t; typedef67 dt_pfconv_t **pdi_buckets; /* hash bucket array */79 const dt_pfconv_t *pfd_conv; /* conversion specification */
652 static const dt_pfconv_t _dtrace_conversions[] = {716 const dt_pfconv_t *pfd; in dt_pfdict_create()720 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) { in dt_pfdict_create()726 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n); in dt_pfdict_create()731 dt_pfconv_t *pfc; in dt_pfdict_create()734 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) { in dt_pfdict_create()739 bcopy(pfd, pfc, sizeof (dt_pfconv_t)); in dt_pfdict_create()791 dt_pfconv_t *pfc, *nfc; in dt_pfdict_destroy()809 static const dt_pfconv_t *814 const dt_pfconv_t *pfc; in dt_pfdict_lookup()[all …]