Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.h97 #define DT_IDENT_ENUM 10 /* identifier is an enumerator */ macro
H A Ddt_ident.c1046 case DT_IDENT_ENUM: return ("enumerator"); in dt_idkind_name()
H A Ddt_decl.c771 idp = dt_idhash_insert(dtp->dt_globals, name, DT_IDENT_ENUM, in dt_decl_enumerator()