Searched refs:no_handles (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_devicepath.c | 277 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()
|
D | efi_selftest_block_device.c | 299 efi_uintn_t no_handles, i, len; in execute() local 319 &no_handles, &handles); in execute() 325 for (i = 0; i < no_handles; ++i) { in execute()
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 2110 efi_uintn_t *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer() argument 2116 no_handles, buffer); in efi_locate_handle_buffer() 2118 if (!no_handles || !buffer) { in efi_locate_handle_buffer() 2122 *no_handles = 0; in efi_locate_handle_buffer() 2135 *no_handles = buffer_size / sizeof(efi_handle_t); in efi_locate_handle_buffer() 2205 efi_uintn_t no_handles; in efi_locate_device_path() local 2221 &no_handles, &handles)); in efi_locate_device_path() 2225 for (i = 0; i < no_handles; ++i) { in efi_locate_device_path()
|
/external/v8/src/parsing/ |
D | rewriter.cc | 363 DisallowHandleAllocation no_handles; in DECLARATION_NODE_LIST() local 411 DisallowHandleAllocation no_handles; in Rewrite() local
|
/external/v8/src/compiler-dispatcher/ |
D | optimizing-compile-dispatcher.cc | 55 DisallowHandleAllocation no_handles; in RunInternal() local
|
D | unoptimized-compile-job.cc | 222 DisallowHandleAllocation no_handles; in Compile() local
|
/external/u-boot/include/ |
D | efi_api.h | 157 efi_uintn_t *no_handles, efi_handle_t **buffer);
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 1028 DisallowHandleAllocation no_handles; in GenerateBytecode() local
|