/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/ |
H A D | xptcinvoke_vacpp.asm | 4 Version: MPL 1.1/GPL 2.0/LGPL 2.1 label 6 The contents of this file are subject to the Mozilla Public License Version 27 either of the GNU General Public License Version 2 or later (the "GPL"), 28 or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 39 Version 1.0 (the "NPL"); you may not use this file except in
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | DriverBinding.h | 174 /// instances with higher Version values will be used before ones 175 /// with lower Version values. The Version values of 0x0- 177 /// platform/OEM specific drivers. The Version values of 0x10- 180 UINT32 Version; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/BaseIoApicLib/ |
H A D | IoApicLib.c | 87 IO_APIC_VERSION_REGISTER Version; local 90 Version.Uint32 = IoApicRead (IO_APIC_VERSION_REGISTER_INDEX); 91 ASSERT (Version.Bits.MaximumRedirectionEntry < 0xF0); 92 ASSERT (Irq <= Version.Bits.MaximumRedirectionEntry); 137 IO_APIC_VERSION_REGISTER Version; local 140 Version.Uint32 = IoApicRead (IO_APIC_VERSION_REGISTER_INDEX); 141 ASSERT (Version.Bits.MaximumRedirectionEntry < 0xF0); 142 ASSERT (Irq <= Version.Bits.MaximumRedirectionEntry);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | DriverBinding.h | 176 /// instances with higher Version values will be used before ones 177 /// with lower Version values. The Version values of 0x0- 179 /// platform/OEM specific drivers. The Version values of 0x10- 182 UINT32 Version; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/ |
H A D | GenCrc32.c | 39 Version ( function 58 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION); 167 Version (); 173 Version ();
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | DataHub.h | 17 Version 0.9. 35 // If EFI_DATA_RECORD_HEADER is extended in the future, the Version number and HeaderSize must 39 // Version, HeaderSize, RecordSize, DataRecordGuid, DataRecordClass 46 UINT16 Version; member in struct:__anon10707 120 In Framework for EFI Data Hub Specification, Version 0.9, This definition 158 In Framework for EFI Data Hub Specification, Version 0.9, This definition 182 In Framework for EFI Data Hub Specification, Version 0.9, This definition
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFv.c | 48 Version ( function 67 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION); 248 Version (); 254 Version ();
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/ |
H A D | compstui.h | 56 WORD Version; member in struct:_PROPSHEETUI_INFO
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | evntprov.h | 50 UCHAR Version; member in struct:_EVENT_DESCRIPTOR
|
H A D | wmistr.h | 54 ULONG Version; member in struct:_WNODE_HEADER::__anon14605::__anon14606
|
H A D | midles.h | 83 ULONG Version; member in struct:_MIDL_TYPE_PICKLING_INFO
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/ |
H A D | compstui.h | 56 WORD Version; member in struct:_PROPSHEETUI_INFO
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | wmistr.h | 54 ULONG Version; member in struct:_WNODE_HEADER::__anon1911::__anon1912
|
H A D | midles.h | 83 ULONG Version; member in struct:_MIDL_TYPE_PICKLING_INFO
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/ |
H A D | AcpiSupport.h | 56 // Version is the versions of the ACPI tables that this table belongs in. 65 EFI_ACPI_TABLE_VERSION Version; member in struct:__anon10484
|
H A D | AcpiSupportAcpiSupportProtocol.c | 32 @param Version The version of the list to add the table to. 45 IN EFI_ACPI_TABLE_VERSION Version, 52 @param Version Bitmask of which versions to remove. 62 IN EFI_ACPI_TABLE_VERSION Version, 103 @param Version Versions that the table is currently used in. 116 OUT EFI_ACPI_TABLE_VERSION *Version, 156 *Version = CurrentTable->Version; 175 @param Version Version( 112 GetAcpiTable( IN EFI_ACPI_SUPPORT_PROTOCOL *This, IN INTN Index, OUT VOID **Table, OUT EFI_ACPI_TABLE_VERSION *Version, OUT UINTN *Handle ) argument 185 SetAcpiTable( IN EFI_ACPI_SUPPORT_PROTOCOL *This, IN VOID *Table OPTIONAL, IN BOOLEAN Checksum, IN EFI_ACPI_TABLE_VERSION Version, IN OUT UINTN *Handle ) argument 595 AddTableToList( IN EFI_ACPI_SUPPORT_INSTANCE *AcpiSupportInstance, IN VOID *Table, IN BOOLEAN Checksum, IN EFI_ACPI_TABLE_VERSION Version, OUT UINTN *Handle ) argument 1308 DeleteTable( IN EFI_ACPI_SUPPORT_INSTANCE *AcpiSupportInstance, IN EFI_ACPI_TABLE_VERSION Version, IN OUT EFI_ACPI_TABLE_LIST *Table ) argument 1564 RemoveTableFromList( IN EFI_ACPI_SUPPORT_INSTANCE *AcpiSupportInstance, IN EFI_ACPI_TABLE_VERSION Version, IN UINTN Handle ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/ |
H A D | SmbiosDxe.h | 74 UINT16 Version; member in struct:__anon11295
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/ |
H A D | IoApic.h | 55 UINT32 Version:8; member in struct:__anon12643::__anon12644
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/ |
H A D | EfiLdrImage.c | 67 Version ( function 204 Version();
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | Split.c | 41 Version ( function 83 Version(); 250 Version();
|
/vbox/src/VBox/Main/src-client/ |
H A D | RemoteUSBDeviceImpl.cpp | 284 STDMETHODIMP RemoteUSBDevice::COMGETTER(Version) (USHORT *aVersion) function in class:RemoteUSBDevice
|
/vbox/include/iprt/crypto/ |
H A D | rsa.h | 17 * of the Common Development and Distribution License Version 1.0 91 RTASN1INTEGER Version; member in struct:RTCRRSAPRIVATEKEY
|
H A D | tsp.h | 17 * of the Common Development and Distribution License Version 1.0 92 RTASN1INTEGER Version; member in struct:RTCRTSPTSTINFO
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2vacpp.asm | 3 Version: MPL 1.1/GPL 2.0/LGPL 2.1 label 5 The contents of this file are subject to the Mozilla Public License Version 25 either the GNU General Public License Version 2 or later (the "GPL"), or 26 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 37 License Version 1.1 (the "License"); you may not use this file 55 terms of the GNU General Public License Version 2 or later (the
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
H A D | BootScriptInternalFormat.h | 35 UINT16 Version; member in struct:__anon11087
|