Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1060 const char *aggtype; in dt_printf_validate() local
1077 aggtype = "int64_t"; in dt_printf_validate()
1079 aggtype = "uint64_t"; in dt_printf_validate()
1081 if (dt_type_lookup(aggtype, &dtt) != 0) in dt_printf_validate()
1082 xyerror(D_TYPE_ERR, "failed to lookup agg type %s\n", aggtype); in dt_printf_validate()