Home
last modified time | relevance | path

Searched refs:d_ds (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1525 dp->d_ds = declspec_Construct(); in decl_Construct()
1541 declspec_Destroy(dp->d_ds); in decl_Destroy()
1580 return (declspec_GetSTT(dp->d_ds)); in decl_GetDeclSpec()
1585 return (declspec_GetTag(dp->d_ds)); in decl_GetDSName()
1650 (declspec_GetSTT(dp->d_ds) & TS_VOID); in decl_IsVoidArray()
1713 declspec_AddDS(dp->d_ds, dsp, err); in decl_AddDS()
1819 declspec_ToString(buf, dp->d_ds)); in decl_PrintDecl()
1952 declspec_ToString(tmp2, dp->d_ds), tmp); in decl_ToString()
1955 declspec_ToString(tmp2, dp->d_ds), tmp); in decl_ToString()
2098 declspec_ToString(buf, funargs->d_ds)); in decl_PrintTraceInfo()
[all …]
H A Dparseproto.h239 decl_spec_t *d_ds; /* ts|scs|tq */ member
H A Dtrace.c798 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype()
801 funargs->d_ds)))); in collect_prototype()