Searched refs:DT_NF_USERLAND (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h167 #define DT_NF_USERLAND 0x40 /* data is a userland address */ macro
H A Ddt_parser.c661 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND);
709 if (dnp->dn_flags & DT_NF_USERLAND) {
1028 (lp->dn_flags & DT_NF_USERLAND) ^ (rp->dn_flags & DT_NF_USERLAND)))
2730 dnp->dn_flags |= DT_NF_USERLAND;
2943 if ((cp->dn_flags & DT_NF_USERLAND) &&
2945 dnp->dn_flags |= DT_NF_USERLAND;
3005 if (cp->dn_flags & DT_NF_USERLAND)
3006 dnp->dn_flags |= DT_NF_USERLAND;
3306 uref = lp->dn_flags & DT_NF_USERLAND;
[all...]
H A Ddt_cg.c178 if (dnp->dn_flags & DT_NF_USERLAND)
1556 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND;
1559 * Save and restore DT_NF_USERLAND across dt_cg_load():
1564 (dnp->dn_child->dn_flags & DT_NF_USERLAND);
1569 dnp->dn_flags &= ~DT_NF_USERLAND;
1723 uint_t ubit = dnp->dn_flags & DT_NF_USERLAND;
1726 * Save and restore DT_NF_USERLAND across dt_cg_load():
1731 (dnp->dn_left->dn_flags & DT_NF_USERLAND);
1737 dnp->dn_flags &= ~DT_NF_USERLAND;
H A Ddt_ident.c992 dnp->dn_flags |= DT_NF_USERLAND;

Completed in 38 milliseconds