Home
last modified time | relevance | path

Searched hist:a6a3aa0f (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/io/iomgr/
H A Ddriver.cdiff a6a3aa0f Fri Nov 20 15:51:33 GMT 2020 Victor Perevertkin <victor.perevertkin@reactos.org> [NTOS:IO] Refactor IopLoadUnloadDriver

- Split IopLoadUnloadDriver into IopLoadDriver and calling DriverUnload
- Schedule the worker for (un)loading driver in a separate routine
(IopDoLoadUnloadDriver) this allows IopLoadDriver to be called
separately (if we are sure that we're in the system process)
/reactos/ntoskrnl/include/internal/
H A Dio.hdiff a6a3aa0f Fri Nov 20 15:51:33 GMT 2020 Victor Perevertkin <victor.perevertkin@reactos.org> [NTOS:IO] Refactor IopLoadUnloadDriver

- Split IopLoadUnloadDriver into IopLoadDriver and calling DriverUnload
- Schedule the worker for (un)loading driver in a separate routine
(IopDoLoadUnloadDriver) this allows IopLoadDriver to be called
separately (if we are sure that we're in the system process)