Lines Matching refs:nRegion
3732 int nRegion; /* Size of array apRegion */ member
3852 for(i=0; i<p->nRegion; i++){
4240 assert( szRegion==pShmNode->szRegion || pShmNode->nRegion==0 );
4242 if( pShmNode->nRegion<=iRegion ){
4291 while( pShmNode->nRegion<=iRegion ){
4309 osGetCurrentProcessId(), pShmNode->nRegion, nByte,
4312 int iOffset = pShmNode->nRegion*szRegion;
4324 osGetCurrentProcessId(), pShmNode->nRegion, iOffset,
4335 pShmNode->aRegion[pShmNode->nRegion].pMap = pMap;
4336 pShmNode->aRegion[pShmNode->nRegion].hMap = hMap;
4337 pShmNode->nRegion++;
4342 if( pShmNode->nRegion>iRegion ){