Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check()
65 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
270 if ((attr & DT_DA_LONG) && (ddp->dd_attr & DT_DA_LONGLONG)) { in dt_decl_attr()
290 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) { in dt_decl_attr()
291 ddp->dd_attr &= ~DT_DA_LONG; in dt_decl_attr()
1025 if (ddp->dd_attr & DT_DA_LONG) in dt_decl_type()
1054 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0)) in dt_decl_type()
H A Ddt_decl.h58 #define DT_DA_LONG 0x0008 /* long integer or double */ macro
H A Ddt_grammar.y657 | DT_KEY_LONG { $$ = dt_decl_attr(DT_DA_LONG); }