Searched refs:DT_IDFLG_ORPHAN (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_ident.c | 388 idp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 408 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 436 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args() 803 idp->di_flags &= ~DT_IDFLG_ORPHAN; in dt_idhash_xinsert() 833 if (!(idp->di_flags & DT_IDFLG_ORPHAN)) in dt_idhash_delete()
|
| D | dt_ident.h | 114 #define DT_IDFLG_ORPHAN 0x1000 /* variable is in a dt_node and not dt_idhash */ macro
|
| D | dt_xlator.c | 132 DT_IDENT_SCALAR, DT_IDFLG_REF | DT_IDFLG_ORPHAN, 0, in dt_xlator_create()
|
| D | dt_provider.c | 305 DT_IDFLG_ORPHAN, pdp->dtpd_id, _dtrace_defattr, 0, in dt_probe_discover()
|
| D | dt_parser.c | 578 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free() 2308 DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL | DT_IDFLG_ORPHAN, 0, in dt_node_inline() 2539 DT_IDFLG_ORPHAN, DTRACE_IDNONE, _dtrace_defattr, 0, in dt_node_probe() 4394 old->pr_ident->di_flags |= DT_IDFLG_ORPHAN; in dt_node_provider_cmp()
|