Lines Matching refs:osMmap
40743 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent) macro
45403 pMem = osMmap(0, nMap, in unixShmMap()
45822 pNew = osMmap(pReq, nNew-nReuse, flags, MAP_SHARED, h, nReuse); in unixRemapfile()
45841 pNew = osMmap(0, nNew, flags, MAP_SHARED, h, 0); in unixRemapfile()