Home
last modified time | relevance | path

Searched refs:DT_IDFLG_PRIM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h110 #define DT_IDFLG_PRIM 0x0400 /* variable is associated with primary object */ macro
H A Ddt_as.c197 else if (idp->di_flags & DT_IDFLG_PRIM) in dt_as_undef()
246 kmask = DT_IDFLG_USER | DT_IDFLG_PRIM; in dt_as()
H A Ddt_parser.c2401 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM)); in dt_node_inline()
2785 idp->di_flags |= DT_IDFLG_PRIM; in dt_xcook_ident()