Searched refs:zbi_for_each (Results 1 – 3 of 3) sorted by relevance
74 zbi_result_t zbi_for_each(const void* base, const zbi_foreach_cb_t cb,
43 return zbi_for_each(base_, cb, cookie); in ForEach()
87 res = zbi_for_each(base, for_each_check_entry, &state); in zbi_check_internal()129 zbi_result_t zbi_for_each(const void* base, const zbi_foreach_cb_t cb, in zbi_for_each() function
Completed in 5 milliseconds