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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h106 #define DT_IDFLG_WRITE 0x0004 /* variable is writable (can be modified) */ macro
H A Ddt_parser.c1678 idflags | DT_IDFLG_WRITE | DT_IDFLG_DECL, id,
2333 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM));
2669 if (idp->di_flags & DT_IDFLG_WRITE)
2743 uint_t flags = DT_IDFLG_WRITE;

Completed in 75 milliseconds