Searched refs:DT_IDFLG_ORPHAN (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h116 #define DT_IDFLG_ORPHAN 0x1000 /* variable is in a dt_node and not dt_idhash */ macro
H A Ddt_ident.c384 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
402 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
429 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN);
796 idp->di_flags &= ~DT_IDFLG_ORPHAN;
826 if (!(idp->di_flags & DT_IDFLG_ORPHAN))
H A Ddt_xlator.c132 DT_IDENT_SCALAR, DT_IDFLG_REF | DT_IDFLG_ORPHAN, 0,
H A Ddt_provider.c287 DT_IDFLG_ORPHAN, pdp->dtpd_id, _dtrace_defattr, 0,
H A Ddt_parser.c561 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN)
2246 DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL | DT_IDFLG_ORPHAN, 0,
2476 DT_IDFLG_ORPHAN, DTRACE_IDNONE, _dtrace_defattr, 0,
4306 old->pr_ident->di_flags |= DT_IDFLG_ORPHAN;

Completed in 60 milliseconds