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 */
629 static const dt_pfconv_t _dtrace_conversions[] = {688 const dt_pfconv_t *pfd; in dt_pfdict_create()692 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) { in dt_pfdict_create()698 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n); in dt_pfdict_create()703 dt_pfconv_t *pfc; in dt_pfdict_create()706 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) { in dt_pfdict_create()711 bcopy(pfd, pfc, sizeof (dt_pfconv_t)); in dt_pfdict_create()763 dt_pfconv_t *pfc, *nfc; in dt_pfdict_destroy()781 static const dt_pfconv_t *786 const dt_pfconv_t *pfc; in dt_pfdict_lookup()[all …]