Searched refs:PLUGPLAY_REGKEY_DEVICE (Results 1 – 20 of 20) sorted by relevance
/reactos/drivers/ksfilter/ks/ |
H A D | image.c | 215 …Status = IoOpenDeviceRegistryKey(PhysicalDeviceObject, PLUGPLAY_REGKEY_DEVICE, GENERIC_READ, &hKey… in KsMapModuleName()
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | registry.cpp | 321 RegistryKeyType = PLUGPLAY_REGKEY_CURRENT_HWPROFILE | PLUGPLAY_REGKEY_DEVICE; in PcNewRegistryKey()
|
/reactos/drivers/usb/usbd/ |
H A D | usbd.c | 633 PLUGPLAY_REGKEY_DEVICE, STANDARD_RIGHTS_ALL, &DevInstRegKey); in USBD_GetPdoRegistryParameter()
|
/reactos/drivers/bus/pcix/ |
H A D | fdo.c | 625 PLUGPLAY_REGKEY_DEVICE, in PciAddDevice()
|
/reactos/drivers/storage/class/disk/ |
H A D | pnp.c | 102 PLUGPLAY_REGKEY_DEVICE, in DiskAddDevice()
|
/reactos/sdk/lib/drivers/wdf/shared/core/um/ |
H A D | fxdeviceum.cpp | 1040 else if (DevInstKeyType & PLUGPLAY_REGKEY_DEVICE) in _OpenDeviceRegistryKey() 1528 PLUGPLAY_REGKEY_DEVICE, in OpenSettingsKey()
|
/reactos/win32ss/drivers/videoprt/ |
H A D | registry.c | 436 PLUGPLAY_REGKEY_DEVICE, in IntCreateNewRegistryPath()
|
/reactos/sdk/lib/drivers/wdf/shared/core/km/ |
H A D | fxdevicekm.cpp | 839 PLUGPLAY_REGKEY_DEVICE, in OpenSettingsKey()
|
/reactos/drivers/acpi/cmbatt/ |
H A D | cmbpnp.c | 617 PLUGPLAY_REGKEY_DEVICE, in CmBattCreateFdo()
|
/reactos/drivers/usb/usbport/ |
H A D | usbport.c | 272 PLUGPLAY_REGKEY_DEVICE, in USBPORT_SetRegistryKeyValue() 327 PLUGPLAY_REGKEY_DEVICE, in USBPORT_GetRegistryKeyValueFullInfo()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | common.c | 180 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_() 337 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
|
H A D | init.c | 1151 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
|
H A D | autorun.c | 1960 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpmgr.c | 1643 if ((DevInstKeyType & (PLUGPLAY_REGKEY_DEVICE | PLUGPLAY_REGKEY_DRIVER)) == 0) in IoOpenDeviceRegistryKey()
|
/reactos/drivers/usb/usbhub/ |
H A D | pnp.c | 2031 PLUGPLAY_REGKEY_DEVICE); in USBH_SymbolicLink()
|
H A D | usbhub.c | 163 PLUGPLAY_REGKEY_DEVICE, in USBH_WriteFailReasonID()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | autorun.c | 2583 PLUGPLAY_REGKEY_DEVICE, in ClasspMediaChangeDeviceInstanceOverride()
|
H A D | utils.c | 94 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_() 249 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
|
H A D | class.c | 12674 PLUGPLAY_REGKEY_DEVICE,
|
/reactos/sdk/include/xdk/ |
H A D | iofuncs.h | 2786 #define PLUGPLAY_REGKEY_DEVICE 1 macro
|