Home
last modified time | relevance | path

Searched refs:no_handles (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c277 efi_uintn_t i, no_handles; in execute() local
284 NULL, &no_handles, &handles); in execute()
291 for (i = 0; i < no_handles; ++i) { in execute()
H A Defi_selftest_block_device.c299 efi_uintn_t no_handles, i, len; in execute() local
323 &no_handles, &handles); in execute()
329 for (i = 0; i < no_handles; ++i) { in execute()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c2241 efi_uintn_t *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer() argument
2247 no_handles, buffer); in efi_locate_handle_buffer()
2249 if (!no_handles || !buffer) { in efi_locate_handle_buffer()
2253 *no_handles = 0; in efi_locate_handle_buffer()
2266 *no_handles = buffer_size / sizeof(efi_handle_t); in efi_locate_handle_buffer()
2338 efi_uintn_t no_handles; in efi_locate_device_path() local
2354 &no_handles, &handles)); in efi_locate_device_path()
2358 for (i = 0; i < no_handles; ++i) { in efi_locate_device_path()
/openbmc/u-boot/include/
H A Defi_api.h170 efi_uintn_t *no_handles, efi_handle_t **buffer);