Searched defs:RegistryPath (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/ |
H A D | VBoxMFDriver.cpp | 28 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) argument 30 NOREF(RegistryPath);
|
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/ |
H A D | vbsf.c | 405 IN PUNICODE_STRING RegistryPath) 450 Status = RxDriverEntry(DriverObject, RegistryPath); 404 DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) argument
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/ |
H A D | VBoxNetFltRt-win.cpp | 1688 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath); 1692 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) argument 1731 Status = vboxNetFltWinMpRegister(&g_VBoxNetFltGlobalsWin.Mp, DriverObject, RegistryPath); 1736 Status = vboxNetFltWinPtRegister(&g_VBoxNetFltGlobalsWin.Pt, DriverObject, RegistryPath);
|
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/ |
H A D | VBoxPS2NT.cpp | 360 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, 378 /* */ NTSTATUS DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING RegistryPath); 1707 static VOID KbdGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, argument 1723 HwGetRegstry(pInit, RegistryPath, KeyboardDeviceName, PointerDeviceName); 1748 static VOID MouGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, argument 1768 HwGetRegstry(pInit, RegistryPath, KeyboardDeviceName, PointerDeviceName); 1778 NTSTATUS DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING RegistryPath) argument 1833 registryPath.Buffer = (PWSTR)ExAllocatePool(PagedPool, RegistryPath 2675 HwGetRegstry(PINITEXT pInit, PUNICODE_STRING RegistryPath, PUNICODE_STRING KeyboardDeviceName, PUNICODE_STRING PointerDeviceName) argument [all...] |
Completed in 94 milliseconds