ReactOS 0.4.15-dev-8614-gbc76250
|
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <ntverp.h>
#include <ntddk.h>
#include <ntstrsafe.h>
#include "fx.hpp"
#include "fxdynamics.h"
Go to the source code of this file.
Macros | |
#define | FX_DYNAMICS_GENERATE_TABLE 1 |
#define | KMDF_DEFAULT_NAME "Wdf01000" |
Typedefs | |
typedef VOID(* | WDFFUNC) (VOID) |
Functions | |
WDFAPI NTSTATUS STDCALL | WdfApiNotImplemented () |
VOID | RosInitWdf () |
void | __cxa_pure_virtual () |
Variables | |
const WDFFUNC * | WdfFunctions_01017 = (WDFFUNC *)(&WdfVersion.Functions) |
WDF_BIND_INFO | WdfBindInfo = {0} |
PWDF_DRIVER_GLOBALS | WdfDriverGlobals |
FxLibraryGlobalsType | FxLibraryGlobals |
PCHAR | WdfLdrType = KMDF_DEFAULT_NAME |
#define FX_DYNAMICS_GENERATE_TABLE 1 |
Definition at line 12 of file reactos_special.cpp.
#define KMDF_DEFAULT_NAME "Wdf01000" |
Definition at line 37 of file reactos_special.cpp.
Definition at line 28 of file reactos_special.cpp.
Definition at line 70 of file reactos_special.cpp.
RosInitWdf | ( | ) |
Definition at line 53 of file reactos_special.cpp.
Definition at line 44 of file reactos_special.cpp.
|
extern |
Definition at line 95 of file globals.cpp.
Referenced by IdleTimeoutManagement::_SystemManagedIdleTimeoutAvailable(), DriverEntry(), FxInterrupt::FilterResourceRequirements(), FX_TRACK_DRIVER(), FxCacheBugCheckDriverInfo(), FxIFR(), FxIFRStart(), FxIFRStop(), FxInitializeBugCheckDriverInfo(), FxIsProcessorGroupSupported(), FxLibraryCleanup(), FxLibraryCommonCommission(), FxLibraryCommonDecommission(), FxLibraryCreateDevice(), FxLibraryDispatch(), FxpBugCheckCallback(), FxPkgPnp::FxPkgPnp(), FxpLibraryBugCheckCallback(), FxPurgeBugCheckDriverInfo(), FxRegisterBugCheckCallback(), FxUninitializeBugCheckDriverInfo(), FxUnregisterBugCheckCallback(), FxVerifierCheckNxPoolType(), FxInterrupt::InitializeWorker(), FxInterrupt::IsSoftDisconnectCapable(), FxPkgPnp::PowerPolicyHandleSystemQueryPower(), _FX_DRIVER_TRACKER_CACHE_AWARE::Register(), ReportDdiFunctionCountMismatch(), RosInitWdf(), FxIoTargetRemote::UnregisterForPnpNotification(), and WDF_LIBRARY_REGISTER_CLIENT().
WDF_BIND_INFO WdfBindInfo = {0} |
Definition at line 33 of file reactos_special.cpp.
Referenced by RosInitWdf().
PWDF_DRIVER_GLOBALS WdfDriverGlobals |
Definition at line 34 of file reactos_special.cpp.
Referenced by _IRQL_requires_max_(), _Outptr_opt_result_bytebuffer_(), _Success_(), _When_(), FxLibraryCommonRegisterClient(), FxLibraryCommonUnregisterClient(), GetIoMgrObjectForWorkItemAllocation(), RosInitWdf(), WDF_LIBRARY_REGISTER_CLIENT(), WDF_LIBRARY_UNREGISTER_CLIENT(), WdfDriverMiniportUnload(), WdfGetDriver(), WdfGetTriageInfo(), WdfInterruptGetDevice(), WdfInterruptQueueDpcForIsr(), WdfInterruptQueueWorkItemForIsr(), WdfInterruptWdmGetInterrupt(), WdfObjectAllocateContext(), WdfObjectContextGetObject(), WdfObjectDereferenceActual(), WdfObjectGetTypedContextWorker(), WdfObjectReferenceActual(), WdfRequestSend(), WdfVerifierDbgBreakPoint(), WdfVerifierKeBugCheck(), and WdfWaitLockAcquire().
Definition at line 30 of file reactos_special.cpp.
PCHAR WdfLdrType = KMDF_DEFAULT_NAME |
Definition at line 39 of file reactos_special.cpp.