ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <string.h>
#include "finstext2.h"
#include "ext2.h"
#include <linux/hdreg.h>
#include <linux/ext3_fs.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | MAJOR_VERSION 1 |
#define | MINOR_VERSION 0 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
PEXT2_BOOTCODE | Ext2BootCode = (PEXT2_BOOTCODE)ext2_data |
struct ext3_super_block | Ext2SuperBlock |
struct hd_geometry | Ext2DriveGeometry |
unsigned char | Ext2ExistingBootCode [1024] |
char | BlockDevice [260] |
int | BlockDeviceSpecified = 0 |
int | BlockDeviceFileDescriptor |
#define MAJOR_VERSION 1 |
Definition at line 13 of file finstext2.c.
#define MINOR_VERSION 0 |
Definition at line 14 of file finstext2.c.
Definition at line 25 of file finstext2.c.
char BlockDevice[260] |
Definition at line 21 of file finstext2.c.
Referenced by BlockIoEfiCreateDeviceEntry(), BlockIoEfiGetBlockIoInformation(), BlockIoEfiGetDeviceInformation(), BlockIoFirmwareRead(), BlockIoOpen(), BlockIopBlockInformationCheck(), BlockIopFirmwareOperation(), BlockIopFreeAllocations(), BlockIopOperation(), BlockIopReadPhysicalDevice(), BlockIoRead(), BlockIoSetInformation(), DiskClose(), and main().
int BlockDeviceFileDescriptor |
Definition at line 23 of file finstext2.c.
Referenced by main().
int BlockDeviceSpecified = 0 |
Definition at line 22 of file finstext2.c.
Referenced by main().
PEXT2_BOOTCODE Ext2BootCode = (PEXT2_BOOTCODE)ext2_data |
Definition at line 16 of file finstext2.c.
Referenced by main().
struct hd_geometry Ext2DriveGeometry |
Definition at line 18 of file finstext2.c.
Referenced by main().
Definition at line 19 of file finstext2.c.
Referenced by main().
struct ext3_super_block Ext2SuperBlock |
Definition at line 17 of file finstext2.c.
Referenced by main().