Home
last modified time | relevance | path

Searched refs:pfc_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.h61 struct dt_pfconv *pfc_next; /* next conversion in hash chain */ member
H A Ddt_printf.c713 pfc->pfc_next = pdi->pdi_buckets[h]; in dt_pfdict_create()
771 nfc = pfc->pfc_next; in dt_pfdict_destroy()
788 for (pfc = pdi->pdi_buckets[h]; pfc != NULL; pfc = pfc->pfc_next) { in dt_pfdict_lookup()