Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c728 decl_t *pp, *funargs; in collect_prototype() local
774 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype()
796 while (funargs) { in collect_prototype()
798 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype()
801 funargs->d_ds)))); in collect_prototype()
803 tp = funargs->d_type; in collect_prototype()
818 if (funargs->d_name) { in collect_prototype()
819 (void) snprintf(a_name, 20, "%s", funargs->d_name); in collect_prototype()
832 funargs = funargs->d_next; in collect_prototype()
H A Dparseproto.y2071 decl_t *funargs; in decl_PrintTraceInfo() local
2083 decl_GetTraceInfo(dp, f_type, f_print, &funargs); in decl_PrintTraceInfo()
2096 while (funargs) { in decl_PrintTraceInfo()
2098 declspec_ToString(buf, funargs->d_ds)); in decl_PrintTraceInfo()
2100 de_const(declspec_ToString(buf, funargs->d_ds))); in decl_PrintTraceInfo()
2102 tp = funargs->d_type; in decl_PrintTraceInfo()
2112 if (funargs->d_name) { in decl_PrintTraceInfo()
2114 funargs->d_name ? funargs->d_name : "<nil>"); in decl_PrintTraceInfo()
2124 funargs = funargs->d_next; in decl_PrintTraceInfo()
2165 *funargs = tp->t_args; in decl_GetTraceInfo()
[all …]