Searched refs:DT_DP_VOID (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.h100 #define DT_DP_VOID 0x4 /* permit void type in prototype */ macro
H A Ddt_decl.c335 if (is_void && !(flags & DT_DP_VOID)) {
436 DT_DP_VARARGS | DT_DP_VOID | DT_DP_ANON);
H A Ddt_parser.c2543 "probe input", DT_DP_VOID | DT_DP_ANON);
2546 "probe output", DT_DP_VOID);

Completed in 81 milliseconds