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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c72 * @param ppCTF Where to store the module's CTF handle.
76 static int rtR0DbgKrnlInfoModRetain(char *pszModule, modctl_t **ppMod, ctf_file_t **ppCTF) argument
80 AssertPtrReturn(ppCTF, VERR_INVALID_PARAMETER);
94 *ppCTF = ctf_modopen(((modctl_t *)*ppMod)->mod_mp, &err);
98 if (*ppCTF)

Completed in 46 milliseconds