Home
last modified time | relevance | path

Searched refs:DriverUnload (Results 1 – 25 of 99) sorted by relevance

1234

/reactos/drivers/serial/serial/
H A Dserial.c12 static DRIVER_UNLOAD DriverUnload; variable
16 DriverUnload(IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
31 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/drivers/serial/serenum/
H A Dserenum.c16 static DRIVER_UNLOAD DriverUnload; variable
31 DriverUnload(IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
63 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/modules/rostests/win32/DriverLoading/Driver/
H A Ddriver.c4 DriverUnload(PDRIVER_OBJECT pDriverObject) in DriverUnload() function
13 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/drivers/input/sermouse/
H A Dsermouse.c13 static DRIVER_UNLOAD DriverUnload; variable
18 DriverUnload(IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
119 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/drivers/parallel/parport/
H A Dparport.c9 static DRIVER_UNLOAD DriverUnload; variable
23 DriverUnload(IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
129 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/modules/rosapps/drivers/green/
H A Dgreen.c15 DriverUnload(IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
61 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/km/
H A Dmxdriverobjectkm.h47 return m_DriverObject->DriverUnload; in GetDriverUnload()
56 m_DriverObject->DriverUnload = Value; in SetDriverUnload()
/reactos/sdk/lib/drivers/wdf/shared/primitives/um/
H A Dmxdriverobjectum.cpp39 m_DriverObject->DriverUnload; in GetDriverUnload()
48 m_DriverObject->DriverUnload = Value; in SetDriverUnload()
/reactos/modules/rostests/kmtests/kmtest_drv/
H A Dkmtest_standalone.c37 static DRIVER_UNLOAD DriverUnload; variable
144 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
178 DriverUnload( in DriverUnload() function
H A Dkmtest_drv.c41 static DRIVER_UNLOAD DriverUnload; variable
109 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
141 DriverUnload( in DriverUnload() function
/reactos/sdk/lib/drivers/wdf/kmdf/src/dynamic/version/
H A Dversion.cpp93 DRIVER_UNLOAD DriverUnload;
342 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
394 DriverUnload( in DriverUnload() function
/reactos/modules/rostests/kmtests/fltmgr/fltmgr_register/
H A Dfltmgr_register.c28 #define RESET_UNLOAD(DO) DO->DriverUnload = NULL;
134 DriverObject->DriverUnload = (PDRIVER_UNLOAD)0x1234FFFF; in TestFltRegisterFilter()
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/
H A Dumdfstub.h51 DriverUnload(
/reactos/drivers/filters/fltmgr/
H A DFilter.c284 Filter->OldDriverUnload = (PFLT_FILTER_UNLOAD_CALLBACK)DriverObject->DriverUnload; in FltRegisterFilter()
289 DriverObject->DriverUnload = (PDRIVER_UNLOAD)FltpMiniFilterDriverUnload; in FltRegisterFilter()
293 DriverObject->DriverUnload = (PDRIVER_UNLOAD)NULL; in FltRegisterFilter()
/reactos/drivers/filesystems/ext2/src/
H A Dinit.c43 #pragma alloc_text(PAGE, DriverUnload)
65 DriverUnload (IN PDRIVER_OBJECT DriverObject) in DriverUnload() function
637 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
639 DriverObject->DriverUnload = NULL; in DriverEntry()
/reactos/drivers/processor/processr/
H A Dprocessr.c62 DriverObject->DriverUnload = ProcessorUnload; in DriverEntry()
/reactos/drivers/filesystems/msfs/
H A Dmsfs.c53 DriverObject->DriverUnload = NULL; in DriverEntry()
/reactos/drivers/network/ndis/ndis/
H A Dmain.c63 DriverObject->DriverUnload = MainUnload; in DriverEntry()
/reactos/drivers/base/condrv/
H A Dcondrv.c43 DriverObject->DriverUnload = ConDrvUnload; in DriverEntry()
/reactos/drivers/sac/driver/
H A Dinit.c61 DriverObject->DriverUnload = UnloadHandler; in DriverEntry()
/reactos/drivers/multimedia/audio/sound/
H A Dsound.c100 DriverObject->DriverUnload = NULL;
/reactos/drivers/hid/hidclass/
H A Dprecomp.h19 PDRIVER_UNLOAD DriverUnload; member
/reactos/drivers/wdm/audio/filters/kmixer/
H A Dkmixer.c116 DriverObject->DriverUnload = KMix_Unload; in DriverEntry()
/reactos/drivers/network/ndisuio/
H A Dmain.c42 DriverObject->DriverUnload = NduUnload; in DriverEntry()
/reactos/drivers/parallel/parallel/
H A Dparallel.c154 DriverObject->DriverUnload = NULL; in DriverEntry()

1234