Searched refs:efi_guid (Results 1 - 25 of 27) sorted by relevance

12

/haiku/headers/private/kernel/platform/efi/protocol/
H A Dapple-setos.h10 extern efi_guid AppleSetOSProtocol;
H A Ddevice-path-to-text.h13 extern efi_guid DevicePathToTextProtocol;
H A Dsimple-file-system.h12 extern efi_guid SimpleFileSystemProtocol;
H A Dsimple-text-input.h11 extern efi_guid SimpleTextInputProtocol;
H A Dfile.h36 extern efi_guid FileInfoGuid;
51 extern efi_guid FileSystemInfoGuid;
80 efi_status (*GetInfo) (struct efi_file_protocol* self, efi_guid* info_type,
83 efi_status (*SetInfo) (struct efi_file_protocol* self, efi_guid* info_type,
H A Dloaded-image.h13 extern efi_guid LoadedImageProtocol;
H A Dconsole-control.h12 extern efi_guid ConsoleControlProtocol;
H A Ddisk-io.h14 extern efi_guid DiskIoProtocol;
H A Ddriver-binding.h12 extern efi_guid DriverBindingProtocol;
H A Dgraphics-output.h11 extern efi_guid GraphicsOutputProtocol;
H A Ddevice-path.h11 extern efi_guid DevicePathProtocol;
H A Dblock-io.h14 extern efi_guid BlockIoProtocol;
H A Dmanaged-network.h12 extern efi_guid ManagedNetworkProtocol;
H A Dserial-io.h14 extern efi_guid SerialIoProtocol;
H A Dpci-root-bridge-io.h12 extern efi_guid PciRootBridgeIoProtocol;
H A Dsimple-network.h12 extern efi_guid SimpleNetworkProtocol;
H A Dsimple-text-output.h11 extern efi_guid SimpleTextOutputProtocol;
H A Dusb-io.h11 extern efi_guid UsbIoProtocol;
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h119 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;
132 efi_status (*RegisterProtocolNotify) (efi_guid* protocol, efi_event event,
135 efi_status (*LocateHandle) (efi_locate_search_type search_type, efi_guid* protocol,
138 efi_status (*LocateDevicePath) (efi_guid* protocol, efi_device_path_protocol** path,
141 efi_status (*InstallConfigurationTable) (efi_guid* guid, void* table) EFIAPI;
173 efi_status (*OpenProtocol) (efi_handle handle, efi_guid* protocol, void** intf,
177 efi_status (*CloseProtocol) (efi_handle handle, efi_guid* protoco
[all...]
H A Druntime-services.h81 efi_guid CapsuleGuid;
105 efi_guid CapsuleGuid;
127 efi_status (*GetVariable) (char16_t* var_name, efi_guid* vendor_guid,
131 efi_guid* vendor_guid) EFIAPI;
133 efi_status (*SetVariable) (char16_t* var_name, efi_guid* vendor_guid,
H A Dsystem-table.h30 efi_guid VendorGuid;
H A Dtypes.h83 typedef struct efi_guid { struct
89 bool equals(const efi_guid& other) const {
96 } efi_guid; typedef in typeref:struct:efi_guid
/haiku/src/system/boot/platform/efi/
H A Dquirks.cpp24 efi_guid appleSetOSProtocolGUID = EFI_APPLE_SET_OS_GUID;
H A Dserial.cpp23 static efi_guid sSerialIOProtocolGUID = EFI_SERIAL_IO_PROTOCOL_GUID;
H A Dacpi.cpp208 efi_guid acpi = ACPI_20_TABLE_GUID;

Completed in 112 milliseconds

12