Searched refs:DT_IDENT_XLSOU (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h94 #define DT_IDENT_XLSOU 7 /* identifier is a translated struct or union */ macro
H A Ddt_xlator.c155 dxp->dx_souid.di_kind = DT_IDENT_XLSOU;
H A Ddt_cg.c1005 if ((idp = dt_node_resolve(dnp->dn_right, DT_IDENT_XLSOU)) != NULL) {
1251 idp->di_kind == DT_IDENT_XLSOU) &&
1872 dnp->dn_left, DT_IDENT_XLSOU)) != NULL ||
2036 if (dnp->dn_ident->di_kind == DT_IDENT_XLSOU ||
2166 if ((idp = dt_node_resolve(dnp, DT_IDENT_XLSOU)) != NULL) {
H A Ddt_ident.c1043 case DT_IDENT_XLSOU: return ("translated data");
H A Ddt_parser.c3543 if ((idp = dt_node_resolve(rp, DT_IDENT_XLSOU)) != NULL) {
3589 if (idp != NULL && idp->di_kind == DT_IDENT_XLSOU &&
3695 if ((idp = dt_node_resolve(lp, DT_IDENT_XLSOU)) != NULL ||
4229 if ((rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLSOU)) != NULL ||

Completed in 93 milliseconds