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

/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/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;
/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/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/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/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/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);
H A DVBoxUSB-solaris.c121 int VBoxUSBSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred);
122 int VBoxUSBSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred);
892 int VBoxUSBSolarisOpen(dev_t *pDev, int fFlag, int fType, cred_t *pCred) argument
894 LogFunc((DEVICE_NAME ":VBoxUSBSolarisOpen pDev=%p fFlag=%d fType=%d pCred=%p\n", pDev, fFlag, fType, pCred));
899 if (fType != OTYP_CHR)
940 int VBoxUSBSolarisClose(dev_t Dev, int fFlag, int fType, cred_t *pCred) argument
942 LogFunc((DEVICE_NAME ":VBoxUSBSolarisClose Dev=%d fFlag=%d fType=%d pCred=%p\n", Dev, fFlag, fType, pCred));
/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/
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/Runtime/common/zip/
H A Dtarvfs.cpp1366 RTFMODE fType = Info.Attr.fMode & RTFS_TYPE_MASK; local
1368 fType = RTFS_TYPE_SYMLINK;
1369 switch (fType)
H A Dpkzipvfs.cpp1148 RTFMODE fType = Info.Attr.fMode & RTFS_TYPE_MASK; local
1149 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/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/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 Dwinuser.h1598 UINT fType; member in struct:tagMENUITEMINFOA
1613 UINT fType; member in struct:tagMENUITEMINFOW
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp807 const int fType = *pwoffFixup >> 12; local
808 Log4(("RTLdrPE: %08x %s\n", offFixup + pbr->VirtualAddress, s_apszReloc[fType]));
809 switch (fType)
858 AssertMsgFailed(("Unknown fixup type %d offset=%#x\n", fType, offFixup));
/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 Dwinuser.h2186 UINT fType; member in struct:tagMENUITEMINFOA
2201 UINT fType; member in struct:tagMENUITEMINFOW
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h189 UINT16 fType; member in struct:__anon14282
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h189 UINT16 fType; member in struct:__anon1606
/vbox/include/VBox/vmm/
H A Ddbgf.h364 uint8_t fType; member in struct:DBGFBP::__anon324::DBGFBPREG
394 uint8_t fType, uint8_t cb, uint32_t *piBp);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 324 milliseconds