Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h101 #define DT_DP_ANON 0x8 /* permit anonymous parameters */ macro
H A Ddt_decl.c355 !is_void && !(flags & DT_DP_ANON)) { in dt_decl_prototype()
411 (void) dt_decl_prototype(dnp, dnp, "array", DT_DP_ANON); in dt_decl_array()
436 DT_DP_VARARGS | DT_DP_VOID | DT_DP_ANON); in dt_decl_func()
H A Ddt_parser.c2543 "probe input", DT_DP_VOID | DT_DP_ANON); in dt_node_probe()