reactos/ntoskrnl/io/pnpmgr
George Bișoc 0972f71d9a
[NTOS:PNP] Assert the presence of a device extension when handling PnP root power IRPs
Handling PnP root driver power IRPs requires that a device object must come up
with a device extension to determine whether it is a function driver and if so,
handle the IRP accordingly.

CORE-18989
2023-06-18 20:44:13 +02:00
..
arbiters.c [SDK:DDK][NTOS:PNP] Implement PnP arbiters initialization 2022-01-10 06:35:45 +03:00
devaction.c [NTOS:PNP] Misc IoInvalidateDeviceState fixes 2022-05-24 05:04:11 +03:00
devnode.c
plugplay.c [NTOS:PNP] Fix bug causing all devices be considered as already existing 2023-06-11 13:13:11 +03:00
pnpdma.c
pnpinit.c
pnpirp.c [NTOS:PNP] Misc IoInvalidateDeviceState fixes 2022-05-24 05:04:11 +03:00
pnpmap.c [NTOS:PNP] Assign correct PnP IDs to the devices detected by bootloader 2023-06-11 16:19:02 +03:00
pnpmgr.c [NTOS:PNP] Move Firmware Mapper functions into new file 2023-05-08 16:07:01 +02:00
pnpnotify.c
pnpreport.c
pnpres.c
pnproot.c [NTOS:PNP] Assert the presence of a device extension when handling PnP root power IRPs 2023-06-18 20:44:13 +02:00
pnputil.c