Lines Matching refs:TestvfsBuffer
39 typedef struct TestvfsBuffer TestvfsBuffer; typedef
58 TestvfsBuffer *pShm; /* Shared memory buffer */
87 TestvfsBuffer *pBuffer; /* List of shared buffers */
148 struct TestvfsBuffer { struct
153 TestvfsBuffer *pNext; /* Next in linked list of all buffers */ argument
830 TestvfsBuffer *pBuffer; /* Buffer to open connection to */ in tvfsShmOpen()
861 int nByte = sizeof(TestvfsBuffer) + szName + 1; in tvfsShmOpen()
862 pBuffer = (TestvfsBuffer *)ckalloc(nByte); in tvfsShmOpen()
877 static void tvfsAllocPage(TestvfsBuffer *p, int iPage, int pgsz){ in tvfsAllocPage()
1027 TestvfsBuffer *pBuffer = pFd->pShm; in tvfsShmUnmap()
1052 TestvfsBuffer **pp; in tvfsShmUnmap()
1124 TestvfsBuffer *pBuffer; in testvfs_obj_cmd()