Searched refs:DT_NF_BITFIELD (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_parser.h166 #define DT_NF_BITFIELD 0x20 /* node is an integer bitfield */ macro
H A Ddt_cg.c163 if ((dnp->dn_flags & DT_NF_BITFIELD) &&
419 if ((dst->dn_flags & DT_NF_BITFIELD) &&
433 if (dst->dn_flags & DT_NF_BITFIELD)
457 if (dst->dn_flags & DT_NF_BITFIELD)
1743 if (dnp->dn_flags & DT_NF_BITFIELD)
H A Ddt_parser.c90 * the type is assigned, the DT_NF_SIGNED, DT_NF_REF, and DT_NF_BITFIELD
661 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND);
667 dnp->dn_flags |= DT_NF_BITFIELD;
1780 if (dn.dn_flags & DT_NF_BITFIELD) {
2989 if (cp->dn_flags & DT_NF_BITFIELD) {
3010 if (cp->dn_flags & DT_NF_BITFIELD) {
4650 if (dnp->dn_flags & DT_NF_BITFIELD)

Completed in 32 milliseconds