Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1025 unsigned long *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer() argument
1031 no_handles, buffer); in efi_locate_handle_buffer()
1033 if (!no_handles || !buffer) { in efi_locate_handle_buffer()
1037 *no_handles = 0; in efi_locate_handle_buffer()
1050 *no_handles = buffer_size / sizeof(void *); in efi_locate_handle_buffer()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h148 unsigned long *no_handles, efi_handle_t **buffer);