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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Ddebug_funcs.c69 void *arg_position; local
121 arg_position = tnf_probe_get_arg_indexed(probe_p, i, buffer);
131 tnf_probe_get_int(arg_position));
136 tnf_probe_get_uint(arg_position));
142 tnf_probe_get_longlong(arg_position));
148 tnf_probe_get_ulonglong(arg_position));
153 tnf_probe_get_float(arg_position));
158 tnf_probe_get_double(arg_position));
162 attr_start = tnf_probe_get_chars(arg_position);
175 tnf_probe_get_ulong(arg_position));
[all...]

Completed in 56 milliseconds