Home
last modified time | relevance | path

Searched refs:dtdt_kind (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c271 switch (t->dtdt_kind) { in dt_dis_typestr()
279 (void) snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind); in dt_dis_typestr()
H A Ddt_program.c140 ap->dtad_difo->dtdo_rtype.dtdt_kind == in dtrace_program_info()
H A Ddt_parser.c4619 tp->dtdt_kind = DIF_TYPE_STRING; in dt_node_diftype()
4622 tp->dtdt_kind = DIF_TYPE_CTF; in dt_node_diftype()
H A Ddt_cc.c266 ap->dtad_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_CTF && in dt_stmt_append()
H A Ddt_cg.c582 instr = DIF_INSTR_PUSHTS(op, t.dtdt_kind, reg, dnp->dn_reg); in dt_cg_arglist()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c270 switch (t->dtdt_kind) { in dis_typestr()
278 (void) mdb_snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind); in dis_typestr()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h348 uint8_t dtdt_kind; /* type kind (see below) */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c487 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
999 if (type->dtdt_kind == DIF_TYPE_STRING) { in dtrace_vcanload()
1025 if (type->dtdt_kind == DIF_TYPE_STRING) { in dtrace_vcanload()
1224 if (type->dtdt_kind == DIF_TYPE_STRING) { in dtrace_vcopy()
6874 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) { in dtrace_store_by_ref()
11047 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) { in dtrace_ecb_action_add()
13026 if (t->dtdt_kind == DIF_TYPE_STRING && t->dtdt_size == 0) in dtrace_dof_difo()