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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2163 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2701 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2607 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2662 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2910 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3101 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3373 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5065 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachine_vtbl
5789 nsresult (*GetCPUCount)(IMachine *pThis, PRUint32 *CPUCount); member in struct:IMachineVtbl
6517 #define IMachine_get_CPUCount(p, aCPUCount) ((p)->lpVtbl->GetCPUCount(p, aCPUCount))
6518 #define IMachine_GetCPUCount(p, aCPUCount) ((p)->lpVtbl->GetCPUCount(p, aCPUCount))

Completed in 382 milliseconds