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

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dhash.c153 int cbrc; local
157 if ((cbrc = hd->hd_fun(node, hd->hd_private)) < 0)
158 return (cbrc);
159 rc += cbrc;
214 int cbrc; local
219 if ((cbrc = list_iter(hash->h_buckets[i], fun,
221 return (cbrc);
222 cumrc += cbrc;
/opensolaris-onvv-gate/usr/src/tools/ctf/common/
H A Dlist.c123 int cbrc; local
127 if ((cbrc = func(list->l_data, private)) < 0)
128 return (cbrc);
129 cumrc += cbrc;

Completed in 95 milliseconds