Home
last modified time | relevance | path

Searched refs:PLUGPLAY_REGKEY_DEVICE (Results 1 – 20 of 20) sorted by relevance

/reactos/drivers/ksfilter/ks/
H A Dimage.c215 …Status = IoOpenDeviceRegistryKey(PhysicalDeviceObject, PLUGPLAY_REGKEY_DEVICE, GENERIC_READ, &hKey… in KsMapModuleName()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dregistry.cpp321 RegistryKeyType = PLUGPLAY_REGKEY_CURRENT_HWPROFILE | PLUGPLAY_REGKEY_DEVICE; in PcNewRegistryKey()
/reactos/drivers/usb/usbd/
H A Dusbd.c633 PLUGPLAY_REGKEY_DEVICE, STANDARD_RIGHTS_ALL, &DevInstRegKey); in USBD_GetPdoRegistryParameter()
/reactos/drivers/bus/pcix/
H A Dfdo.c625 PLUGPLAY_REGKEY_DEVICE, in PciAddDevice()
/reactos/drivers/storage/class/disk/
H A Dpnp.c102 PLUGPLAY_REGKEY_DEVICE, in DiskAddDevice()
/reactos/sdk/lib/drivers/wdf/shared/core/um/
H A Dfxdeviceum.cpp1040 else if (DevInstKeyType & PLUGPLAY_REGKEY_DEVICE) in _OpenDeviceRegistryKey()
1528 PLUGPLAY_REGKEY_DEVICE, in OpenSettingsKey()
/reactos/win32ss/drivers/videoprt/
H A Dregistry.c436 PLUGPLAY_REGKEY_DEVICE, in IntCreateNewRegistryPath()
/reactos/sdk/lib/drivers/wdf/shared/core/km/
H A Dfxdevicekm.cpp839 PLUGPLAY_REGKEY_DEVICE, in OpenSettingsKey()
/reactos/drivers/acpi/cmbatt/
H A Dcmbpnp.c617 PLUGPLAY_REGKEY_DEVICE, in CmBattCreateFdo()
/reactos/drivers/usb/usbport/
H A Dusbport.c272 PLUGPLAY_REGKEY_DEVICE, in USBPORT_SetRegistryKeyValue()
327 PLUGPLAY_REGKEY_DEVICE, in USBPORT_GetRegistryKeyValueFullInfo()
/reactos/drivers/storage/class/cdrom/
H A Dcommon.c180 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
337 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
H A Dinit.c1151 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
H A Dautorun.c1960 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c1643 if ((DevInstKeyType & (PLUGPLAY_REGKEY_DEVICE | PLUGPLAY_REGKEY_DRIVER)) == 0) in IoOpenDeviceRegistryKey()
/reactos/drivers/usb/usbhub/
H A Dpnp.c2031 PLUGPLAY_REGKEY_DEVICE); in USBH_SymbolicLink()
H A Dusbhub.c163 PLUGPLAY_REGKEY_DEVICE, in USBH_WriteFailReasonID()
/reactos/drivers/storage/class/classpnp/
H A Dautorun.c2583 PLUGPLAY_REGKEY_DEVICE, in ClasspMediaChangeDeviceInstanceOverride()
H A Dutils.c94 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
249 PLUGPLAY_REGKEY_DEVICE, in _IRQL_requires_max_()
H A Dclass.c12674 PLUGPLAY_REGKEY_DEVICE,
/reactos/sdk/include/xdk/
H A Diofuncs.h2786 #define PLUGPLAY_REGKEY_DEVICE 1 macro