|
ReactOS 0.4.17-dev-806-gffa4164
|
#include <arbiter.h>

Public Attributes | |
| UINT64 | Minimum |
| UINT64 | Maximum |
| UINT64 | Length |
| UINT64 | Alignment |
| INT32 | Priority |
| UINT32 | Flags |
| PIO_RESOURCE_DESCRIPTOR | Descriptor |
| UINT32 | Reserved [3] |
| UINT64 _ARBITER_ALTERNATIVE::Alignment |
Definition at line 70 of file arbiter.h.
Referenced by ArbiterLibFindSuitableRange(), ArbiterLibGetNextAllocationRange(), and ArbpBootAllocation().
| PIO_RESOURCE_DESCRIPTOR _ARBITER_ALTERNATIVE::Descriptor |
Definition at line 77 of file arbiter.h.
Referenced by ArbiterLibAllocateEntry(), ArbpBootAllocation(), IopArbPortAddAllocation(), and IopArbPortBacktrackAllocation().
| UINT32 _ARBITER_ALTERNATIVE::Flags |
Definition at line 76 of file arbiter.h.
Referenced by ArbiterLibAllocateEntry(), ArbiterLibFindSuitableRange(), ArbpBootAllocation(), and IopArbPortAddAllocation().
| UINT64 _ARBITER_ALTERNATIVE::Length |
Definition at line 69 of file arbiter.h.
Referenced by ArbiterLibAllocateEntry(), ArbiterLibFindSuitableRange(), ArbiterLibGetNextAllocationRange(), ArbpBootAllocation(), and ArbpReuseOwnedInterrupt().
| UINT64 _ARBITER_ALTERNATIVE::Maximum |
Definition at line 67 of file arbiter.h.
Referenced by ArbiterLibGetNextAllocationRange(), ArbpBootAllocation(), and ArbpQueryConflict().
| UINT64 _ARBITER_ALTERNATIVE::Minimum |
Definition at line 66 of file arbiter.h.
Referenced by ArbiterLibGetNextAllocationRange(), ArbpBootAllocation(), and ArbpQueryConflict().
| INT32 _ARBITER_ALTERNATIVE::Priority |
Definition at line 75 of file arbiter.h.
Referenced by ArbiterLibGetNextAllocationRange().