Searched refs:pvThis (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp96 nsresult (*VFTCALL QueryInterface)(void *pvThis, REFNSIID aIID, void** aInstancePtr);
98 nsrefcnt (*VFTCALL AddRef)(void *pvThis);
100 nsrefcnt (*VFTCALL Release)(void *pvThis);
111 nsresult (*VFTCALL __operator_paratheses)(void *pvThis, REFNSIID aIID, void** aInstancePtr);
113 void * (*VFTCALL __destructor)(void *pvThis, unsigned __dtorFlags, unsigned __vtt);
123 nsresult (*VFTCALL __operator_paratheses)(void *pvThis, REFNSIID aIID, void** aInstancePtr);
220 extern "C" void * VFTCALL __dt__13nsCOMPtr_baseFv(void *pvThis, unsigned __dtorFlags) argument
222 obj_nsCOMPtr_base *pThis = (obj_nsCOMPtr_base*)pvThis;
239 return pvThis;
243 extern "C" void * VFTCALL _dt__13nsCOMPtr_baseFv(void *pvThis, unsigne argument
409 GSBC_COM__operator_paratheses(void *pvThis, REFNSIID aIID, void** aInstancePtr) argument
462 GSBC_COM__destructor(void *pvThis, unsigned __dtorFlags, unsigned __vtt) argument
597 QI_COM__operator_paratheses(void *pvThis, REFNSIID aIID, void** aInstancePtr) argument
657 assign_assuming_AddRef__13nsCOMPtr_baseFP11nsISupports(void *pvThis, obj_nsISupports *newPtr) argument
731 assign_from_helper__13nsCOMPtr_baseFRC15nsCOMPtr_helperRC4nsID( void *pvThis, void * helper, REFNSIID iid) argument
[all...]
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp65 static DECLCALLBACK(int) rtDvmVfsFile_Close(void *pvThis) argument
67 PRTVFSDVMFILE pThis = (PRTVFSDVMFILE)pvThis;
77 static DECLCALLBACK(int) rtDvmVfsFile_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
79 NOREF(pvThis);
89 static DECLCALLBACK(int) rtDvmVfsFile_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
91 PRTVFSDVMFILE pThis = (PRTVFSDVMFILE)pvThis;
144 static DECLCALLBACK(int) rtDvmVfsFile_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
146 PRTVFSDVMFILE pThis = (PRTVFSDVMFILE)pvThis;
199 static DECLCALLBACK(int) rtDvmVfsFile_Flush(void *pvThis) argument
201 NOREF(pvThis);
209 rtDvmVfsFile_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
228 rtDvmVfsFile_Tell(void *pvThis, PRTFOFF poffActual) argument
239 rtDvmVfsFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
251 rtDvmVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
266 rtDvmVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
278 rtDvmVfsFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual) argument
337 rtDvmVfsFile_QuerySize(void *pvThis, uint64_t *pcbFile) argument
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Dfilesystem.h43 typedef DECLCALLBACK(int) FNRTFILESYSTEMINIT(void *pvThis, RTVFSFILE hVfsFile);
73 * @param pvThis Uninitialized filesystem state.
76 DECLCALLBACKMEMBER(int, pfnInit) (void *pvThis, RTVFSFILE hVfsFile);
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp63 static DECLCALLBACK(int) vdIfVfsIos_Close(void *pvThis) argument
73 static DECLCALLBACK(int) vdIfVfsIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
75 NOREF(pvThis);
85 static DECLCALLBACK(int) vdIfVfsIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
87 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
119 static DECLCALLBACK(int) vdIfVfsIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
121 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
148 static DECLCALLBACK(int) vdIfVfsIos_Flush(void *pvThis) argument
150 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
163 static DECLCALLBACK(int) vdIfVfsIos_PollOne(void *pvThis, uint32_ argument
182 vdIfVfsIos_Tell(void *pvThis, PRTFOFF poffActual) argument
247 vdIfVfsFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
259 vdIfVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
274 vdIfVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
286 vdIfVfsFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual) argument
334 vdIfVfsFile_QuerySize(void *pvThis, uint64_t *pcbFile) argument
[all...]
H A DVDVfs.cpp197 static DECLCALLBACK(int) vdVfsFile_Close(void *pvThis)
199 PVDVFSFILE pThis = (PVDVFSFILE)pvThis;
211 static DECLCALLBACK(int) vdVfsFile_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, argument
214 NOREF(pvThis);
224 static DECLCALLBACK(int) vdVfsFile_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
226 PVDVFSFILE pThis = (PVDVFSFILE)pvThis;
279 static DECLCALLBACK(int) vdVfsFile_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
281 PVDVFSFILE pThis = (PVDVFSFILE)pvThis;
334 static DECLCALLBACK(int) vdVfsFile_Flush(void *pvThis) argument
336 PVDVFSFILE pThis = (PVDVFSFILE)pvThis;
344 vdVfsFile_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
363 vdVfsFile_Tell(void *pvThis, PRTFOFF poffActual) argument
374 vdVfsFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
386 vdVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
401 vdVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
413 vdVfsFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual) argument
472 vdVfsFile_QuerySize(void *pvThis, uint64_t *pcbFile) argument
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dpkzip.cpp61 static DECLCALLBACK(int) memFssIos_Close(void *pvThis) argument
63 NOREF(pvThis);
70 static DECLCALLBACK(int) memFssIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
72 PMEMIOSTREAM pThis = (PMEMIOSTREAM)pvThis;
89 static DECLCALLBACK(int) memFssIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
91 PMEMIOSTREAM pThis = (PMEMIOSTREAM)pvThis;
119 static DECLCALLBACK(int) memFssIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
127 static DECLCALLBACK(int) memFssIos_Flush(void *pvThis) argument
135 static DECLCALLBACK(int) memFssIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
143 static DECLCALLBACK(int) memFssIos_Tell(void *pvThis, PRTFOF argument
[all...]
H A Dtarvfs.cpp916 static DECLCALLBACK(int) rtZipTarFssBaseObj_Close(void *pvThis) argument
918 PRTZIPTARBASEOBJ pThis = (PRTZIPTARBASEOBJ)pvThis;
930 static DECLCALLBACK(int) rtZipTarFssBaseObj_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
932 PRTZIPTARBASEOBJ pThis = (PRTZIPTARBASEOBJ)pvThis;
995 static DECLCALLBACK(int) rtZipTarFssIos_Close(void *pvThis) argument
997 PRTZIPTARIOSTREAM pThis = (PRTZIPTARIOSTREAM)pvThis;
1009 static DECLCALLBACK(int) rtZipTarFssIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1011 PRTZIPTARIOSTREAM pThis = (PRTZIPTARIOSTREAM)pvThis;
1019 static DECLCALLBACK(int) rtZipTarFssIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
1021 PRTZIPTARIOSTREAM pThis = (PRTZIPTARIOSTREAM)pvThis;
1067 rtZipTarFssIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
1078 rtZipTarFssIos_Flush(void *pvThis) argument
1089 rtZipTarFssIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
1113 rtZipTarFssIos_Tell(void *pvThis, PRTFOFF poffActual) argument
1150 rtZipTarFssSym_Close(void *pvThis) argument
1160 rtZipTarFssSym_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1169 rtZipTarFssSym_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
1179 rtZipTarFssSym_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
1190 rtZipTarFssSym_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
1200 rtZipTarFssSym_Read(void *pvThis, char *pszTarget, size_t cbTarget) argument
1238 rtZipTarFss_Close(void *pvThis) argument
1256 rtZipTarFss_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1268 rtZipTarFss_Next(void *pvThis, char **ppszName, RTVFSOBJTYPE *penmType, PRTVFSOBJ phVfsObj) argument
[all...]
H A Dxarvfs.cpp688 static DECLCALLBACK(int) rtZipXarFssBaseObj_Close(void *pvThis) argument
690 PRTZIPXARBASEOBJ pThis = (PRTZIPXARBASEOBJ)pvThis;
702 static DECLCALLBACK(int) rtZipXarFssBaseObj_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
704 PRTZIPXARBASEOBJ pThis = (PRTZIPXARBASEOBJ)pvThis;
821 static DECLCALLBACK(int) rtZipXarFssIos_Close(void *pvThis) argument
823 PRTZIPXARIOSTREAM pThis = (PRTZIPXARIOSTREAM)pvThis;
835 static DECLCALLBACK(int) rtZipXarFssIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
837 PRTZIPXARIOSTREAM pThis = (PRTZIPXARIOSTREAM)pvThis;
845 static DECLCALLBACK(int) rtZipXarFssIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
847 PRTZIPXARIOSTREAM pThis = (PRTZIPXARIOSTREAM)pvThis;
954 rtZipXarFssIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
965 rtZipXarFssIos_Flush(void *pvThis) argument
976 rtZipXarFssIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
1000 rtZipXarFssIos_Tell(void *pvThis, PRTFOFF poffActual) argument
1037 rtZipXarFssFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
1049 rtZipXarFssFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
1064 rtZipXarFssFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
1076 rtZipXarFssFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual) argument
1114 rtZipXarFssFile_QuerySize(void *pvThis, uint64_t *pcbFile) argument
1168 rtZipXarFssDecompIos_Close(void *pvThis) argument
1186 rtZipXarFssDecompIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1199 rtZipXarFssDecompIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
1268 rtZipXarFssDecompIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
1279 rtZipXarFssDecompIos_Flush(void *pvThis) argument
1290 rtZipXarFssDecompIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
1301 rtZipXarFssDecompIos_Tell(void *pvThis, PRTFOFF poffActual) argument
1340 rtZipXarFssSym_Close(void *pvThis) argument
1350 rtZipXarFssSym_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1359 rtZipXarFssSym_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
1369 rtZipXarFssSym_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
1380 rtZipXarFssSym_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
1390 rtZipXarFssSym_Read(void *pvThis, char *pszTarget, size_t cbXarget) argument
1432 rtZipXarFss_Close(void *pvThis) argument
1449 rtZipXarFss_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1461 rtZipXarFss_Next(void *pvThis, char **ppszName, RTVFSOBJTYPE *penmType, PRTVFSOBJ phVfsObj) argument
[all...]
H A Dpkzipvfs.cpp767 static DECLCALLBACK(int) rtZipPkzipFssBaseObj_Close(void *pvThis) argument
769 PRTZIPPKZIPBASEOBJ pThis = (PRTZIPPKZIPBASEOBJ)pvThis;
778 static DECLCALLBACK(int) rtZipPkzipFssBaseObj_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
780 PRTZIPPKZIPBASEOBJ pThis = (PRTZIPPKZIPBASEOBJ)pvThis;
829 static DECLCALLBACK(int) rtZipPkzipFssIos_Close(void *pvThis) argument
831 PRTZIPPKZIPIOSTREAM pThis = (PRTZIPPKZIPIOSTREAM)pvThis;
849 static DECLCALLBACK(int) rtZipPkzipFssIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
851 PRTZIPPKZIPIOSTREAM pThis = (PRTZIPPKZIPIOSTREAM)pvThis;
860 static DECLCALLBACK(int) rtZipPkzipFssIosReadHelper(void *pvThis, void *pvBuf, size_t cbToRead, size_t *pcbRead) argument
862 PRTZIPPKZIPIOSTREAM pThis = (PRTZIPPKZIPIOSTREAM)pvThis;
898 rtZipPkzipFssIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
985 rtZipPkzipFssIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcWritten) argument
990 rtZipPkzipFssIos_Flush(void *pvThis) argument
998 rtZipPkzipFssIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
1022 rtZipPkzipFssIos_Tell(void *pvThis, PRTFOFF poffActual) argument
1058 rtZipPkzipFss_Close(void *pvThis) argument
1076 rtZipPkzipFss_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
1088 rtZipPkzipFss_Next(void *pvThis, char **ppszName, RTVFSOBJTYPE *penmType, PRTVFSOBJ phVfsObj) argument
[all...]
H A Dgzipvfs.cpp227 static DECLCALLBACK(int) rtZipGzip_Close(void *pvThis) argument
229 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
264 static DECLCALLBACK(int) rtZipGzip_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
266 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
374 static DECLCALLBACK(int) rtZipGzip_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
376 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
508 static DECLCALLBACK(int) rtZipGzip_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
510 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
598 static DECLCALLBACK(int) rtZipGzip_Flush(void *pvThis)
600 PRTZIPGZIPSTREAM pThis = (PRTZIPGZIPSTREAM)pvThis;
615 rtZipGzip_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
651 rtZipGzip_Tell(void *pvThis, PRTFOFF poffActual) argument
[all...]
/vbox/include/iprt/
H A Dvfslowlevel.h176 * @param pvThis The implementation specific data.
178 DECLCALLBACKMEMBER(void, pfnDestroy)(void *pvThis);
184 * @param pvThis The implementation specific data.
187 DECLCALLBACKMEMBER(int, pfnOpenRoot)(void *pvThis, PRTVFSDIR phVfsDir);
194 * @param pvThis The implementation specific data.
199 DECLCALLBACKMEMBER(int, pfnIsRangeInUse)(void *pvThis, RTFOFF off, size_t cb,
210 * @param pvThis The implementation specific data.
217 DECLCALLBACKMEMBER(int, pfnTraverse)(void *pvThis, const char *pszPath, size_t *poffPath, PRTVFS??? phVfs?, ???* p???);
269 * @param pvThis The implementation specific file data.
271 DECLCALLBACKMEMBER(int, pfnClose)(void *pvThis);
[all...]
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp60 static DECLCALLBACK(int) rtVfsStdFile_Close(void *pvThis) argument
62 PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
78 static DECLCALLBACK(int) rtVfsStdFile_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
80 PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
132 static DECLCALLBACK(int) rtVfsStdFile_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
134 PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
188 static DECLCALLBACK(int) rtVfsStdFile_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
190 PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
242 static DECLCALLBACK(int) rtVfsStdFile_Flush(void *pvThis) argument
244 PRTVFSSTDFILE pThis = (PRTVFSSTDFILE)pvThis;
252 rtVfsStdFile_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
282 rtVfsStdFile_Tell(void *pvThis, PRTFOFF poffActual) argument
296 rtVfsStdFile_Skip(void *pvThis, RTFOFF cb) argument
307 rtVfsStdFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask) argument
333 rtVfsStdFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime) argument
344 rtVfsStdFile_SetOwner(void *pvThis, RTUID uid, RTGID gid) argument
359 rtVfsStdFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual) argument
373 rtVfsStdFile_QuerySize(void *pvThis, uint64_t *pcbFile) argument
[all...]
H A Dvfsmemory.cpp120 static DECLCALLBACK(int) rtVfsMemFile_Close(void *pvThis) argument
122 PRTVFSMEMFILE pThis = (PRTVFSMEMFILE)pvThis;
144 static DECLCALLBACK(int) rtVfsMemFile_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
146 PRTVFSMEMFILE pThis = (PRTVFSMEMFILE)pvThis;
250 static DECLCALLBACK(int) rtVfsMemFile_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
252 PRTVFSMEMFILE pThis = (PRTVFSMEMFILE)pvThis;
445 static DECLCALLBACK(int) rtVfsMemFile_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
447 PRTVFSMEMFILE pThis = (PRTVFSMEMFILE)pvThis;
547 static DECLCALLBACK(int) rtVfsMemFile_Flush(void *pvThis)
549 NOREF(pvThis);
[all...]
H A Dvfsbase.cpp165 void *pvThis; member in struct:RTVFSOBJINTERNAL
646 * @param pvThis Pointer to the private data.
648 static int rtVfsObjInitNewObject(RTVFSOBJINTERNAL *pThis, PCRTVFSOBJOPS pObjOps, RTVFS hVfs, RTVFSLOCK hLock, void *pvThis) argument
700 pThis->pvThis = pvThis;
745 *ppvInstance = pThis->pvThis;
839 int rc = pThis->pOps->pfnClose(pThis->pvThis);
1079 int rc = pThis->pOps->pfnQueryInfo(pThis->pvThis, pObjInfo, enmAddAttr);
1363 int rc = pThis->pOps->pfnOpenRoot(pThis->Base.pvThis, &pCurDir);
1398 rc = pCurDir->pOps->pfnTraversalOpen(pCurDir->Base.pvThis, pszEntr
[all...]
/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp95 void *pvThis = NULL; local
104 &hVfs, &pvThis);
107 rc = pFsDesc->pfnInit(pvThis, hVfsFile);
H A Dfilesystemext.cpp286 static DECLCALLBACK(int) rtFsExtInit(void *pvThis, RTVFSFILE hVfsFile) argument
289 PRTFILESYSTEMEXT pThis = (PRTFILESYSTEMEXT)pvThis;
318 static DECLCALLBACK(void) rtFsExtDestroy(void *pvThis) argument
320 PRTFILESYSTEMEXT pThis = (PRTFILESYSTEMEXT)pvThis;
326 static DECLCALLBACK(int) rtFsExtOpenRoot(void *pvThis, PRTVFSDIR phVfsDir) argument
328 NOREF(pvThis);
333 static DECLCALLBACK(int) rtFsExtIsRangeInUse(void *pvThis, RTFOFF off, size_t cb, argument
338 PRTFILESYSTEMEXT pThis = (PRTFILESYSTEMEXT)pvThis;
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp257 static DECLCALLBACK(int) rtManifestPtIos_Close(void *pvThis) argument
259 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)pvThis;
284 static DECLCALLBACK(int) rtManifestPtIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr) argument
286 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)pvThis;
314 static DECLCALLBACK(int) rtManifestPtIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead) argument
316 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)pvThis;
328 static DECLCALLBACK(int) rtManifestPtIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten) argument
330 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)pvThis;
342 static DECLCALLBACK(int) rtManifestPtIos_Flush(void *pvThis) argument
344 PRTMANIFESTPTIOS pThis = (PRTMANIFESTPTIOS)pvThis;
352 rtManifestPtIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents) argument
363 rtManifestPtIos_Tell(void *pvThis, PRTFOFF poffActual) argument
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp717 static void vboxNetFltDarwinIffDetached(void *pvThis, ifnet_t pIfNet)
719 PVBOXNETFLTINS pThis = (PVBOXNETFLTINS)pvThis;
763 static errno_t vboxNetFltDarwinIffIoCtl(void *pvThis, ifnet_t pIfNet, protocol_family_t eProtocol, u_long uCmd, void *pvArg)
765 PVBOXNETFLTINS pThis = (PVBOXNETFLTINS)pvThis;
792 static void vboxNetFltDarwinIffEvent(void *pvThis, ifnet_t pIfNet, protocol_family_t eProtocol, const struct kev_msg *pEvMsg)
794 PVBOXNETFLTINS pThis = (PVBOXNETFLTINS)pvThis;
942 static errno_t vboxNetFltDarwinIffOutput(void *pvThis, ifnet_t pIfNet, protocol_family_t eProtocol, mbuf_t *ppMBuf)
948 return vboxNetFltDarwinIffInputOutputWorker((PVBOXNETFLTINS)pvThis, *ppMBuf, NULL, INTNETTRUNKDIR_HOST, eProtocol);
957 static errno_t vboxNetFltDarwinIffInput(void *pvThis, ifnet_t pIfNet, protocol_family_t eProtocol, mbuf_t *ppMBuf, char **ppchFrame)
961 return vboxNetFltDarwinIffInputOutputWorker((PVBOXNETFLTINS)pvThis, *ppMBu
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp465 * @param pvThis Pointer to the grant service instance data.
467 static DECLCALLBACK(int) supSvcGrantThread(RTTHREAD hThread, void *pvThis) argument
469 PSUPSVCGRANT pThis = (PSUPSVCGRANT)pvThis;
/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp442 static DECLCALLBACK(void) sb16TimerIRQ(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvThis) argument
444 PSB16STATE pThis = (PSB16STATE)pvThis;

Completed in 83 milliseconds