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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp751 SUPR3DECL(int) SUPR3CallR0Service(const char *pszService, size_t cchService, uint32_t uOperation, uint64_t u64Arg, PSUPR0SERVICEREQHDR pReqHdr) argument
754 Assert(strlen(pszService) == cchService);
771 memcpy(Req.u.In.szName, pszService, cchService);
792 memcpy(pReq->u.In.szName, pszService, cchService);

Completed in 38 milliseconds