Searched refs:dtdt_kind (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c258 switch (t->dtdt_kind) {
266 (void) snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind);
H A Ddt_program.c142 ap->dtad_difo->dtdo_rtype.dtdt_kind ==
H A Ddt_cg.c578 instr = DIF_INSTR_PUSHTS(op, t.dtdt_kind, reg, dnp->dn_reg);
H A Ddt_cc.c267 ap->dtad_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_CTF &&
H A Ddt_parser.c4607 tp->dtdt_kind = DIF_TYPE_STRING;
4610 tp->dtdt_kind = DIF_TYPE_CTF;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h370 uint8_t dtdt_kind; /* type kind (see below) */ member in struct:dtrace_diftype
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c566 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
1011 if (type->dtdt_kind == DIF_TYPE_STRING)
1211 if (type->dtdt_kind == DIF_TYPE_STRING) {
7076 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) {
11456 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) {
13659 if (t->dtdt_kind == DIF_TYPE_STRING && t->dtdt_size == 0)

Completed in 542 milliseconds