Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_parser.h171 #define DT_NF_BITFIELD 0x20 /* node is an integer bitfield */ macro
Ddt_cg.c166 if ((dnp->dn_flags & DT_NF_BITFIELD) && in dt_cg_load()
417 if ((dst->dn_flags & DT_NF_BITFIELD) && in dt_cg_store()
430 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()
454 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()
1953 if (dnp->dn_flags & DT_NF_BITFIELD) in dt_cg_node()
Ddt_parser.c687 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND); in dt_node_type_assign()
693 dnp->dn_flags |= DT_NF_BITFIELD; in dt_node_type_assign()
1834 if (dn.dn_flags & DT_NF_BITFIELD) { in dt_node_offsetof()
3057 if (cp->dn_flags & DT_NF_BITFIELD) { in dt_cook_op1()
3076 if (cp->dn_flags & DT_NF_BITFIELD) { in dt_cook_op1()
4653 if (dnp->dn_flags & DT_NF_BITFIELD) in dt_node_printr()