Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1026 const char *aggtype; in dt_printf_validate() local
1043 aggtype = "int64_t"; in dt_printf_validate()
1045 aggtype = "uint64_t"; in dt_printf_validate()
1047 if (dt_type_lookup(aggtype, &dtt) != 0) in dt_printf_validate()
1048 xyerror(D_TYPE_ERR, "failed to lookup agg type %s\n", aggtype); in dt_printf_validate()