Searched defs:Desc (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
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 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...]
/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/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 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...]
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 DIEMAll.cpp2340 IEMSELDESC Desc; local
2341 VBOXSTRICTRC rcStrict = iemMemFetchSelDesc(pIemCpu, &Desc, uSel, X86_XCPT_TS);
2350 if ( !Desc.Legacy.Gen.u1DescType
2351 || (Desc.Legacy.Gen.u4Type & (X86_SEL_TYPE_CODE | X86_SEL_TYPE_READ)) == X86_SEL_TYPE_CODE)
2353 Log(("iemHlpTaskSwitchLoadDataSelectorInProtMode: invalid segment type. uSel=%u Desc.u4Type=%#x\n", uSel,
2354 Desc.Legacy.Gen.u4Type));
2359 if ( (Desc.Legacy.Gen.u4Type & (X86_SEL_TYPE_CODE | X86_SEL_TYPE_CONF))
2363 if ( (unsigned)(uSel & X86_SEL_RPL) > Desc.Legacy.Gen.u2Dpl
2364 || (pIemCpu->uCpl > Desc.Legacy.Gen.u2Dpl))
2367 uSel, (uSel & X86_SEL_RPL), Desc
[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/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/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c113 @param[in] Desc The description text.
117 @param[in] UseHandle TRUE to use HandleNumber, FALSE to use File and Desc.
129 IN CONST CHAR16 *Desc,
163 if (File == NULL || Desc == NULL) {
361 DescSize = StrSize(Desc);
373 CopyMem (TempByteBuffer, Desc, DescSize);
126 BcfgAddDebug1( IN UINTN Position, IN CONST CHAR16 *File, IN CONST CHAR16 *Desc, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST BCFG_OPERATION_TARGET Target, IN CONST BOOLEAN UseHandle, IN CONST BOOLEAN UsePath, IN CONST UINTN HandleNumber ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c113 @param[in] Desc The description text.
117 @param[in] UseHandle TRUE to use HandleNumber, FALSE to use File and Desc.
129 IN CONST CHAR16 *Desc,
163 if (File == NULL || Desc == NULL) {
361 DescSize = StrSize(Desc);
373 CopyMem (TempByteBuffer, Desc, DescSize);
126 BcfgAddInstall1( IN UINTN Position, IN CONST CHAR16 *File, IN CONST CHAR16 *Desc, IN CONST UINT16 *CurrentOrder, IN CONST UINTN OrderCount, IN CONST BCFG_OPERATION_TARGET Target, IN CONST BOOLEAN UseHandle, IN CONST BOOLEAN UsePath, IN CONST UINTN HandleNumber ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c880 CHAR16 Desc[100]; local
933 BdsBuildLegacyDevNameString (&LocalBbsTable[Index], Index, sizeof (Desc), Desc);
939 Desc,
/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/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/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/MdePkg/Include/IndustryStandard/
H A DAcpi10.h122 UINT8 Desc; member in struct:__anon11383
296 UINT8 Desc; member in struct:__anon11401
/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/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/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusimaging.h132 VOID* Desc; member in class:ImageItemData
198 VOID* Desc; member in struct:ImageItemData
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp3067 CM_PARTIAL_RESOURCE_DESCRIPTOR Desc = pCfg->aPorts[i8042Dat]; local
3069 pCfg->aPorts[i8042Cmd] = Desc;
3202 CM_PARTIAL_RESOURCE_DESCRIPTOR Desc = pCfg->aPorts[i8042Dat]; local
3204 pCfg->aPorts[i8042Cmd] = Desc;

Completed in 200 milliseconds