OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_IDFLG_ORPHAN
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_ident.h
114
#define
DT_IDFLG_ORPHAN
0x1000 /* variable is in a dt_node and not dt_idhash */
dt_ident.c
388
idp->di_flags |
DT_IDFLG_ORPHAN
, idp->di_id, idp->di_attr,
408
xidp->di_flags |
DT_IDFLG_ORPHAN
, idp->di_id, idp->di_attr,
436
assert(dnp->dn_ident->di_flags &
DT_IDFLG_ORPHAN
);
803
idp->di_flags &= ~
DT_IDFLG_ORPHAN
;
833
if (!(idp->di_flags &
DT_IDFLG_ORPHAN
))
dt_xlator.c
132
DT_IDENT_SCALAR, DT_IDFLG_REF |
DT_IDFLG_ORPHAN
, 0,
dt_provider.c
305
DT_IDFLG_ORPHAN
, pdp->dtpd_id, _dtrace_defattr, 0,
dt_parser.c
578
if (dnp->dn_ident->di_flags &
DT_IDFLG_ORPHAN
)
2308
DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL |
DT_IDFLG_ORPHAN
, 0,
2539
DT_IDFLG_ORPHAN
, DTRACE_IDNONE, _dtrace_defattr, 0,
4394
old->pr_ident->di_flags |=
DT_IDFLG_ORPHAN
;
Completed in 63 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026