Searched refs:pfc_name (Results 1 – 2 of 2) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_printf.c | 735 for (pfd = _dtrace_conversions; pfd->pfc_name != NULL; pfd++) { in dt_pfdict_create() 746 h = dt_strtab_hash(pfc->pfc_name, NULL) % n; in dt_pfdict_create() 787 dt_dprintf("loaded printf conversion %%%s\n", pfc->pfc_name); in dt_pfdict_create() 823 if (strcmp(pfc->pfc_name, name) == 0) in dt_pfdict_lookup() 1114 pfc->pfc_name, dyns[dync - 1]); in dt_printf_validate() 1124 dyns[dync - 1], pfc->pfc_name, in dt_printf_validate() 1151 func, i + 1, pfc->pfc_name); in dt_printf_validate() 1189 vname, i + 1, pfc->pfc_name, pfc->pfc_tstr, in dt_printf_validate() 1878 (void) strcat(pfd->pfd_fmt, pfc->pfc_name); in dtrace_printf_create() 1968 str = pfc->pfc_name; in dtrace_printf_format()
|
H A D | dt_printf.h | 55 const char *pfc_name; /* string name of input conversion */ member
|