Searched refs:DT_IDFLG_USER (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c194 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`";
197 if (idp->di_flags & DT_IDFLG_USER)
244 umask = DT_IDFLG_USER;
245 ubits = DT_IDFLG_USER;
248 kmask = DT_IDFLG_USER | DT_IDFLG_PRIM;
250 umask = DT_IDFLG_USER;
251 ubits = DT_IDFLG_USER;
254 kmask = DT_IDFLG_USER;
256 umask = DT_IDFLG_USER;
257 ubits = DT_IDFLG_USER;
[all...]
H A Ddt_ident.h113 #define DT_IDFLG_USER 0x0200 /* variable is associated with userland */ macro
H A Ddt_ident.c969 if (idp->di_flags & DT_IDFLG_USER)
H A Ddt_parser.c2333 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM));
2739 idp->di_flags |= DT_IDFLG_USER;
3459 uref = idp->di_flags & DT_IDFLG_USER;
3478 lp->dn_ident->di_flags |= DT_IDFLG_USER;
3636 uref = idp->di_flags & DT_IDFLG_USER;

Completed in 56 milliseconds