Searched refs:DT_IDFLG_ORPHAN (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 378 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 398 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 426 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args() 793 idp->di_flags &= ~DT_IDFLG_ORPHAN; in dt_idhash_xinsert() 823 if (!(idp->di_flags & DT_IDFLG_ORPHAN)) in dt_idhash_delete()
|
H A D | dt_ident.h | 114 #define DT_IDFLG_ORPHAN 0x1000 /* variable is in a dt_node and not dt_idhash */ macro
|
H A D | dt_xlator.c | 132 DT_IDENT_SCALAR, DT_IDFLG_REF | DT_IDFLG_ORPHAN, 0, in dt_xlator_create()
|
H A D | dt_provider.c | 301 DT_IDFLG_ORPHAN, pdp->dtpd_id, _dtrace_defattr, 0, in dt_probe_discover()
|
H A D | dt_parser.c | 573 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free() 2302 DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL | DT_IDFLG_ORPHAN, 0, in dt_node_inline() 2533 DT_IDFLG_ORPHAN, DTRACE_IDNONE, _dtrace_defattr, 0, in dt_node_probe() 4388 old->pr_ident->di_flags |= DT_IDFLG_ORPHAN; in dt_node_provider_cmp()
|