HomeSort by: relevance | last modified time | path
    Searched refs:pfc_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.h 54 const char *pfc_name; /* string name of input conversion */ member in struct:dt_pfconv
dt_printf.c 751 for (pfd = _dtrace_conversions; pfd->pfc_name != NULL; pfd++) {
762 h = dt_strtab_hash(pfc->pfc_name, NULL) % n;
803 dt_dprintf("loaded printf conversion %%%s\n", pfc->pfc_name);
839 if (strcmp(pfc->pfc_name, name) == 0)
1130 pfc->pfc_name, dyns[dync - 1]);
1140 dyns[dync - 1], pfc->pfc_name,
1168 func, i + 1, pfc->pfc_name);
1206 vname, i + 1, pfc->pfc_name, pfc->pfc_tstr,
1897 (void) strcat(pfd->pfd_fmt, pfc->pfc_name);
1983 * name of the conversion (pfc_name) into the pickled forma
    [all...]

Completed in 15 milliseconds