Searched refs:Desc (Results 1 - 25 of 36) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c37 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) {
48 if (Setting->Desc.NumEndpoints > 0) {
77 for (Index = 0; Index < Config->Desc.NumInterfaces; Index++) {
118 for (Index = 0; Index < DevDesc->Desc.NumConfigurations; Index++) {
154 VOID *Desc; local
200 Desc = AllocateZeroPool ((UINTN) CtrlLen);
201 if (Desc == NULL) {
205 CopyMem (Desc, Head, (UINTN) DescLen);
209 return Desc;
250 NumEp = Setting->Desc
610 EFI_USB_STRING_DESCRIPTOR Desc; local
660 EFI_USB_STRING_DESCRIPTOR *Desc; local
717 EFI_USB_CONFIG_DESCRIPTOR Desc; local
[all...]
H A DUsbDesc.h51 EFI_USB_ENDPOINT_DESCRIPTOR Desc; member in struct:__anon10869
56 EFI_USB_INTERFACE_DESCRIPTOR Desc; member in struct:__anon10870
72 EFI_USB_CONFIG_DESCRIPTOR Desc; member in struct:__anon10872
77 EFI_USB_DEVICE_DESCRIPTOR Desc; member in struct:__anon10873
H A DUsbHub.h22 #define USB_ENDPOINT_TYPE(Desc) ((Desc)->Attributes & USB_ENDPOINT_TYPE_MASK)
H A DUsbEnumer.c37 NumEndpoints = UsbIf->IfSetting->Desc.NumEndpoints;
42 if (EpDesc->Desc.EndpointAddress == EpAddr) {
126 UsbNode.InterfaceNumber = UsbIf->IfSetting->Desc.InterfaceNumber;
332 if (Setting->Desc.AlternateSetting == Alternate) {
345 Alternate, Setting->Desc.InterfaceNumber));
350 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) {
389 for (Index = 0; Index < DevDesc->Desc.NumConfigurations; Index++) {
392 if (ConfigDesc->Desc.ConfigurationValue == ConfigValue) {
397 if (Index == DevDesc->Desc.NumConfigurations) {
409 for (Index = 0; Index < ConfigDesc->Desc
[all...]
H A DUsbBus.c159 (Request->Value == Dev->ActiveConfig->Desc.ConfigurationValue)) {
188 (Request->Index == UsbIf->IfSetting->Desc.InterfaceNumber)) {
252 if ((EpDesc == NULL) || (USB_ENDPOINT_TYPE (&EpDesc->Desc) != USB_ENDPOINT_BULK)) {
264 EpDesc->Desc.MaxPacketSize,
346 if ((EpDesc == NULL) || (USB_ENDPOINT_TYPE (&EpDesc->Desc) != USB_ENDPOINT_INTERRUPT)) {
357 EpDesc->Desc.MaxPacketSize,
423 if ((EpDesc == NULL) || (USB_ENDPOINT_TYPE (&EpDesc->Desc) != USB_ENDPOINT_INTERRUPT)) {
434 EpDesc->Desc.MaxPacketSize,
537 CopyMem (Descriptor, &Dev->DevDesc->Desc, sizeof (EFI_USB_DEVICE_DESCRIPTOR));
582 CopyMem (Descriptor, &(Dev->ActiveConfig->Desc), sizeo
[all...]
H A DUsbHub.c561 Setting = &UsbIf->IfSetting->Desc;
603 EpDesc = &(HubIf->HubEp->Desc);
710 NumEndpoints = Setting->Desc.NumEndpoints;
717 if (USB_BIT_IS_SET (EpDesc->Desc.EndpointAddress, USB_ENDPOINT_DIR_IN) &&
718 (USB_ENDPOINT_TYPE (&EpDesc->Desc) == USB_ENDPOINT_INTERRUPT)) {
798 EpDesc->Desc.EndpointAddress,
1018 HubIf->HubEp->Desc.EndpointAddress,
H A DUsbUtility.c932 ActIfDesc = &(IfDesc->Settings[IfDesc->ActiveIndex]->Desc);
933 DevDesc = &(UsbIf->Device->DevDesc->Desc);
1013 ActIfDesc = &(IfDesc->Settings[IfDesc->ActiveIndex]->Desc);
1014 DevDesc = &(UsbIf->Device->DevDesc->Desc);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/
H A DCapsuleCoalesce.c138 @param Desc Pointer to the capsule block descriptors
150 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *Desc,
524 @param Desc Pointer to the capsule block descriptors
536 IN EFI_CAPSULE_BLOCK_DESCRIPTOR *Desc,
544 ASSERT (Desc != NULL);
549 while (Desc->Union.ContinuationPointer != (EFI_PHYSICAL_ADDRESS) (UINTN) NULL) {
550 if (Desc->Length == 0) {
554 Desc = (EFI_CAPSULE_BLOCK_DESCRIPTOR *) (UINTN) Desc->Union.ContinuationPointer;
556 Size += (UINTN) Desc
535 GetCapsuleInfo( IN EFI_CAPSULE_BLOCK_DESCRIPTOR *Desc, IN OUT UINTN *NumDescriptors OPTIONAL, IN OUT UINTN *CapsuleSize OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DAcpi.h70 UINT8 Desc; member in struct:__anon10089
83 UINT8 Desc; member in struct:__anon10090
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp70 X86DESC Desc; local
72 Desc = pVM->selm.s.CTX_SUFF(paGdt)[Sel >> X86_SEL_SHIFT];
77 Desc = paLDT[Sel >> X86_SEL_SHIFT];
80 return (RTGCPTR)(((RTGCUINTPTR)Addr + X86DESC_BASE(&Desc)) & 0xffffffff);
342 X86DESC Desc; local
349 Desc = pVM->selm.s.CTX_SUFF(paGdt)[Sel >> X86_SEL_SHIFT];
358 Desc = paLDT[Sel >> X86_SEL_SHIFT];
362 uint32_t u32Limit = X86DESC_LIMIT_G(&Desc);
365 RTGCPTR pvFlat = Addr + X86DESC_BASE(&Desc);
371 uint8_t u1Present = Desc
[all...]
H A DIEMAllCImpl.cpp.h1715 IEMSELDESC Desc; local
1716 VBOXSTRICTRC rcStrict = iemMemFetchSelDesc(pIemCpu, &Desc, uSel, X86_XCPT_GP);
1721 if (!Desc.Legacy.Gen.u1Present) /** @todo this is probably checked too early. Testcase! */
1731 if (!Desc.Legacy.Gen.u1DescType)
1732 return IEM_CIMPL_CALL_4(iemCImpl_BranchSysSel, uSel, IEMBRANCH_JUMP, enmEffOpSize, &Desc);
1735 if (!(Desc.Legacy.Gen.u4Type & X86_SEL_TYPE_CODE))
1737 Log(("jmpf %04x:%08RX64 -> not a code selector (u4Type=%#x).\n", uSel, offSeg, Desc.Legacy.Gen.u4Type));
1742 if ( Desc.Legacy.Gen.u1Long
1743 && Desc.Legacy.Gen.u1DefBig
1751 if (Desc
1895 IEMSELDESC Desc; local
3900 IEMSELDESC Desc; local
4200 IEMSELDESC Desc; local
4256 IEMSELDESC Desc; local
4545 IEMSELDESC Desc; local
4642 IEMSELDESC Desc; local
[all...]
H A DTRPMAll.cpp584 X86DESC Desc; local
595 rc = MMGCRamRead(pVM, &Desc, (void *)(uintptr_t)pGdtEntry, sizeof(Desc));
597 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, pGdtEntry, sizeof(Desc));
610 rc = MMGCRamRead(pVM, &Desc, (void *)(uintptr_t)pGdtEntry, sizeof(Desc));
612 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, pGdtEntry, sizeof(Desc));
621 if (Desc
[all...]
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp76 VBOXEXTPACKDESC Desc; member in struct:ExtPackBaseData
246 VBoxExtPackInitDesc(&m->Desc);
260 m->Desc.strName = *pstrTarName;
299 RTCString strSavedName(m->Desc.strName);
300 RTCString *pStrLoadErr = VBoxExtPackLoadDescFromVfsFile(hXmlFile, &m->Desc, &m->ObjInfoDesc);
305 m->Desc.strName = strSavedName;
315 if (!strSavedName.equalsIgnoreCase(m->Desc.strName))
317 m->Desc.strName.c_str(), strSavedName.c_str());
359 VBoxExtPackFreeDesc(&m->Desc);
372 aName = m->Desc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c168 UINT8 Desc; local
200 if (Configuration == NULL || Configuration->Desc == ACPI_END_TAG_DESCRIPTOR) {
208 for (Configuration1 = Configuration; Configuration1->Desc != ACPI_END_TAG_DESCRIPTOR; Configuration1++) {
210 for (Configuration3 = Configuration1 + 1; Configuration3->Desc != ACPI_END_TAG_DESCRIPTOR; Configuration3++) {
283 // Save the Desc field of the next descriptor. Mark the next descriptor as an END descriptor.
286 Desc = Configuration->Desc;
287 Configuration->Desc = ACPI_END_TAG_DESCRIPTOR;
301 Configuration->Desc = Desc;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h247 by the string pointed to by Desc. The constructed value is suitable for
252 as Desc arguments to wctype().
266 @param[in] Desc A pointer to a multibyte character string naming a
269 @return If Desc identifies a valid class of wide characters in the
274 wctype_t wctype (const char *Desc);
/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp83 X86DESC Desc;
84 int rc = MMGCRamRead(pVM, &Desc, (uint8_t *)(uintptr_t)GdtrGuest.pGdt + offEntry, sizeof(X86DESC));
87 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, (uintptr_t)GdtrGuest.pGdt + offEntry, sizeof(X86DESC));
111 if (Desc.Gen.u1Present)
113 Log(("selmRCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: detected conflict!!\n", Sel, &Desc));
118 Log(("selmRCSyncGDTEntry: Sel=%d Desc=%.8Rhxs: potential conflict (still not present)!\n", Sel, &Desc));
128 selmGuestToShadowDesc(pVM, &Desc);
131 //Log(("N: base=%08X limit=%08X attr=%04X\n", X86DESC_BASE(Desc)), X86DESC_LIMI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c675 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->Desc = 0x8A;
687 ((EFI_ACPI_END_TAG_DESCRIPTOR *)Temp)->Desc = 0x79;
1030 Ptr->Desc = 0x8A;
1046 Ptr->Desc = 0x8A;
1063 Ptr->Desc = 0x8A;
1079 Ptr->Desc = 0x8A;
1095 Ptr->Desc = 0x8A;
1112 ((EFI_ACPI_END_TAG_DESCRIPTOR *)Temp)->Desc = 0x79;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c113 UINT32 *Desc; local
163 Desc = (UINT32 *) Ehc->PeriodFrame;
166 Desc[Index] = QH_LINK (Ehc->PeriodOne, EHC_TYPE_QH, FALSE);
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp2108 X86DESC64 Desc; local
2133 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, GCPtrDesc, sizeof(Desc));
2136 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, GCPtrDesc, sizeof(X86DESC));
2139 Desc.au64[1] = 0;
2148 pSelInfo->u.Raw64 = Desc;
2149 if (Desc.Gen.u1DescType)
2158 if ( Desc.Gen.u1Long
2159 && !Desc.Gen.u1DefBig
2160 && (Desc
2269 X86DESC Desc; local
2408 X86DESC Desc; local
2458 selmR3FormatDescriptor(X86DESC Desc, RTSEL Sel, char *pszOutput, size_t cchOutput) argument
2544 SELMR3DumpDescriptor(X86DESC Desc, RTSEL Sel, const char *pszMsg) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
H A DIncompatiblePciDeviceSupport.c348 AcpiPtr->Desc = ACPI_ADDRESS_SPACE_DESCRIPTOR;
366 PtrEnd->Desc = ACPI_END_TAG_DESCRIPTOR;
/vbox/include/VBox/vmm/
H A Dselm.h101 VMMR3DECL(void) SELMR3DumpDescriptor(X86DESC Desc, RTSEL Sel, const char *pszMsg);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi10.h122 UINT8 Desc; member in struct:__anon11383
296 UINT8 Desc; member in struct:__anon11401
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp293 D3DSURFACE_DESC Desc; local
294 hr = pSurf->GetDesc(&Desc);
303 UINT bpp = vboxWddmCalcBitsPerPixel((D3DDDIFORMAT)Desc.Format);
304 vboxVDbgDoPrintDumpCmd("Surf Info", Lr.pBits, Desc.Width, Desc.Height, bpp, Lr.Pitch);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusimaging.h132 VOID* Desc; member in class:ImageItemData
198 VOID* Desc; member in struct:ImageItemData
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusimaging.h132 VOID* Desc; member in class:ImageItemData
198 VOID* Desc; member in struct:ImageItemData

Completed in 177 milliseconds

12