Home
last modified time | relevance | path

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

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