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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2164 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2702 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2608 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2663 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2911 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3102 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3374 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5066 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachine_vtbl
5790 nsresult (*SetCPUCount)(IMachine *pThis, PRUint32 CPUCount); member in struct:IMachineVtbl
6519 #define IMachine_put_CPUCount(p, aCPUCount) ((p)->lpVtbl->SetCPUCount(p, aCPUCount))
6520 #define IMachine_SetCPUCount(p, aCPUCount) ((p)->lpVtbl->SetCPUCount(p, aCPUCount))

Completed in 266 milliseconds