ReactOS 0.4.15-dev-5895-g2687c1b
|
Go to the source code of this file.
Classes | |
struct | _CONFIGURATION_COMPONENT |
struct | _CONFIGURATION_COMPONENT_DATA |
struct | _TIMEINFO |
struct | _MEMORY_DESCRIPTOR |
struct | _MEMORY_ALLOCATION_DESCRIPTOR |
struct | _BOOT_DRIVER_LIST_ENTRY |
struct | _ARC_DISK_SIGNATURE |
struct | _ARC_DISK_INFORMATION |
struct | _MONITOR_CONFIGURATION_DATA |
struct | _FLOPPY_CONFIGURATION_DATA |
struct | _SMBIOS_TABLE_HEADER |
struct | _NLS_DATA_BLOCK |
struct | _PROFILE_ACPI_DOCKING_STATE |
struct | _PROFILE_PARAMETER_BLOCK |
struct | _HEADLESS_LOADER_BLOCK |
struct | _NETWORK_LOADER_BLOCK |
struct | _LOADER_PERFORMANCE_DATA |
struct | _LOADER_PARAMETER_EXTENSION |
struct | _IA64_LOADER_BLOCK |
struct | _ALPHA_LOADER_BLOCK |
struct | _I386_LOADER_BLOCK |
struct | _PPC_LOADER_BLOCK |
struct | _ARM_LOADER_BLOCK |
struct | _VIRTUAL_EFI_RUNTIME_SERVICES |
struct | _EFI_FIRMWARE_INFORMATION |
struct | _PCAT_FIRMWARE_INFORMATION |
struct | _FIRMWARE_INFORMATION_LOADER_BLOCK |
struct | _LOADER_PARAMETER_BLOCK |
struct | tagFILEINFORMATION |
typedef ARC_STATUS(* ARC_CLOSE) (ULONG FileId) |
typedef enum _ARC_CODES ARC_CODES |
typedef ARC_STATUS(* ARC_GET_FILE_INFORMATION) (ULONG FileId, FILEINFORMATION *Information) |
typedef ARC_STATUS(* ARC_OPEN) (CHAR *Path, OPENMODE OpenMode, ULONG *FileId) |
typedef ARC_STATUS(* ARC_SEEK) (ULONG FileId, LARGE_INTEGER *Position, SEEKMODE SeekMode) |
typedef ULONG ARC_STATUS |
typedef struct _ARM_LOADER_BLOCK ARM_LOADER_BLOCK |
typedef int CONFIGTYPE |
typedef struct tagFILEINFORMATION FILEINFORMATION |
typedef enum _IDENTIFIER_FLAG IDENTIFIER_FLAG |
typedef enum _MEMORY_TYPE MEMORY_TYPE |
typedef struct _NLS_DATA_BLOCK NLS_DATA_BLOCK |
typedef struct _ALPHA_LOADER_BLOCK * PALPHA_LOADER_BLOCK |
typedef struct _ARC_DISK_INFORMATION * PARC_DISK_INFORMATION |
typedef struct _ARC_DISK_SIGNATURE * PARC_DISK_SIGNATURE |
typedef struct _ARM_LOADER_BLOCK * PARM_LOADER_BLOCK |
typedef struct _I386_LOADER_BLOCK * PI386_LOADER_BLOCK |
typedef struct _IA64_LOADER_BLOCK * PIA64_LOADER_BLOCK |
typedef struct _MEMORY_DESCRIPTOR * PMEMORY_DESCRIPTOR |
typedef struct _NETWORK_LOADER_BLOCK * PNETWORK_LOADER_BLOCK |
typedef struct _NLS_DATA_BLOCK * PNLS_DATA_BLOCK |
typedef struct _PPC_LOADER_BLOCK PPC_LOADER_BLOCK |
typedef struct _PPC_LOADER_BLOCK * PPPC_LOADER_BLOCK |
typedef struct _SMBIOS_TABLE_HEADER * PSMBIOS_TABLE_HEADER |
typedef enum _TYPE_OF_MEMORY TYPE_OF_MEMORY |
Enumerator | |
---|---|
ESUCCESS | |
E2BIG | |
EACCES | |
EAGAIN | |
EBADF | |
EBUSY | |
EFAULT | |
EINVAL | |
EIO | |
EISDIR | |
EMFILE | |
EMLINK | |
ENAMETOOLONG | |
ENODEV | |
ENOENT | |
ENOEXEC | |
ENOMEM | |
ENOSPC | |
ENOTDIR | |
ENOTTY | |
ENXIO | |
EROFS | |
EMAXIMUM |
Definition at line 30 of file arc.h.
Enumerator | |
---|---|
SystemClass | |
ProcessorClass | |
CacheClass | |
AdapterClass | |
ControllerClass | |
PeripheralClass | |
MemoryClass | |
MaximumClass |
Definition at line 88 of file arc.h.
Enumerator | |
---|---|
Failed | |
ReadOnly | |
Removable | |
ConsoleIn | |
ConsoleOut | |
Input | |
Output |
Definition at line 77 of file arc.h.
Enumerator | |
---|---|
MemoryExceptionBlock | |
MemorySystemBlock | |
MemoryFree | |
MemoryBad | |
MemoryLoadedProgram | |
MemoryFirmwareTemporary | |
MemoryFirmwarePermanent | |
MemoryFreeContiguous | |
MemorySpecialMemory | |
MemoryMaximum |
Definition at line 159 of file arc.h.
Enumerator | |
---|---|
OpenReadOnly | |
OpenWriteOnly | |
OpenReadWrite | |
CreateWriteOnly | |
CreateReadOnly | |
SupersedeWriteOnly | |
SupersedeReadOnly | |
SupersedeReadWrite | |
OpenDirectory | |
CreateDirectory |
Definition at line 63 of file arc.h.
Enumerator | |
---|---|
SeekAbsolute | |
SeekRelative |
Definition at line 125 of file arc.h.