|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include "filesup.h"#include "partlist.h"#include "arcname.h"#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef enum _ADAPTER_TYPE | ADAPTER_TYPE |
| typedef enum _ADAPTER_TYPE * | PADAPTER_TYPE |
| typedef enum _CONTROLLER_TYPE | CONTROLLER_TYPE |
| typedef enum _CONTROLLER_TYPE * | PCONTROLLER_TYPE |
| typedef enum _PERIPHERAL_TYPE | PERIPHERAL_TYPE |
| typedef enum _PERIPHERAL_TYPE * | PPERIPHERAL_TYPE |
Enumerations | |
| enum | _ADAPTER_TYPE { EisaAdapter , ScsiAdapter , MultiAdapter , NetAdapter , RamdiskAdapter , AdapterTypeMax } |
| enum | _CONTROLLER_TYPE { DiskController , CdRomController , ControllerTypeMax } |
| enum | _PERIPHERAL_TYPE { RDiskPeripheral , FDiskPeripheral , CdRomPeripheral , PeripheralTypeMax } |
Variables | |
| const PCSTR | AdapterTypes_A [] |
| const PCWSTR | AdapterTypes_U [] |
| const PCSTR | ControllerTypes_A [] |
| const PCWSTR | ControllerTypes_U [] |
| const PCSTR | PeripheralTypes_A [] |
| const PCWSTR | PeripheralTypes_U [] |
| typedef enum _ADAPTER_TYPE ADAPTER_TYPE |
| typedef enum _CONTROLLER_TYPE CONTROLLER_TYPE |
| typedef enum _ADAPTER_TYPE * PADAPTER_TYPE |
| typedef enum _CONTROLLER_TYPE * PCONTROLLER_TYPE |
| typedef enum _PERIPHERAL_TYPE PERIPHERAL_TYPE |
| typedef enum _PERIPHERAL_TYPE * PPERIPHERAL_TYPE |
| Enumerator | |
|---|---|
| EisaAdapter | |
| ScsiAdapter | |
| MultiAdapter | |
| NetAdapter | |
| RamdiskAdapter | |
| AdapterTypeMax | |
Definition at line 37 of file arcname.c.
| Enumerator | |
|---|---|
| DiskController | |
| CdRomController | |
| ControllerTypeMax | |
Definition at line 66 of file arcname.c.
| Enumerator | |
|---|---|
| RDiskPeripheral | |
| FDiskPeripheral | |
| CdRomPeripheral | |
| PeripheralTypeMax | |
Definition at line 86 of file arcname.c.
Definition at line 115 of file arcname.c.
|
static |
Definition at line 180 of file arcname.c.
Referenced by ParseArcName().
|
static |
Definition at line 278 of file arcname.c.
Referenced by ParseArcName().
| BOOLEAN ArcPathNormalize | ( | OUT PUNICODE_STRING | NormalizedArcPath, |
| IN PCWSTR | ArcPath | ||
| ) |
Definition at line 312 of file arcname.c.
Referenced by _tmain().
| BOOLEAN ArcPathToNtPath | ( | OUT PUNICODE_STRING | NtPath, |
| IN PCWSTR | ArcPath, | ||
| IN PPARTLIST PartList | OPTIONAL | ||
| ) |
Definition at line 819 of file arcname.c.
Referenced by _tmain(), and EnumerateInstallations().
|
static |
Definition at line 381 of file arcname.c.
Referenced by ResolveArcNameManually().
|
static |
Definition at line 689 of file arcname.c.
Referenced by ArcPathToNtPath().
|
static |
Definition at line 599 of file arcname.c.
Referenced by ArcPathToNtPath().
Definition at line 55 of file arcname.c.
Referenced by ParseArcName(), and ResolveArcNameManually().