Searched defs:vnp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c1106 dt_node_t *vnp; local
1147 * the value node pointer (vnp) to a fake node based on the
1148 * aggregating function result type. Otherwise assign vnp to
1159 vnp = &aggnode;
1168 vnp = dnp;
1182 if (dt_node_type_size(vnp) == sizeof (uint64_t))
1185 if (dt_node_type_size(vnp) == sizeof (long double))
1197 if (pfc->pfc_check(pfv, pfd, vnp) == 0) {
1203 dt_node_type_name(vnp, n, sizeof (n)));

Completed in 49 milliseconds