Searched refs:entry_buffer (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | interception_readdir_r_test.cc | 28 char entry_buffer[4096]; in main() local 29 memset(entry_buffer, 0xab, sizeof(entry_buffer)); in main() 33 ((struct dirent *)entry_buffer)->d_reclen = 9999; in main() 34 if (readdir_r(d, (struct dirent *)entry_buffer, &result) != 0) in main() 48 memset(entry_buffer, 0xab, sizeof(entry_buffer)); in main() 52 ((struct dirent64 *)entry_buffer)->d_reclen = 9999; in main() 53 if (readdir64_r(d, (struct dirent64 *)entry_buffer, &result64) != 0) in main()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_controllers.c | 46 struct efi_open_protocol_info_entry *entry_buffer; in count_child_controllers() local 50 &entry_buffer, &entry_count); in count_child_controllers() 56 if (entry_buffer[--entry_count].attributes & in count_child_controllers() 60 ret = boottime->free_pool(entry_buffer); in count_child_controllers() 202 struct efi_open_protocol_info_entry *entry_buffer; in stop() local 220 &entry_buffer, &count); in stop() 226 if (entry_buffer[--count].attributes & in stop() 230 entry_buffer[count].agent_handle); in stop() 235 ret = boottime->free_pool(entry_buffer); in stop()
|
/external/u-boot/lib/efi_driver/ |
D | efi_uclass.c | 196 struct efi_open_protocol_info_entry *entry_buffer; in efi_uc_stop() local 218 &entry_buffer, &count)); in efi_uc_stop() 222 if (entry_buffer[--count].attributes & in efi_uc_stop() 226 entry_buffer[count].agent_handle); in efi_uc_stop() 231 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 1984 struct efi_open_protocol_info_entry **entry_buffer, in efi_open_protocol_information() argument 1993 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, entry_buffer, in efi_open_protocol_information() 1997 if (!entry_buffer) { in efi_open_protocol_information() 2012 *entry_buffer = NULL; in efi_open_protocol_information() 2021 (void **)entry_buffer); in efi_open_protocol_information() 2026 (*entry_buffer)[--count] = item->info; in efi_open_protocol_information()
|
/external/u-boot/include/ |
D | efi_api.h | 149 struct efi_open_protocol_info_entry **entry_buffer,
|