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

12

/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp1148 RTFMODE fType = Info.Attr.fMode & RTFS_TYPE_MASK; local
1149 switch (fType)
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
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/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/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/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/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h1598 UINT fType; member in struct:tagMENUITEMINFOA
1613 UINT fType; member in struct:tagMENUITEMINFOW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h2186 UINT fType; member in struct:tagMENUITEMINFOA
2201 UINT fType; member in struct:tagMENUITEMINFOW
/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 157 milliseconds

12