Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c49 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
55 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check()
68 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()
273 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) { in dt_decl_attr()
274 ddp->dd_attr &= ~DT_DA_LONG; in dt_decl_attr()
986 if (ddp->dd_attr & DT_DA_LONG) in dt_decl_type()
1015 (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.y670 | DT_KEY_LONG { $$ = dt_decl_attr(DT_DA_LONG); }