Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h212 extern dt_node_t *dt_node_vatype(void);
H A Ddt_grammar.y803 | DT_TOK_ELLIPSIS { $$ = dt_node_vatype(); }
805 $$ = LINK($1, dt_node_vatype());
H A Ddt_parser.c1416 dt_node_vatype(void) in dt_node_vatype() function