Searched refs:DeviceRegistryPath (Results 1 – 3 of 3) sorted by relevance
604 OUT PUNICODE_STRING DeviceRegistryPath) in IntCreateRegistryPath() argument680 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 …]
362 OUT PUNICODE_STRING DeviceRegistryPath);
37 IN PUNICODE_STRING DeviceRegistryPath);257 ConfigureSoundBlasterDevice(IN PUNICODE_STRING DeviceRegistryPath) in ConfigureSoundBlasterDevice() argument263 DPRINT("Configuring Sound Blaster (config at %S)\n", DeviceRegistryPath->Buffer); in ConfigureSoundBlasterDevice()265 if ( ! DeviceRegistryPath ) in ConfigureSoundBlasterDevice()272 DeviceRegistryPath, in ConfigureSoundBlasterDevice()