Home
last modified time | relevance | path

Searched refs:dof_stridx_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h692 typedef uint32_t dof_stridx_t; /* string table index type */ typedef
760 dof_stridx_t dofp_provider; /* provider string */
761 dof_stridx_t dofp_mod; /* module string */
762 dof_stridx_t dofp_func; /* function string */
763 dof_stridx_t dofp_name; /* name string */
816 dof_stridx_t dofpv_name; /* provider name string */
827 dof_stridx_t dofpr_func; /* probe function string */
828 dof_stridx_t dofpr_name; /* probe name string */
845 dof_stridx_t dofxl_argv; /* input parameter type strings */
847 dof_stridx_t dofxl_type; /* output type string name */
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c195 static dof_stridx_t
199 dof_stridx_t i = dt_buf_len(bp); in dof_add_string()
716 dof_stridx_t strndx = 0; in dtrace_dof_create()
H A Ddt_as.c451 rp->dofr_name = (dof_stridx_t)soff; in dt_as()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c16172 dof_stridx_t typeidx;