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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h54 #define DT_DA_UNSIGNED 0x0002 /* unsigned integer value */ macro
H A Ddt_decl.c51 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) {
57 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
976 if (ddp->dd_attr & DT_DA_UNSIGNED)
H A Ddt_grammar.y635 | DT_KEY_UNSIGNED { $$ = dt_decl_attr(DT_DA_UNSIGNED); }

Completed in 24 milliseconds