|
ReactOS 0.4.17-dev-650-gd0e71de
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | ARBITER_ORDERING_GRANULARITY 16 |
| #define | ARBITER_ORDERING_LIMIT 1024 |
| #define | ARBP_POLICY_ROOT L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Arbiters\\" |
| #define | ARBP_LONGEST_SUBKEY L"ReservedResources" |
Typedefs | |
| typedef VOID(NTAPI * | PARB_RANGE_CALLBACK) (_In_ PARBITER_INSTANCE Arbiter, _In_opt_ PVOID Context, _In_ ULONGLONG Start, _In_ ULONGLONG End) |
| #define ARBITER_ORDERING_GRANULARITY 16 |
Definition at line 17 of file ordering.c.
| #define ARBITER_ORDERING_LIMIT 1024 |
Definition at line 18 of file ordering.c.
| #define ARBP_LONGEST_SUBKEY L"ReservedResources" |
Definition at line 21 of file ordering.c.
| #define ARBP_POLICY_ROOT L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Arbiters\\" |
Definition at line 20 of file ordering.c.
| #define NDEBUG |
Definition at line 14 of file ordering.c.
| typedef VOID(NTAPI * PARB_RANGE_CALLBACK) (_In_ PARBITER_INSTANCE Arbiter, _In_opt_ PVOID Context, _In_ ULONGLONG Start, _In_ ULONGLONG End) |
Definition at line 123 of file ordering.c.
| NTSTATUS NTAPI ArbiterLibAddOrdering | ( | _Inout_ PARBITER_ORDERING_LIST | OrderingList, |
| _In_ UINT64 | Start, | ||
| _In_ UINT64 | End | ||
| ) |
Definition at line 70 of file ordering.c.
Referenced by ArbiterLibDefaultAssignmentOrdering(), and ArbpAddOrderingCallback().
| NTSTATUS NTAPI ArbiterLibDefaultAssignmentOrdering | ( | _Inout_ PARBITER_INSTANCE | Arbiter, |
| _In_ PCWSTR | AllocationOrderName, | ||
| _In_ PCWSTR | ReservedResourcesName, | ||
| _In_opt_ PARB_TRANSLATE_ORDERING | TranslateOrderingFunction | ||
| ) |
Definition at line 328 of file ordering.c.
Referenced by ArbiterLibInitializeInstance(), and ario_ApplyBrokenVideoHack().
| VOID NTAPI ArbiterLibFreeOrderingList | ( | _Inout_ PARBITER_ORDERING_LIST | OrderingList | ) |
Definition at line 52 of file ordering.c.
Referenced by ArbiterLibDefaultAssignmentOrdering(), ArbiterLibDeleteInstance(), and ario_ApplyBrokenVideoHack().
|
static |
Definition at line 305 of file ordering.c.
Referenced by ArbiterLibDefaultAssignmentOrdering().
|
static |
Definition at line 29 of file ordering.c.
Referenced by ArbiterLibDefaultAssignmentOrdering().
|
static |
Definition at line 209 of file ordering.c.
Referenced by ArbpForEachRegistryRange().
|
static |
Definition at line 230 of file ordering.c.
Referenced by ArbiterLibDefaultAssignmentOrdering().
Definition at line 134 of file ordering.c.
Referenced by ArbpForEachRegistryRange().
|
static |
Definition at line 161 of file ordering.c.
Referenced by ArbpForEachRegistryRange().