Searched refs:DT_IDFLG_WRITE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h104 #define DT_IDFLG_WRITE 0x0004 /* variable is writable (can be modified) */ macro
H A Ddt_parser.c1723 idflags | DT_IDFLG_WRITE | DT_IDFLG_DECL, id,
2395 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM));
2732 if (idp->di_flags & DT_IDFLG_WRITE)
2808 uint_t flags = DT_IDFLG_WRITE;

Completed in 48 milliseconds