StorageDeviceList.cpp File Reference

Include dependency graph for StorageDeviceList.cpp:

Classes

class  SkyGI::StorageDevice::Private
struct  sSupportedDisks
class  SkyGI::StorageDeviceList::Private

Functions

int LibIni_ParseFileMax (char *ucFileName, int *piFd, char *ucLine, unsigned int uiMax)
unsigned long long SystemGetPartitionSize (char *dev)
int mount (const char *device, const char *sub_root, const char *subfs, const char *para)
int umount (const char *device)

Variables

static sSupportedDisks pSupportedDisks []


Function Documentation

int LibIni_ParseFileMax ( char *  ucFileName,
int *  piFd,
char *  ucLine,
unsigned int  uiMax 
)

int mount ( const char *  device,
const char *  sub_root,
const char *  subfs,
const char *  para 
)

unsigned long long SystemGetPartitionSize ( char *  dev  ) 

int umount ( const char *  device  ) 


Variable Documentation

sSupportedDisks pSupportedDisks[] [static]

Initial value:

{ 
        {1, 1, "/dev/fd%d", "", STORAGE_DEVICE_TYPE_FLOPPY},
        {32, 1, "/dev/cd%d", "", STORAGE_DEVICE_TYPE_CD},
        {32, 26, "/dev/hd%d", "%c", STORAGE_DEVICE_TYPE_HARDDISK},
        {32, 26, "/dev/usbdisk%d", "%c", STORAGE_DEVICE_TYPE_HARDDISK},
        {32, 1, "/dev/usbcd%d", "", STORAGE_DEVICE_TYPE_CD},
        {0, 0, 0,0,0}
}


Generated on Thu Dec 13 18:13:50 2007 for SkyGI by  doxygen 1.5.1-p1