Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.h112 extern dt_decl_t *dt_decl_sou(uint_t, char *);
H A Ddt_grammar.y685 struct_or_union '{' { dt_decl_sou($1, NULL); }
686 | struct_or_union DT_TOK_IDENT '{' { dt_decl_sou($1, $2); }
687 | struct_or_union DT_TOK_TNAME '{' { dt_decl_sou($1, $2); }
H A Ddt_decl.c477 dt_decl_sou(uint_t kind, char *name) in dt_decl_sou() function