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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.h55 #define DT_DA_SIGNED 0x0001 /* signed integer value */ macro
H A Ddt_decl.c53 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) {
59 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
280 if ((attr & DT_DA_SIGNED) && (ddp->dd_attr & DT_DA_SIGNED)) {
996 if (ddp->dd_attr & DT_DA_SIGNED)
H A Ddt_grammar.y661 | DT_KEY_SIGNED { $$ = dt_decl_attr(DT_DA_SIGNED); }

Completed in 218 milliseconds