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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c192 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`";
195 if (idp->di_flags & DT_IDFLG_USER)
242 umask = DT_IDFLG_USER;
243 ubits = DT_IDFLG_USER;
246 kmask = DT_IDFLG_USER | DT_IDFLG_PRIM;
248 umask = DT_IDFLG_USER;
249 ubits = DT_IDFLG_USER;
252 kmask = DT_IDFLG_USER;
254 umask = DT_IDFLG_USER;
255 ubits = DT_IDFLG_USER;
[all...]
H A Ddt_ident.h111 #define DT_IDFLG_USER 0x0200 /* variable is associated with userland */ macro
H A Ddt_ident.c976 if (idp->di_flags & DT_IDFLG_USER)
H A Ddt_parser.c2395 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM));
2803 idp->di_flags |= DT_IDFLG_USER;
3560 uref = idp->di_flags & DT_IDFLG_USER;
3579 lp->dn_ident->di_flags |= DT_IDFLG_USER;
3714 uref = idp->di_flags & DT_IDFLG_USER;

Completed in 101 milliseconds