Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h102 #define DT_IDFLG_WRITE 0x0004 /* variable is writable (can be modified) */ macro
H A Ddt_parser.c1730 idflags | DT_IDFLG_WRITE | DT_IDFLG_DECL, id, in dt_node_decl()
2401 (DT_IDFLG_WRITE | DT_IDFLG_USER | DT_IDFLG_PRIM)); in dt_node_inline()
2738 if (idp->di_flags & DT_IDFLG_WRITE) in dt_xcook_ident()
2814 uint_t flags = DT_IDFLG_WRITE; in dt_xcook_ident()
H A Ddt_open.c434 { "uregs", DT_IDENT_ARRAY, DT_IDFLG_WRITE, DIF_VAR_UREGS, DT_ATTR_STABCMN,