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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1057 dt_node_t *vnp; local
1098 * the value node pointer (vnp) to a fake node based on the
1099 * aggregating function result type. Otherwise assign vnp to
1110 vnp = &aggnode;
1119 vnp = dnp;
1133 if (dt_node_type_size(vnp) == sizeof (uint64_t))
1136 if (dt_node_type_size(vnp) == sizeof (long double))
1148 if (pfc->pfc_check(pfv, pfd, vnp) == 0) {
1154 dt_node_type_name(vnp, n, sizeof (n)));

Completed in 43 milliseconds