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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c156 int cbrc; local
160 if ((cbrc = hd->hd_fun(node, hd->hd_private)) < 0)
161 return (cbrc);
162 rc += cbrc;
218 int cbrc; local
223 if ((cbrc = list_iter(hash->h_buckets[i], fun,
225 return (cbrc);
226 cumrc += cbrc;
/freebsd-9.3-release/cddl/contrib/opensolaris/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 111 milliseconds