Searched refs:Descriptor (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DSmramMemoryReserve.h54 EFI_SMRAM_DESCRIPTOR Descriptor[1]; member in struct:__anon10706
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
H A DNullMemoryTest.c211 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor; local
213 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
221 Descriptor.Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNTIME)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c1452 @param Descriptor The descriptor to be built
1458 IN OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor,
1462 Descriptor->BaseAddress = Entry->BaseAddress;
1463 Descriptor->Length = Entry->EndAddress - Entry->BaseAddress + 1;
1464 Descriptor->Capabilities = Entry->Capabilities;
1465 Descriptor->Attributes = Entry->Attributes;
1466 Descriptor->GcdMemoryType = Entry->GcdMemoryType;
1467 Descriptor->ImageHandle = Entry->ImageHandle;
1468 Descriptor->DeviceHandle = Entry->DeviceHandle;
1476 @param Descriptor Specifie
1457 BuildMemoryDescriptor( IN OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor, IN EFI_GCD_MAP_ENTRY *Entry ) argument
1583 EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor; local
1766 BuildIoDescriptor( IN EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor, IN EFI_GCD_MAP_ENTRY *Entry ) argument
1852 EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor; local
2229 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c702 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor; local
722 &Descriptor
728 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeReserved &&
729 (Descriptor.Capabilities & (EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED)) ==
732 CurrentLength = Descriptor.BaseAddress + Descriptor.Length - CurrentBase;
740 Descriptor.Capabilities
746 CurrentBase = Descriptor.BaseAddress + Descriptor.Length;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DUsbDxeLib.c25 and Index, and return the descriptor in the buffer specified by Descriptor.
28 If Descriptor is NULL, then ASSERT().
34 @param DescriptorLength The size, in bytes, of Descriptor.
35 @param Descriptor A pointer to the descriptor buffer to get.
40 buffer specified by DescriptorLength and Descriptor
54 OUT VOID *Descriptor,
61 ASSERT (Descriptor != NULL);
77 Descriptor,
89 and Descriptor. The status of the transfer is returned in Status.
91 If Descriptor i
49 UsbGetDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT16 Value, IN UINT16 Index, IN UINT16 DescriptorLength, OUT VOID *Descriptor, OUT UINT32 *Status ) argument
109 UsbSetDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT16 Value, IN UINT16 Index, IN UINT16 DescriptorLength, IN VOID *Descriptor, OUT UINT32 *Status ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LegacyRegion2Dxe/
H A DLegacyRegion2.h156 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
158 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
172 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
H A DLegacyRegion2.c201 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
203 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
217 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLegacyRegion2.h183 /// Attribute of the Legacy Region Descriptor that
203 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
205 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
219 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c170 OUT LEGACY_MEMORY_SECTION_INFO **Descriptor
179 if (DescriptorCount == NULL || Descriptor == NULL) {
199 *Descriptor = mSectionArray;
362 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
364 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
378 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
436 *Descriptor = DescriptorArray;
H A DLegacyRegion.h199 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
201 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
215 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c237 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor; local
246 gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
247 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeSystemMemory) {
696 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor; local
746 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
747 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
748 StartAddress = Descriptor.BaseAddress + Descriptor.Length;
751 Length = MIN (Descriptor.Length, 0xa0000 - StartAddress);
763 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c28 @param Descriptor Request descriptor.
43 OUT VOID *Descriptor
62 Descriptor,
H A DPeiUsbLib.h63 // USB Descriptor types
111 @param Descriptor Request descriptor.
126 OUT VOID *Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DPeiUsbLib.c28 @param Descriptor Request descriptor.
43 OUT VOID *Descriptor
62 Descriptor,
H A DPeiUsbLib.h65 // USB Descriptor types
113 @param Descriptor Request descriptor.
128 OUT VOID *Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiUsbLib.h253 and Index, and return the descriptor in the buffer specified by Descriptor.
256 If Descriptor is NULL, then ASSERT().
262 @param DescriptorLength The size, in bytes, of Descriptor.
263 @param Descriptor A pointer to the descriptor buffer to get.
268 buffer specified by DescriptorLength and Descriptor
282 OUT VOID *Descriptor,
291 and Descriptor. The status of the transfer is returned in Status.
293 If Descriptor is NULL, then ASSERT().
299 @param DescriptorLength The size, in bytes, of Descriptor.
300 @param Descriptor
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiDxeCis.h339 @param Descriptor A pointer to a caller allocated descriptor.
342 BaseAddress was returned in Descriptor.
343 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
351 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
532 @param Descriptor A pointer to a caller allocated descriptor.
535 BaseAddress was returned in Descriptor.
536 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
544 OUT EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiDxeCis.h341 @param Descriptor A pointer to a caller allocated descriptor.
344 BaseAddress was returned in Descriptor.
345 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
353 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor
533 @param Descriptor A pointer to a caller allocated descriptor.
536 BaseAddress was returned in Descriptor.
537 @retval EFI_INVALID_PARAMETER Descriptor is NULL.
545 OUT EFI_GCD_IO_SPACE_DESCRIPTOR *Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.h533 @param Descriptor The variable to receive the device descriptor.
543 OUT EFI_USB_DEVICE_DESCRIPTOR *Descriptor
550 @param Descriptor The USB configuration descriptor.
561 OUT EFI_USB_CONFIG_DESCRIPTOR *Descriptor
568 @param Descriptor The variable to receive active interface setting.
578 OUT EFI_USB_INTERFACE_DESCRIPTOR *Descriptor
587 @param Descriptor The variable to receive the descriptor.
598 OUT EFI_USB_ENDPOINT_DESCRIPTOR *Descriptor
H A DUsbBus.c511 @param Descriptor The variable to receive the device descriptor.
521 OUT EFI_USB_DEVICE_DESCRIPTOR *Descriptor
528 if (Descriptor == NULL) {
537 CopyMem (Descriptor, &Dev->DevDesc->Desc, sizeof (EFI_USB_DEVICE_DESCRIPTOR));
548 @param Descriptor The USB configuration descriptor.
559 OUT EFI_USB_CONFIG_DESCRIPTOR *Descriptor
567 if (Descriptor == NULL) {
582 CopyMem (Descriptor, &(Dev->ActiveConfig->Desc), sizeof (EFI_USB_CONFIG_DESCRIPTOR));
594 @param Descriptor The variable to receive active interface setting.
604 OUT EFI_USB_INTERFACE_DESCRIPTOR *Descriptor
[all...]
/vbox/src/VBox/Storage/
H A DVMDK.cpp347 * making it variable. Descriptor files are generally very short (~20 lines),
414 /** Descriptor file if applicable. */
472 VMDKDESCRIPTOR Descriptor; member in struct:VMDKIMAGE
1843 && strcmp(pDescriptor->aLines[0], "# Disk Descriptor File"))
1917 int rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
1922 rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
1927 rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
1936 int rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
1941 rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
1947 rc = vmdkDescDDBSetU32(pImage, &pImage->Descriptor,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h400 FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor; member in struct:__anon10727
402 /// The number of Descriptor entries being described.
913 @param DescriptorCount A pointer to the number of Descriptor entries being
915 @param Descriptor A pointer to a buffer containing an array of
927 OUT FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c697 WriteUnaligned16 ((UINT16 *) Buf, HTONS (Ia->Descriptor.Type));
709 WriteUnaligned32 ((UINT32 *) Buf, HTONL (Ia->Descriptor.IaId));
715 if (Ia->Descriptor.Type == Dhcp6OptIana) {
1072 CopyMem (&Ia->Descriptor, &Instance->Config->IaDescriptor, sizeof (EFI_DHCP6_IA_DESCRIPTOR));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dwritev.c71 struct Descriptor { PRInt32 length; PRUint32 checksum; } descriptor; struct
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DHiiFramework.h393 EFI_KEY_DESCRIPTOR *Descriptor; member in struct:__anon10227
849 @param DescriptorCount A pointer to the number of Descriptor entries being
851 @param Descriptor A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR
862 OUT EFI_KEY_DESCRIPTOR *Descriptor

Completed in 117 milliseconds

12