Searched refs:efi_handle (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/kernel/platform/efi/protocol/
H A Ddriver-binding.h16 efi_handle controller_handle,
20 efi_handle controller_handle,
24 efi_handle controller_handle,
25 size_t num_children, efi_handle* child_handle_buf) EFIAPI;
28 efi_handle ImageHandle;
29 efi_handle DriverBindingHandle;
H A Dloaded-image.h19 efi_handle ParentHandle;
21 efi_handle DeviceHandle;
31 efi_status (*Unload) (efi_handle img) EFIAPI;
H A Dedid.h29 efi_status (*GetEdid) (struct efi_edid_override_protocol* self, efi_handle* child,
H A Dpci-root-bridge-io.h67 efi_handle ParentHandle;
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h70 efi_handle agent_handle;
71 efi_handle controller_handle;
84 typedef efi_status (*efi_image_entry_point) (efi_handle img, efi_system_table* sys) EFIAPI;
119 efi_status (*InstallProtocolInterface) (efi_handle* handle, efi_guid* protocol,
122 efi_status (*ReinstallProtocolInterface) (efi_handle hadle, efi_guid* protocol,
125 efi_status (*UninstallProtocolInterface) (efi_handle handle, efi_guid* protocol,
128 efi_status (*HandleProtocol) (efi_handle handle, efi_guid* protocol, void** intf) EFIAPI;
136 void* search_key, size_t* buf_size, efi_handle* buf) EFIAPI;
139 efi_handle* device) EFIAPI;
143 efi_status (*LoadImage) (bool boot_policy, efi_handle parent_image_handl
[all...]
H A Dsystem-table.h38 efi_handle ConsoleInHandle;
40 efi_handle ConsoleOutHandle;
42 efi_handle StandardErrorHandle;
H A Dtypes.h98 typedef void* efi_handle; typedef
/haiku/src/system/boot/platform/efi/
H A Defi_platform.h53 extern efi_handle kImage;
H A Ddevices.cpp189 uint32 noOfHandles = memSize / sizeof(efi_handle);
191 efi_handle handles[noOfHandles];
H A Dstart.cpp47 efi_handle kImage;
233 efi_main(efi_handle image, efi_system_table *systemTable)
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Drelocation_func.cpp44 efi_handle image __attribute__((__unused__)),
/haiku/src/system/boot/platform/efi/arch/arm/
H A Drelocation_func.cpp43 efi_handle image __attribute__((__unused__)),
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Drelocation_func.cpp56 efi_handle image __attribute__((__unused__)),
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Drelocation_func.cpp43 efi_handle image __attribute__((__unused__)),
/haiku/src/system/boot/platform/efi/arch/x86/
H A Drelocation_func.cpp43 efi_handle image __attribute__((__unused__)),

Completed in 168 milliseconds