HomeSort by: relevance | last modified time | path
    Searched refs:DT_NF_BITFIELD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 183 #define DT_NF_BITFIELD 0x20 /* node is an integer bitfield */
dt_cg.c 166 if ((dnp->dn_flags & DT_NF_BITFIELD) &&
417 if ((dst->dn_flags & DT_NF_BITFIELD) &&
430 if (dst->dn_flags & DT_NF_BITFIELD)
454 if (dst->dn_flags & DT_NF_BITFIELD)
1919 if (dnp->dn_flags & DT_NF_BITFIELD)
dt_parser.c 95 * the type is assigned, the DT_NF_SIGNED, DT_NF_REF, and DT_NF_BITFIELD
687 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND);
693 dnp->dn_flags |= DT_NF_BITFIELD;
1834 if (dn.dn_flags & DT_NF_BITFIELD) {
3067 if (cp->dn_flags & DT_NF_BITFIELD) {
3086 if (cp->dn_flags & DT_NF_BITFIELD) {
4833 if (dnp->dn_flags & DT_NF_BITFIELD)

Completed in 26 milliseconds