Searched refs:dt_pfconv_t (Results 1 – 2 of 2) sorted by relevance
65 } dt_pfconv_t; typedef68 dt_pfconv_t **pdi_buckets; /* hash bucket array */80 const dt_pfconv_t *pfd_conv; /* conversion specification */
658 static const dt_pfconv_t _dtrace_conversions[] = {722 const dt_pfconv_t *pfd; in dt_pfdict_create()726 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) { in dt_pfdict_create()732 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n); in dt_pfdict_create()737 dt_pfconv_t *pfc; in dt_pfdict_create()740 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) { in dt_pfdict_create()745 bcopy(pfd, pfc, sizeof (dt_pfconv_t)); in dt_pfdict_create()797 dt_pfconv_t *pfc, *nfc; in dt_pfdict_destroy()815 static const dt_pfconv_t *820 const dt_pfconv_t *pfc; in dt_pfdict_lookup()[all …]