Searched refs:no_handles (Results 1 – 5 of 5) sorted by relevance
| /lib/efi_loader/ |
| A D | efi_esrt.c | 320 efi_uintn_t no_handles = 0; in efi_esrt_populate() local 331 NULL, &no_handles, in efi_esrt_populate() 346 no_handles); in efi_esrt_populate() 353 for (u32 idx = 0; idx < no_handles; idx++, it_handle++) { in efi_esrt_populate() 439 for (u32 idx = 0; idx < no_handles; idx++, it_handle++) { in efi_esrt_populate()
|
| A D | efi_capsule.c | 175 efi_handle_t *handles, efi_uintn_t no_handles) in efi_fmp_find() argument 189 for (i = 0, handle = handles; i < no_handles; i++, handle++) { in efi_fmp_find() 538 efi_uintn_t no_handles; in efi_capsule_update_firmware() local 596 NULL, &no_handles, (efi_handle_t **)&handles)); in efi_capsule_update_firmware() 623 handles, no_handles); in efi_capsule_update_firmware()
|
| A D | efi_boottime.c | 1878 efi_uintn_t no_handles; in efi_locate_device_path() local 1894 &no_handles, &handles)); in efi_locate_device_path() 1898 for (i = 0; i < no_handles; ++i) { in efi_locate_device_path() 2550 efi_uintn_t *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer_int() argument 2555 if (!no_handles || !buffer) { in efi_locate_handle_buffer_int() 2559 *no_handles = 0; in efi_locate_handle_buffer_int() 2572 *no_handles = buffer_size / sizeof(efi_handle_t); in efi_locate_handle_buffer_int() 2595 efi_uintn_t *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer() argument 2600 no_handles, buffer); in efi_locate_handle_buffer() 2603 no_handles, buffer); in efi_locate_handle_buffer()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_devicepath.c | 326 efi_uintn_t i, no_handles; in execute() local 333 NULL, &no_handles, &handles); in execute() 340 for (i = 0; i < no_handles; ++i) { in execute()
|
| A D | efi_selftest_block_device.c | 304 efi_uintn_t no_handles, i, len; in execute() local 332 &no_handles, &handles); in execute() 338 for (i = 0; i < no_handles; ++i) { in execute()
|
Completed in 22 milliseconds