Home | History | Annotate | Download | only in efi_loader

Lines Matching refs:entry_buffer

1978  * @entry_buffer:	buffer to receive the open protocol information
1984 struct efi_open_protocol_info_entry **entry_buffer,
1993 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, entry_buffer,
1997 if (!entry_buffer) {
2012 *entry_buffer = NULL;
2021 (void **)entry_buffer);
2026 (*entry_buffer)[--count] = item->info;