Searched refs:dn_u (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.h106 } dn_u; member in struct:dt_node
112 #define dn_value dn_u._const._value /* DT_NODE_INT */
113 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */
114 #define dn_ident dn_u._nodes._ident /* VAR,SYM,FUN,AGG,INL,PROBE */
115 #define dn_args dn_u._nodes._links[0] /* DT_NODE_VAR, FUNC */
116 #define dn_child dn_u._nodes._links[0] /* DT_NODE_OP1 */
117 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */
118 #define dn_right dn_u._nodes._links[1] /* DT_NODE_OP2, OP3 */
119 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */
120 #define dn_aggfun dn_u
[all...]
H A Ddt_parser.c512 bzero(&dnp->dn_u, sizeof (dnp->dn_u));

Completed in 158 milliseconds