Searched defs:cbInfoHdrAndData (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp819 size_t cbInfoHdrAndData; local
821 int rc = ProcReadFileInto(pSolCore, "lpsinfo", &pvInfoHdr, &cbInfoHdrAndData);
840 CORELOG((CORELOG_NAME "ProcReadThreads: read info(%u) status(%u), threads:cInfo=%u cStatus=%u\n", cbInfoHdrAndData,
847 && (cbInfoHdrAndData - sizeof(prheader_t)) % pInfoHdr->pr_entsize == 0)
947 CORELOGRELSYS((CORELOG_NAME "ProcReadThreads: huh!? cbInfoHdrAndData=%u entsize=%u\n", cbInfoHdrAndData,
1223 size_t cbInfoHdrAndData = GetFileSizeByFd(fd); local
1224 void *pvInfoHdr = mmap(NULL, cbInfoHdrAndData, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON,
1228 rc = ReadFileNoIntr(fd, pvInfoHdr, cbInfoHdrAndData);
1242 munmap(pvInfoHdr, cbInfoHdrAndData);
[all...]

Completed in 47 milliseconds