libparted 3.6
|
A block device - for example, /dev/hda, not /dev/hda3. More...
#include <device.h>
Data Fields | |
void * | arch_specific |
PedCHSGeometry | bios_geom |
int | boot_dirty |
short | did |
int | dirty |
int | external_mode |
short | host |
PedCHSGeometry | hw_geom |
PedSector | length |
device length (LBA) | |
char * | model |
description of hardware (manufacturer, model) | |
PedDevice * | next |
int | open_count |
the number of times this device has been opened with ped_device_open(). | |
char * | path |
device /dev entry | |
long long | phys_sector_size |
physical sector size | |
int | read_only |
long long | sector_size |
logical sector size | |
PedDeviceType | type |
SCSI, IDE, etc. | |
A block device - for example, /dev/hda, not /dev/hda3.
void * _PedDevice::arch_specific |
PedCHSGeometry _PedDevice::bios_geom |
int _PedDevice::boot_dirty |
short _PedDevice::did |
int _PedDevice::dirty |
int _PedDevice::external_mode |
short _PedDevice::host |
PedCHSGeometry _PedDevice::hw_geom |
PedSector _PedDevice::length |
device length (LBA)
char * _PedDevice::model |
description of hardware (manufacturer, model)
PedDevice * _PedDevice::next |
int _PedDevice::open_count |
the number of times this device has been opened with ped_device_open().
char * _PedDevice::path |
device /dev entry
long long _PedDevice::phys_sector_size |
physical sector size
int _PedDevice::read_only |
long long _PedDevice::sector_size |
logical sector size
PedDeviceType _PedDevice::type |
SCSI, IDE, etc.