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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp596 size_t cbAuxFile = GetFileSizeByFd(fd); local
597 if (cbAuxFile >= sizeof(auxv_t))
599 pSolProc->pAuxVecs = (auxv_t*)GetMemoryChunk(pSolCore, cbAuxFile + sizeof(auxv_t));
602 rc = ReadFileNoIntr(fd, pSolProc->pAuxVecs, cbAuxFile);
606 pSolProc->cAuxVecs = cbAuxFile / sizeof(auxv_t);
607 CORELOG((CORELOG_NAME "ProcReadAuxVecs: cbAuxFile=%u auxv_t size %d cAuxVecs=%u\n", cbAuxFile, sizeof(auxv_t),
621 CORELOGRELSYS((CORELOG_NAME "ProcReadAuxVecs: ReadFileNoIntr failed. rc=%Rrc cbAuxFile=%u\n", rc, cbAuxFile));
628 CORELOGRELSYS((CORELOG_NAME "ProcReadAuxVecs: no memory for %u bytes\n", cbAuxFile
[all...]

Completed in 60 milliseconds