Searched refs:fType (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp63 uint32_t fType; member in struct:RTMANIFESTATTR
175 uint32_t fType; member in struct:RTMANIFESTQUERYATTRARGS
659 * @param fType The attribute type type.
661 static int rtManifestSetAttrWorker(PRTMANIFESTENTRY pEntry, const char *pszAttr, const char *pszValue, uint32_t fType)
677 pAttr->fType = fType;
692 pAttr->fType = fType;
715 * @param fType The attribute type, pass
718 RTDECL(int) RTManifestSetAttr(RTMANIFEST hManifest, const char *pszAttr, const char *pszValue, uint32_t fType)
[all...]
/vbox/include/iprt/
H A Dmanifest.h149 * @param fType The attribute type, pass
152 RTDECL(int) RTManifestSetAttr(RTMANIFEST hManifest, const char *pszAttr, const char *pszValue, uint32_t fType);
178 * selected by @a fType alone.
179 * @param fType The attribute types the entry should match. Pass
187 RTDECL(int) RTManifestQueryAttr(RTMANIFEST hManifest, const char *pszAttr, uint32_t fType,
202 * @param fType The attribute type, pass
206 const char *pszValue, uint32_t fType);
234 * selected by @a fType alone.
235 * @param fType The attribute types the entry should match. Pass
243 RTDECL(int) RTManifestEntryQueryAttr(RTMANIFEST hManifest, const char *pszEntry, const char *pszAttr, uint32_t fType,
[all...]
H A Dvfslowlevel.h546 * @param fType If non-zero, this restricts the type of the entry to
551 DECLCALLBACKMEMBER(int, pfnUnlinkEntry)(void *pvThis, const char *pszEntry, RTFMODE fType, PRTVFSDIR phVfsDir);
/vbox/src/VBox/VMM/VMMAll/
H A DDBGFAll.cpp52 | X86_DR7_RW(pBp->u.Reg.iReg, pBp->u.Reg.fType)
143 return ( pVM->dbgf.s.aHwBreakpoints[0].u.Reg.fType == X86_DR7_RW_IO
147 || ( pVM->dbgf.s.aHwBreakpoints[1].u.Reg.fType == X86_DR7_RW_IO
151 || ( pVM->dbgf.s.aHwBreakpoints[2].u.Reg.fType == X86_DR7_RW_IO
155 || ( pVM->dbgf.s.aHwBreakpoints[3].u.Reg.fType == X86_DR7_RW_IO
189 if ( pVM->dbgf.s.aHwBreakpoints[iBp].u.Reg.fType == X86_DR7_RW_IO
/vbox/include/VBox/
H A DVBoxUhgsmi.h84 typedef DECLCALLBACK(int) FNVBOXUHGSMI_BUFFER_CREATE(PVBOXUHGSMI pHgsmi, uint32_t cbBuf, VBOXUHGSMI_BUFFER_TYPE_FLAGS fType, PVBOXUHGSMI_BUFFER* ppBuf);
123 VBOXUHGSMI_BUFFER_TYPE_FLAGS fType; member in struct:VBOXUHGSMI_BUFFER
H A DVBoxTpG.h203 uint32_t fType; member in struct:VTGDESCARG
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp436 * @param fType The access type (one of the X86_DR7_RW_* defines).
438 * Must be 1 if fType is X86_DR7_RW_EO.
444 uint8_t fType, uint8_t cb, uint32_t *piBp)
458 switch (fType)
463 AssertMsgFailed(("fType=%#x cb=%d != 1\n", fType, cb));
470 AssertMsgFailed(("fType=%#x\n", fType));
490 && pBp->u.Reg.fType == fType)
443 dbgfR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t *piHitTrigger, uint64_t *piHitDisable, uint8_t fType, uint8_t cb, uint32_t *piBp) argument
550 DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint8_t fType, uint8_t cb, uint32_t *piBp) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiDisp.cpp97 /*typedef DECLCALLBACK(int) FNVBOXUHGSMI_BUFFER_CREATE(PVBOXUHGSMI pHgsmi, uint32_t cbBuf, VBOXUHGSMI_BUFFER_TYPE_FLAGS fType, PVBOXUHGSMI_BUFFER* ppBuf);*/
98 DECLCALLBACK(int) vboxUhgsmiD3DBufferCreate(PVBOXUHGSMI pHgsmi, uint32_t cbBuf, VBOXUHGSMI_BUFFER_TYPE_FLAGS fType, PVBOXUHGSMI_BUFFER* ppBuf) argument
123 vboxUhgsmiBaseDxAllocInfoFill(&DdiAllocInfo, &AllocInfo, cbBuf, fType);
133 pBuf->BasePrivate.Base.fType = fType;
H A DVBoxUhgsmiKmt.cpp112 DECLCALLBACK(int) vboxUhgsmiKmtBufferCreate(PVBOXUHGSMI pHgsmi, uint32_t cbBuf, VBOXUHGSMI_BUFFER_TYPE_FLAGS fType, PVBOXUHGSMI_BUFFER* ppBuf) argument
141 vboxUhgsmiBaseDxAllocInfoFill(&DdiAllocInfo, &AllocInfo, cbBuf, fType);
151 pBuf->BasePrivate.Base.fType = fType;
H A DVBoxUhgsmiBase.cpp104 pBuffer->BasePrivate.Base.fType = fUhgsmiType;
/vbox/src/bldprogs/
H A DVBoxTpG.cpp70 uint32_t fType; member in struct:VTGARG
637 pArg->fType);
659 && pArg2->fType == pArg->fType)
1035 if ((pArg->fType & (VTG_TYPE_FIXED_SIZED | VTG_TYPE_AUTO_CONV_PTR)) == VTG_TYPE_FIXED_SIZED)
1039 pArg->pszTracerType, pArg->fType & VTG_TYPE_SIZE_MASK,
1040 pArg->pszName, pArg->fType & VTG_TYPE_SIZE_MASK);
1041 else if (pArg->fType & (VTG_TYPE_POINTER | VTG_TYPE_HC_ARCH_SIZED))
1176 if (pArg->fType & VTG_TYPE_AUTO_CONV_PTR)
1185 else if (pArg->fType
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-solaris.c67 static int VBoxGuestSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
68 static int VBoxGuestSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
484 static int VBoxGuestSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) argument
494 if (fType != OTYP_CHR)
535 static int VBoxGuestSolarisClose(dev_t Dev, int flag, int fType, cred_t *pCred) argument
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp115 static char *stringifyMemType(uint32_t fType, char *pszBuf, size_t cbBuf) argument
123 return stringifyFlags(fType, pszBuf, cbBuf, s_aMemTypes, RT_ELEMENTS(s_aMemTypes));
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp630 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
633 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
658 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
663 if ( VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)
790 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iDstArg].fType))
854 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iDstArg].fType))
H A DSUPDrvTracer.cpp590 uint32_t const fType = pArgList->aArgs[iArg].fType; local
591 if (fType & ~VTG_TYPE_VALID_MASK)
593 SUPR0Printf("supdrvVtgValidate: VERR_SUPDRV_TRACER_BAD_ARG_FLAGS - fType=%#x iArg=%u iProbe=%u (#0)\n", fType, iArg, i);
597 switch (pArgList->aArgs[iArg].fType & VTG_TYPE_SIZE_MASK)
600 if (pArgList->aArgs[iArg].fType & VTG_TYPE_FIXED_SIZED)
602 SUPR0Printf("supdrvVtgValidate: VERR_SUPDRV_TRACER_BAD_ARG_FLAGS - fType=%#x iArg=%u iProbe=%u (#1)\n", fType, iArg, i);
609 SUPR0Printf("supdrvVtgValidate: VERR_SUPDRV_TRACER_BAD_ARG_FLAGS - fType
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c75 static int VBoxUSBMonSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
76 static int VBoxUSBMonSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
412 static int VBoxUSBMonSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) argument
422 if (fType != OTYP_CHR)
478 static int VBoxUSBMonSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred) argument
519 NOREF(fType);
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c87 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
88 static int VBoxDrvSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
467 static int VBoxDrvSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) argument
479 || fType != OTYP_CHR)
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1662 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
1665 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
1689 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType))
1694 if ( VTG_TYPE_IS_LARGE(pArgList->aArgs[iArg].fType)
1821 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iDstArg].fType))
1885 if (VTG_TYPE_IS_LARGE(pArgList->aArgs[iDstArg].fType))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimm.h105 UINT fType; member in struct:tagIMEMENUITEMINFOA
118 UINT fType; member in struct:tagIMEMENUITEMINFOW
472 /* fType of IMEMENUITEMINFO structure */
H A Ddimm.idl126 UINT fType;
138 UINT fType;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimm.h105 UINT fType; member in struct:tagIMEMENUITEMINFOA
118 UINT fType; member in struct:tagIMEMENUITEMINFOW
461 /* fType of IMEMENUITEMINFO structure */
H A Ddimm.idl126 UINT fType;
138 UINT fType;
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp1366 RTFMODE fType = Info.Attr.fMode & RTFS_TYPE_MASK; local
1368 fType = RTFS_TYPE_SYMLINK;
1369 switch (fType)
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp75 uint8_t fType, uint8_t cb, PRTUINT piBp)
74 DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint8_t fType, uint8_t cb, PRTUINT piBp) argument
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp414 uint8_t fType = 0;
417 case 'x': fType = X86_DR7_RW_EO; break;
418 case 'r': fType = X86_DR7_RW_RW; break;
419 case 'w': fType = X86_DR7_RW_WO; break;
420 case 'i': fType = X86_DR7_RW_IO; break;
426 if (fType == X86_DR7_RW_EO && paArgs[1].u.u64Number != 1)
477 rc = DBGFR3BpSetReg(pUVM, &Address, iHitTrigger, iHitDisable, fType, cb, &iBp);
659 switch (pBp->u.Reg.fType)

Completed in 176 milliseconds

12