Home
last modified time | relevance | path

Searched refs:DeviceRegistryPath (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/drivers/videoprt/
H A Dregistry.c604 OUT PUNICODE_STRING DeviceRegistryPath) in IntCreateRegistryPath() argument
680 DeviceRegistryPath->Buffer = ExAllocatePoolWithTag(PagedPool, in IntCreateRegistryPath()
683 if (DeviceRegistryPath->Buffer != NULL) in IntCreateRegistryPath()
686 wcsncpy(DeviceRegistryPath->Buffer, in IntCreateRegistryPath()
690 RtlAppendUnicodeToString(DeviceRegistryPath, Insert1); in IntCreateRegistryPath()
692 RtlAppendUnicodeToString(DeviceRegistryPath, Insert2); in IntCreateRegistryPath()
715 DeviceRegistryPath->Buffer = ExAllocatePoolWithTag(NonPagedPool, in IntCreateRegistryPath()
719 if (!DeviceRegistryPath->Buffer) in IntCreateRegistryPath()
722 RtlCopyUnicodeString(DeviceRegistryPath, DriverRegistryPath); in IntCreateRegistryPath()
723 RtlAppendUnicodeToString(DeviceRegistryPath, Insert2); in IntCreateRegistryPath()
[all …]
H A Dvideoprt.h362 OUT PUNICODE_STRING DeviceRegistryPath);
/reactos/drivers/multimedia/audio/sndblst_sys/
H A Dsndblst.c37 IN PUNICODE_STRING DeviceRegistryPath);
257 ConfigureSoundBlasterDevice(IN PUNICODE_STRING DeviceRegistryPath) in ConfigureSoundBlasterDevice() argument
263 DPRINT("Configuring Sound Blaster (config at %S)\n", DeviceRegistryPath->Buffer); in ConfigureSoundBlasterDevice()
265 if ( ! DeviceRegistryPath ) in ConfigureSoundBlasterDevice()
272 DeviceRegistryPath, in ConfigureSoundBlasterDevice()