Lines Matching refs:pUtopiaModule
28 void* pUtopiaModule = NULL; in VBIRegisterToUtopia() local
33 UtopiaModuleCreate(MODULE_VBI, 8, &pUtopiaModule); in VBIRegisterToUtopia()
34 UtopiaModuleRegister(pUtopiaModule); in VBIRegisterToUtopia()
35 …UtopiaModuleSetupFunctionPtr(pUtopiaModule, (FUtopiaOpen)VBIOpen, (FUtopiaClose)VBIClose, (FUtopia… in VBIRegisterToUtopia()
40 UtopiaModuleSetupSTRFunctionPtr(pUtopiaModule,(FUtopiaSTR)VBIStr); in VBIRegisterToUtopia()
41 UtopiaModuleSetSTRPrivate(pUtopiaModule, sizeof(VBI_INSTANT_PRIVATE)); in VBIRegisterToUtopia()
46 UtopiaModuleAddResourceStart(pUtopiaModule, VBI_POOL_ID_VBI0); in VBIRegisterToUtopia()
48 UtopiaResourceRegister(pUtopiaModule, psResource, VBI_POOL_ID_VBI0); in VBIRegisterToUtopia()
49 UtopiaModuleAddResourceEnd(pUtopiaModule, VBI_POOL_ID_VBI0); in VBIRegisterToUtopia()
52 UtopiaModuleAddResourceStart(pUtopiaModule, VBI_POOL_ID_VBI1); in VBIRegisterToUtopia()
54 UtopiaResourceRegister(pUtopiaModule, psResource, VBI_POOL_ID_VBI1); in VBIRegisterToUtopia()
55 UtopiaModuleAddResourceEnd(pUtopiaModule, VBI_POOL_ID_VBI1); in VBIRegisterToUtopia()