Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h688 typedef uint32_t dof_stridx_t; /* string table index type */ typedef
756 dof_stridx_t dofp_provider; /* provider string */
757 dof_stridx_t dofp_mod; /* module string */
758 dof_stridx_t dofp_func; /* function string */
759 dof_stridx_t dofp_name; /* name string */
811 dof_stridx_t dofpv_name; /* provider name string */
822 dof_stridx_t dofpr_func; /* probe function string */
823 dof_stridx_t dofpr_name; /* probe name string */
840 dof_stridx_t dofxl_argv; /* input parameter type strings */
842 dof_stridx_t dofxl_type; /* output type string name */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/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()
726 dof_stridx_t strndx = 0; in dtrace_dof_create()
H A Ddt_as.c456 rp->dofr_name = (dof_stridx_t)soff; in dt_as()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c14394 dof_stridx_t typeidx;