ReactOS 0.4.16-dev-470-g91b8923
|
Go to the source code of this file.
Macros | |
#define | UNIMPLEMENTED ASSERT(FALSE) |
Definition at line 15 of file ntoskrnl.c.
VOID FASTCALL IoAssignDriveLetters | ( | IN struct _LOADER_PARAMETER_BLOCK * | LoaderBlock, |
IN PSTRING | NtDeviceName, | ||
OUT PUCHAR | NtSystemPath, | ||
OUT PSTRING | NtSystemPathString | ||
) |
Definition at line 40 of file ntoskrnl.c.
Referenced by HalpAssignDriveLetters(), and IoInitSystem().
BOOLEAN NTAPI IopCopyPartitionRecord | ( | IN BOOLEAN | ReturnRecognizedPartitions, |
IN ULONG | SectorSize, | ||
IN PPARTITION_TABLE_ENTRY | PartitionTableEntry, | ||
OUT PARTITION_INFORMATION * | PartitionEntry | ||
) |
Definition at line 87 of file ntoskrnl.c.
Referenced by IoReadPartitionTable().
NTSTATUS NTAPI IopReadBootRecord | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONGLONG | LogicalSectorNumber, | ||
IN ULONG | SectorSize, | ||
OUT PMASTER_BOOT_RECORD | BootRecord | ||
) |
Definition at line 62 of file ntoskrnl.c.
Referenced by IoReadPartitionTable().
NTSTATUS FASTCALL IoReadPartitionTable | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | SectorSize, | ||
IN BOOLEAN | ReturnRecognizedPartitions, | ||
OUT PDRIVE_LAYOUT_INFORMATION * | PartitionBuffer | ||
) |
Definition at line 113 of file ntoskrnl.c.
Referenced by FstubReadPartitionTableMBR(), HalpReadPartitionTable(), and xHalIoReadPartitionTable().
NTSTATUS FASTCALL IoSetPartitionInformation | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | SectorSize, | ||
IN ULONG | PartitionNumber, | ||
IN ULONG | PartitionType | ||
) |
Definition at line 50 of file ntoskrnl.c.
Referenced by HalpSetPartitionInformation(), IoSetPartitionInformationEx(), and PartitionHandleDeviceControl().
NTSTATUS FASTCALL IoWritePartitionTable | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | SectorSize, | ||
IN ULONG | SectorsPerTrack, | ||
IN ULONG | NumberOfHeads, | ||
IN PDRIVE_LAYOUT_INFORMATION | PartitionBuffer | ||
) |
Definition at line 210 of file ntoskrnl.c.
Referenced by FstubWritePartitionTableMBR(), and HalpWritePartitionTable().
Definition at line 22 of file ntoskrnl.c.
Definition at line 32 of file ntoskrnl.c.
Referenced by HalInitSystem(), and HalpInitializeClock().
Definition at line 222 of file ntoskrnl.c.