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.c1581 ushort_t idflags; in dt_node_decl() local
1586 idflags = DT_IDFLG_LOCAL; in dt_node_decl()
1591 idflags = DT_IDFLG_TLS; in dt_node_decl()
1596 idflags = 0; in dt_node_decl()
1746 idflags | DT_IDFLG_WRITE | DT_IDFLG_DECL, id, in dt_node_decl()
2893 dt_cook_ident(dt_node_t *dnp, uint_t idflags) in dt_cook_ident() argument
2902 return (dt_node_cook(dnp, idflags)); in dt_cook_ident()
2912 dt_cook_var(dt_node_t *dnp, uint_t idflags) in dt_cook_var() argument
2916 if ((idflags & DT_IDFLG_REF) && dt_ident_unref(idp)) { in dt_cook_var()
2930 dt_cook_func(dt_node_t *dnp, uint_t idflags) in dt_cook_func() argument
[all …]