Searched refs:zbi_for_each (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/libzbi/include/libzbi/
H A Dzbi.h65 // will cease and zbi_for_each will short circuit and return with the error
71 zbi_result_t zbi_for_each(const void* base, const zbi_foreach_cb_t cb,
H A Dzbi-cpp.h39 return zbi_for_each(base_, cb, cookie);
/fuchsia/zircon/system/ulib/libzbi/
H A Dzbi.c68 res = zbi_for_each(base, for_each_check_entry, &state);
110 zbi_result_t zbi_for_each(const void* base, const zbi_foreach_cb_t cb, function
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Dboot-shim.c252 zbi_for_each(zbi, &list_zbi_cb, NULL);

Completed in 35 milliseconds