reactos/ntoskrnl/io/pnpmgr
Victor Perevertkin 6f0e37b042
[NTOS:PNP][NTOS:IO] Do not create a device object + node on every driver load
- Remove the usage of IopCreateDeviceNode and change it to
  PipAllocateDeviceNode where required
2021-01-04 16:50:32 +03:00
..
arbs.c
devaction.c [NTOS:PNP][NTOS:IO] Do not create a device object + node on every driver load 2021-01-04 16:50:32 +03:00
devnode.c [NTOS:PNP][NTOS:IO] Do not create a device object + node on every driver load 2021-01-04 16:50:32 +03:00
plugplay.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
pnpdma.c
pnpinit.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
pnpmgr.c [NTOS:PNP] Check if APCs are enabled before waiting inside IopSynchronousCall 2020-12-05 22:25:39 +03:00
pnpnotify.c [NTOS:PNP] Improve and refactor PnP notifications 2020-12-05 22:25:40 +03:00
pnpreport.c [NTOS:PNP][NTOS:IO] Do not create a device object + node on every driver load 2021-01-04 16:50:32 +03:00
pnpres.c [NTOS:IO] Do not translate resources of type CmResourceTypeDevicePrivate 2020-11-15 18:38:37 +01:00
pnproot.c
pnputil.c