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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk_old.c149 pClass( char *s, char *t ) function
151 pClass( s, t )
238 { "-class", 1, pClass, "Name of a grammar class defined in grammar (if C++)"},
H A Dgenmk.c263 pClass( char *s, char *t ) function
265 pClass( s, t )
347 { "-class", 1, pClass, "Name of a grammar class defined in grammar (if C++)"},
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp270 static void rtLockValidatorClassDestroy(RTLOCKVALCLASSINT *pClass);
423 * @param pClass The class to complain about.
428 static void rtLockValComplainAboutClass(const char *pszPrefix, RTLOCKVALCLASSINT *pClass, uint32_t uSubClass, bool fVerbose) argument
453 if (!VALID_PTR(pClass))
455 RTAssertMsg2AddWeak("%sbad class=%p sub-class=%s\n", pszPrefix, pClass, pszSubClass);
458 if (pClass->u32Magic != RTLOCKVALCLASS_MAGIC)
460 RTAssertMsg2AddWeak("%sbad class=%p magic=%#x sub-class=%s\n", pszPrefix, pClass, pClass->u32Magic, pszSubClass);
466 pClass,
467 pClass
537 rtLockValComplainGetClassName(RTLOCKVALCLASSINT *pClass) argument
1138 RTLOCKVALCLASSINT *pClass; local
1158 rtLockValidatorClassRetain(RTLOCKVALCLASSINT *pClass) argument
1192 rtLockValidatorClassRelease(RTLOCKVALCLASSINT *pClass) argument
1208 rtLockValidatorClassDestroy(RTLOCKVALCLASSINT *pClass) argument
1244 RTLOCKVALCLASSINT *pClass = (RTLOCKVALCLASSINT *)RTAvllU32Get(&g_LockValClassTree, uSrcPosHash); local
1295 RTLOCKVALCLASSINT *pClass = hClass; local
1304 RTLOCKVALCLASSINT *pClass = hClass; local
1321 rtLockValidatorClassIsPriorClassByLinearSearch(RTLOCKVALCLASSINT *pClass, RTLOCKVALCLASSINT *pPriorClass) argument
1359 rtLockValidatorClassIsPriorClass(RTLOCKVALCLASSINT *pClass, RTLOCKVALCLASSINT *pPriorClass) argument
1391 rtLockValidatorClassAddPriorClass(RTLOCKVALCLASSINT *pClass, RTLOCKVALCLASSINT *pPriorClass, bool fAutodidacticism, PCRTLOCKVALSRCPOS pSrcPos) argument
1471 RTLOCKVALCLASSINT *pClass = hClass; local
1485 RTLOCKVALCLASSINT *pClass = hClass; local
2210 rtLockValidatorStackCheckLockingOrder2(RTLOCKVALCLASSINT * const pClass, uint32_t const uSubClass, PRTTHREADINT pThreadSelf, PRTLOCKVALRECUNION const pRec, PCRTLOCKVALSRCPOS const pSrcPos, RTLOCKVALCLASSINT * const pFirstBadClass, PRTLOCKVALRECUNION const pFirstBadRec, PRTLOCKVALRECUNION const pFirstBadDown) argument
2364 rtLockValidatorStackCheckLockingOrder(RTLOCKVALCLASSINT * const pClass, uint32_t const uSubClass, PRTTHREADINT pThreadSelf, PRTLOCKVALRECUNION const pRec, PCRTLOCKVALSRCPOS pSrcPos) argument
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp1257 static HRESULT netIfExecMethod(IWbemServices * pSvc, IWbemClassObject *pClass, BSTR ObjPath, argument
1268 hr = pClass->GetMethod(MethodName, 0, pInParamsDefinition.asOutParam(), NULL);
1388 ComPtr<IWbemClassObject> pClass; local
1393 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
1400 hr = netIfExecMethod(pSvc, pClass, ObjPath, bstr_t(L"EnableStatic"), argNames, args, 2, pOutParams.asOutParam());
1475 ComPtr<IWbemClassObject> pClass; local
1480 hr = pSvc->GetObject(ClassName, 0, NULL, pClass.asOutParam(), NULL);
1487 hr = netIfExecMethod(pSvc, pClass, ObjPath, bstr_t(L"SetGateways"), argNames, args, 1, pOutParams.asOutParam());
1545 ComPtr<IWbemClassObject> pClass; local
1550 hr = pSvc->GetObject(ClassName, 0, NULL, pClass
1588 ComPtr<IWbemClassObject> pClass; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...

Completed in 96 milliseconds