Searched refs:dt_maxformat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_map.c138 if (rec->dtrd_format <= dtp->dt_maxformat &&
163 while (rec->dtrd_format > (maxformat = dtp->dt_maxformat)) {
180 dtp->dt_maxformat = new_max;
267 if (format == 0 || format > dtp->dt_maxformat)
281 for (i = 0; i < dtp->dt_maxformat; i++) {
H A Ddt_impl.h248 int dt_maxformat; /* max format ID */ member in struct:dtrace_hdl

Completed in 47 milliseconds