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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp360 static VOID MouGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath,
363 static VOID KbdGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath,
366 static VOID HwGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath,
1707 static VOID KbdGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, argument
1710 PDEVEXT pDevExt = &pInit->DevExt;
1719 KbdCallOut, pInit);
1723 HwGetRegstry(pInit, RegistryPath, KeyboardDeviceName, PointerDeviceName);
1725 PI8042CFGINF pCfg = &pInit->DevExt.Cfg;
1748 static VOID MouGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, argument
1751 PDEVEXT pDevExt = &pInit
1807 PINITEXT pInit = (PINITEXT)ExAllocatePool(NonPagedPool, sizeof(INITEXT)); local
2675 HwGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, PUNICODE_STRING KeyboardDeviceName, PUNICODE_STRING PointerDeviceName) argument
2936 PINITEXT pInit = (PINITEXT)pCtx; local
3090 PINITEXT pInit = (PINITEXT)pCtx; local
[all...]

Completed in 52 milliseconds