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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c730 decl_t *pp, *funargs; local
776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs);
798 while (funargs) {
800 strnormalize(declspec_ToString(buf, funargs->d_ds)));
803 funargs->d_ds))));
805 tp = funargs->d_type;
820 if (funargs->d_name) {
821 (void) snprintf(a_name, 20, "%s", funargs->d_name);
834 funargs = funargs
[all...]
H A Dparseproto.y2071 decl_t *funargs;
2083 decl_GetTraceInfo(dp, f_type, f_print, &funargs);
2096 while (funargs) {
2098 declspec_ToString(buf, funargs->d_ds));
2100 de_const(declspec_ToString(buf, funargs->d_ds)));
2102 tp = funargs->d_type;
2112 if (funargs->d_name) {
2114 funargs->d_name ? funargs->d_name : "<nil>");
2124 funargs
[all...]

Completed in 61 milliseconds