/reactos/drivers/serial/serial/ |
H A D | serial.c | 12 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 D | serenum.c | 16 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 D | driver.c | 4 DriverUnload(PDRIVER_OBJECT pDriverObject) in DriverUnload() function 13 DriverObject->DriverUnload = DriverUnload; in DriverEntry()
|
/reactos/drivers/input/sermouse/ |
H A D | sermouse.c | 13 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 D | parport.c | 9 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 D | green.c | 15 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 D | mxdriverobjectkm.h | 47 return m_DriverObject->DriverUnload; in GetDriverUnload() 56 m_DriverObject->DriverUnload = Value; in SetDriverUnload()
|
/reactos/sdk/lib/drivers/wdf/shared/primitives/um/ |
H A D | mxdriverobjectum.cpp | 39 m_DriverObject->DriverUnload; in GetDriverUnload() 48 m_DriverObject->DriverUnload = Value; in SetDriverUnload()
|
/reactos/modules/rostests/kmtests/kmtest_drv/ |
H A D | kmtest_standalone.c | 37 static DRIVER_UNLOAD DriverUnload; variable 144 DriverObject->DriverUnload = DriverUnload; in DriverEntry() 178 DriverUnload( in DriverUnload() function
|
H A D | kmtest_drv.c | 41 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 D | version.cpp | 93 DRIVER_UNLOAD DriverUnload; 342 DriverObject->DriverUnload = DriverUnload; in DriverEntry() 394 DriverUnload( in DriverUnload() function
|
/reactos/modules/rostests/kmtests/fltmgr/fltmgr_register/ |
H A D | fltmgr_register.c | 28 #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 D | umdfstub.h | 51 DriverUnload(
|
/reactos/drivers/filters/fltmgr/ |
H A D | Filter.c | 284 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 D | init.c | 43 #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 D | processr.c | 62 DriverObject->DriverUnload = ProcessorUnload; in DriverEntry()
|
/reactos/drivers/filesystems/msfs/ |
H A D | msfs.c | 53 DriverObject->DriverUnload = NULL; in DriverEntry()
|
/reactos/drivers/network/ndis/ndis/ |
H A D | main.c | 63 DriverObject->DriverUnload = MainUnload; in DriverEntry()
|
/reactos/drivers/base/condrv/ |
H A D | condrv.c | 43 DriverObject->DriverUnload = ConDrvUnload; in DriverEntry()
|
/reactos/drivers/sac/driver/ |
H A D | init.c | 61 DriverObject->DriverUnload = UnloadHandler; in DriverEntry()
|
/reactos/drivers/multimedia/audio/sound/ |
H A D | sound.c | 100 DriverObject->DriverUnload = NULL;
|
/reactos/drivers/hid/hidclass/ |
H A D | precomp.h | 19 PDRIVER_UNLOAD DriverUnload; member
|
/reactos/drivers/wdm/audio/filters/kmixer/ |
H A D | kmixer.c | 116 DriverObject->DriverUnload = KMix_Unload; in DriverEntry()
|
/reactos/drivers/network/ndisuio/ |
H A D | main.c | 42 DriverObject->DriverUnload = NduUnload; in DriverEntry()
|
/reactos/drivers/parallel/parallel/ |
H A D | parallel.c | 154 DriverObject->DriverUnload = NULL; in DriverEntry()
|