Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h663 typedef uint32_t dof_stridx_t; /* string table index type */ typedef
731 dof_stridx_t dofp_provider; /* provider string */
732 dof_stridx_t dofp_mod; /* module string */
733 dof_stridx_t dofp_func; /* function string */
734 dof_stridx_t dofp_name; /* name string */
759 dof_stridx_t dofr_name; /* string name of relocation symbol */
786 dof_stridx_t dofpv_name; /* provider name string */
797 dof_stridx_t dofpr_func; /* probe function string */
798 dof_stridx_t dofpr_name; /* probe name string */
799 dof_stridx_t dofpr_nargv; /* native argument type strings */
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c191 static dof_stridx_t
195 dof_stridx_t i = dt_buf_len(bp); in dof_add_string()
722 dof_stridx_t strndx = 0; in dtrace_dof_create()
H A Ddt_as.c451 rp->dofr_name = (dof_stridx_t)soff; in dt_as()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c839 dof_stridx_t narg, xarg; in dof_sect_provider()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c15332 dof_stridx_t typeidx; in dtrace_helper_provider_validate()