Home
last modified time | relevance | path

Searched refs:DeviceInstanceName (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/wdm/audio/sysaudio/
H A Ddispatcher.c136 UNICODE_STRING DeviceInstanceName = RTL_CONSTANT_STRING(L"\\Device\\kmixer\\GLOBAL"); in SysAudioOpenKMixer() local
143 …Status = OpenDevice(&DeviceInstanceName, &DeviceExtension->KMixerHandle, &DeviceExtension->KMixerF… in SysAudioOpenKMixer()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c1391 PWCHAR ValueName = NULL, EnumeratorNameEnd, DeviceInstanceName; in IoGetDeviceProperty() local
1440 DeviceInstanceName = DeviceNode->InstancePath.Buffer; in IoGetDeviceProperty()
1444 ASSERT(DeviceInstanceName != NULL); in IoGetDeviceProperty()
1447 EnumeratorNameEnd = wcschr(DeviceInstanceName, OBJ_NAME_PATH_SEPARATOR); in IoGetDeviceProperty()
1454 PIP_RETURN_DATA((ULONG)(EnumeratorNameEnd - DeviceInstanceName) * sizeof(WCHAR), in IoGetDeviceProperty()
1455 DeviceInstanceName); in IoGetDeviceProperty()