Searched refs:cbMapFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp693 size_t cbMapFile = GetFileSizeByFd(fdMap); local
694 if (cbMapFile >= sizeof(prmap_t))
696 prmap_t *pMap = (prmap_t*)GetMemoryChunk(pSolCore, cbMapFile);
699 rc = ReadFileNoIntr(fdMap, pMap, cbMapFile);
702 pSolProc->cMappings = cbMapFile / sizeof(prmap_t);
778 CORELOGRELSYS((CORELOG_NAME "ProcReadMappings: FileReadNoIntr failed. rc=%Rrc cbMapFile=%u\n", rc,
779 cbMapFile));
784 CORELOGRELSYS((CORELOG_NAME "ProcReadMappings: GetMemoryChunk failed. cbMapFile=%u\n", cbMapFile));

Completed in 45 milliseconds