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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c200 RTR0DECL(int) RTR0DbgKrnlInfoQueryMember(RTDBGKRNLINFO hKrnlInfo, const char *pszStructure, argument
207 AssertPtrReturn(pszStructure, VERR_INVALID_PARAMETER);
213 ctf_id_t TypeIdent = ctf_lookup_by_name(pThis->pGenUnixCTF, pszStructure);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp1093 RTR0DECL(int) RTR0DbgKrnlInfoQueryMember(RTDBGKRNLINFO hKrnlInfo, const char *pszStructure, argument
1100 AssertPtrReturn(pszStructure, VERR_INVALID_PARAMETER);

Completed in 44 milliseconds