Lines Matching refs:pvThis

63 static DECLCALLBACK(int) vdIfVfsIos_Close(void *pvThis)
73 static DECLCALLBACK(int) vdIfVfsIos_QueryInfo(void *pvThis, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAddAttr)
75 NOREF(pvThis);
85 static DECLCALLBACK(int) vdIfVfsIos_Read(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbRead)
87 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
119 static DECLCALLBACK(int) vdIfVfsIos_Write(void *pvThis, RTFOFF off, PCRTSGBUF pSgBuf, bool fBlocking, size_t *pcbWritten)
121 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
148 static DECLCALLBACK(int) vdIfVfsIos_Flush(void *pvThis)
150 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
163 static DECLCALLBACK(int) vdIfVfsIos_PollOne(void *pvThis, uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr,
166 NOREF(pvThis);
182 static DECLCALLBACK(int) vdIfVfsIos_Tell(void *pvThis, PRTFOFF poffActual)
184 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
247 static DECLCALLBACK(int) vdIfVfsFile_SetMode(void *pvThis, RTFMODE fMode, RTFMODE fMask)
249 NOREF(pvThis);
259 static DECLCALLBACK(int) vdIfVfsFile_SetTimes(void *pvThis, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime,
262 NOREF(pvThis);
274 static DECLCALLBACK(int) vdIfVfsFile_SetOwner(void *pvThis, RTUID uid, RTGID gid)
276 NOREF(pvThis);
286 static DECLCALLBACK(int) vdIfVfsFile_Seek(void *pvThis, RTFOFF offSeek, unsigned uMethod, PRTFOFF poffActual)
288 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;
334 static DECLCALLBACK(int) vdIfVfsFile_QuerySize(void *pvThis, uint64_t *pcbFile)
336 PVDIFVFSIOSFILE pThis = (PVDIFVFSIOSFILE)pvThis;