ReactOS 0.4.15-dev-7958-gcd0bb1a
acefi.h File Reference

Go to the source code of this file.

Macros

#define DEBUGGER_THREADING   DEBUGGER_SINGLE_THREADED
 
#define ACPI_EFI_API
 
#define VOID   void
 
#define ACPI_MACHINE_WIDTH   32
 
#define UINTN   uint32_t
 
#define INTN   int32_t
 
#define ACPI_EFI_ERR(a)   (0x80000000 | a)
 
#define CHAR16   uint16_t
 
#define uefi_call_wrapper(func, va_num, ...)   func(__VA_ARGS__)
 
#define FILE   ACPI_EFI_FILE
 

Typedefs

typedef union acpi_efi_file ACPI_EFI_FILE
 

Variables

struct _ACPI_EFI_SYSTEM_TABLEST
 
struct _ACPI_EFI_BOOT_SERVICESBS
 
struct _ACPI_EFI_RUNTIME_SERVICESRT
 
FILEstdin
 
FILEstdout
 
FILEstderr
 

Macro Definition Documentation

◆ ACPI_EFI_API

#define ACPI_EFI_API

Definition at line 79 of file acefi.h.

◆ ACPI_EFI_ERR

#define ACPI_EFI_ERR (   a)    (0x80000000 | a)

Definition at line 118 of file acefi.h.

◆ ACPI_MACHINE_WIDTH

#define ACPI_MACHINE_WIDTH   32

Definition at line 111 of file acefi.h.

◆ CHAR16

Definition at line 122 of file acefi.h.

◆ DEBUGGER_THREADING

#define DEBUGGER_THREADING   DEBUGGER_SINGLE_THREADED

Definition at line 52 of file acefi.h.

◆ FILE

Definition at line 308 of file acefi.h.

◆ INTN

Definition at line 115 of file acefi.h.

◆ uefi_call_wrapper

#define uefi_call_wrapper (   func,
  va_num,
  ... 
)    func(__VA_ARGS__)

Definition at line 205 of file acefi.h.

◆ UINTN

Definition at line 114 of file acefi.h.

◆ VOID

Definition at line 82 of file acefi.h.

Referenced by FxEnumerationInfo::_Acquires_lock_(), FxDmaScatterGatherTransaction::_AdapterListControl(), _Function_class_(), FxIoQueue::_Releases_lock_(), _Requires_lock_held_(), _Success_(), FxRequest::AddIrpReference(), AddToMessageLog(), BeepCleanup(), BeepStartIo(), BochsSetCurrentMode(), CdHijackIrpAndFlushDevice(), CdMultipleXAAsync(), CdPerformDevIoCtrlEx(), CdWaitSync(), ClassDeviceControl(), ClassDispatchPnp(), ClasspCleanupProtectedLocks(), ClasspCreateClose(), ClasspFailurePredict(), ClasspModeSelect(), ClasspModeSense(), ClasspStopIdleTimer(), ClasspUpdateDiskProperties(), ClassReadDriveCapacity(), ClassSendIrpSynchronous(), ClassSendSrbSynchronous(), CpGetByte(), CpInitialize(), CreateJunction(), DeviceEvtSelfManagedIoInit(), DeviceSendIoctlAsynchronously(), DiskInfoExceptionComplete(), DiskInitFdo(), FxIoQueue::DispatchRequestToDriver(), FxIoQueue::Dispose(), DriverEntry(), CDeviceView::EmptyDeviceView(), FxPkgIo::EnqueueRequest(), Ext2IsMediaWriteProtected(), FatCheckDirtyBit(), FatConstructNamesInFcb(), FatDeleteVcb(), FatFspDispatch(), FatGetCurrentFatTime(), FatIsMediaWriteProtected(), FatIsVolumeMounted(), FatMultipleAsync(), FatPagingFileIo(), FatPerformDevIoCtrl(), FatPerformVerifyDiskRead(), FatSingleAsync(), FatSingleNonAlignedSync(), FatToggleMediaEjectDisable(), FsRtlAcquireFileExclusive(), FsRtlAcquireFileForCcFlush(), FxLibraryGlobalsCommission(), FxIoQueue::GetRequest(), GetSeconds(), HalStopProfileInterrupt(), HandleReadIrp(), i8042KbdDeviceControl(), if(), InitCodePagesList(), InitHardWareTypesPage(), InitProbeListPage(), InitThreadCallback(), IntVideoPortDispatchFdoPnp(), IopCloseFile(), IsaPnpFillDeviceRelations(), KdpLoggerThread(), KeMemoryBarrier(), KiIpiServiceRoutine(), LdrpInitializeProcess(), LdrpLoadDll(), LdrpLoadImportModule(), LdrpLoadShimEngine(), LdrShutdownProcess(), LdrUnloadDll(), CDeviceView::ListDevicesByType(), ListEntry64To32(), main(), MxPagedLock::MxPagedLock(), OnGroupsPageInitDialog(), OnInitDialog(), OutputDebugStringA(), OutputDebugStringW(), ParseCommandPart(), PlaySoundRoutine(), PopPassivePowerCall(), ProbeListPageDlgProc(), FxIoQueue::QueueRequest(), ReadWriteWorkItemRoutine(), CDeviceView::RefreshThread(), REGION_RegionOp(), RequestProcessPowerIrpCompletion(), RtlCallVectoredContinueHandlers(), ScsiFlopProcessError(), FxIoTargetSelf::Send(), SenseInfoInterpretRefineByIoControl(), service_main(), SetPixel(), SetupLdrLoadNlsData(), CClassNode::SetupNode(), SpiSendRequestSense(), SRomDetectAddressBusWidth(), FxDmaPacketTransaction::StageTransfer(), START_TEST(), Test_InitializeLpkHooks(), TestEntry(), tirpc_report(), VGADDI_BltBrush(), VGADDI_BltFromSavedScreenBits(), VGADDI_BltPointerToVGA(), VGADDI_BltToSavedScreenBits(), WahCreateHandleContextTable(), and WriteResources().

Typedef Documentation

◆ ACPI_EFI_FILE

Definition at line 307 of file acefi.h.

Variable Documentation

◆ BS

◆ RT

◆ ST

◆ stderr

FILE* stderr
extern

◆ stdin

FILE* stdin
extern

◆ stdout

FILE* stdout
extern