Searched refs:pMapRegion (Results 1 – 2 of 2) sorted by relevance
2952 if( pFile->pMapRegion ){3049 if( pFile->pMapRegion ){3053 pFile, pFile->pMapRegion));3058 pFile, pFile->pMapRegion));4372 if( pFile->pMapRegion ){4377 pFile->pMapRegion));4381 pFile->pMapRegion = 0;4491 pFd->pMapRegion = pNew;4524 if( pFd->pMapRegion==0 ){4533 assert( pFd->pMapRegion!=0 );[all …]
237 void *pMapRegion; /* Memory mapped region */ member3362 memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], amt); in unixRead()3514 memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, amt); in unixWrite()5122 if( pFd->pMapRegion ){ in unixUnmapfile()5123 osMunmap(pFd->pMapRegion, pFd->mmapSizeActual); in unixUnmapfile()5124 pFd->pMapRegion = 0; in unixUnmapfile()5217 pFd->pMapRegion = (void *)pNew; in unixRemapfile()5239 assert( nMap>0 || (pFd->mmapSize==0 && pFd->pMapRegion==0) ); in unixMapfile()5282 if( pFd->pMapRegion==0 ){ in unixFetch()5287 *pp = &((u8 *)pFd->pMapRegion)[iOff]; in unixFetch()[all …]