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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp193 * @param pSolProc Pointer to the solaris process.
200 static ssize_t ProcReadAddrSpace(PRTSOLCOREPROCESS pSolProc, RTFOFF off, void *pvBuf, size_t cbToRead) argument
204 ssize_t cbRead = pread(pSolProc->fdAs, pvBuf, cbToRead, off);
228 * @param pSolProc Pointer to the solaris process.
232 static inline bool IsProcessArchNative(PRTSOLCOREPROCESS pSolProc) argument
234 return pSolProc->ProcInfo.pr_dmodel == PR_MODEL_NATIVE;
456 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
460 RTStrPrintf(szPath, sizeof(szPath), "/proc/%d/psinfo", (int)pSolProc->Process);
465 rc = ReadFileNoIntr(fd, &pSolProc->ProcInfo, cbProcInfo);
489 PRTSOLCOREPROCESS pSolProc local
524 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
541 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
567 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
584 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
646 GetAuxVal(PRTSOLCOREPROCESS pSolProc, int Type) argument
674 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
812 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
973 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1023 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1084 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1210 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1393 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1474 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1618 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1680 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1722 rtCoreDumperWriteCoreDoIt(PRTSOLCORE pSolCore, PFNRTCOREWRITER pfnWriter, PRTSOLCOREPROCESS pSolProc) argument
1862 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
1937 PRTSOLCOREPROCESS pSolProc = &pSolCore->SolProc; local
[all...]

Completed in 45 milliseconds