Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1558 ushort_t idflags; in dt_node_decl() local
1563 idflags = DT_IDFLG_LOCAL; in dt_node_decl()
1568 idflags = DT_IDFLG_TLS; in dt_node_decl()
1573 idflags = 0; in dt_node_decl()
2879 return (dt_node_cook(dnp, idflags)); in dt_cook_ident()
2934 idflags = DT_IDFLG_REF; in dt_cook_op1()
2955 cp->dn_ident->di_flags |= idflags; in dt_cook_op1()
3680 if (idflags != 0) in dt_cook_op2()
3681 rp = dt_node_cook(rp, idflags); in dt_cook_op2()
3885 return (dt_node_cook(dnp, idflags)); in dt_cook_op2()
[all …]