#include <SystemInfo.h>
| storage::SystemInfo::SystemInfo | ( | ) |
References y2deb.
| storage::SystemInfo::~SystemInfo | ( | ) |
References y2deb.
| const UdevMap& storage::SystemInfo::getUdevMap | ( | const string & | path | ) | [inline] |
| const ProcParts& storage::SystemInfo::getProcParts | ( | ) | [inline] |
References procparts.
Referenced by storage::Disk::addPartition(), storage::Dasd::checkFdasdOutput(), storage::Disk::checkPartedOutput(), storage::Disk::checkPartedValid(), storage::Disk::checkPartitionsValid(), storage::Dasd::checkPartitionsValid(), storage::Dasd::detectPartitions(), storage::DmCo::getDmData(), storage::MdPartCo::havePartsInProc(), storage::MdPartCo::init(), storage::DmPartCo::init(), and storage::Loop::Loop().
| const ProcMounts& storage::SystemInfo::getProcMounts | ( | ) | [inline] |
References procmounts.
Referenced by storage::Storage::detectFsData(), storage::LoopCo::getLoopData(), storage::NfsCo::getNfsData(), and storage::TmpfsCo::getTmpfsData().
| const ProcMdstat& storage::SystemInfo::getProcMdstat | ( | ) | [inline] |
References procmdstat.
Referenced by storage::MdPartCo::getMdRaids(), storage::MdPartCo::initMd(), storage::Md::Md(), storage::MdCo::MdCo(), and storage::Md::updateData().
| const Blkid& storage::SystemInfo::getBlkid | ( | ) | [inline] |
References blkid.
Referenced by storage::Storage::detectFsData(), and storage::MdPartCo::hasFileSystem().
| const Lsscsi& storage::SystemInfo::getLsscsi | ( | ) | [inline] |
| const Parted& storage::SystemInfo::getParted | ( | const string & | device | ) | [inline] |
References parteds.
Referenced by storage::Disk::checkPartedOutput(), storage::Disk::checkPartitionsValid(), storage::Disk::detectPartitions(), and storage::MdPartCo::hasPartitionTable().
| const Dasdview& storage::SystemInfo::getDasdview | ( | const string & | device | ) | [inline] |
References dasdviews.
Referenced by storage::Storage::autodetectDisks(), and storage::Dasd::detectPartitions().
| const Fdasd& storage::SystemInfo::getFdasd | ( | const string & | device | ) | [inline] |
References fdasds.
Referenced by storage::Dasd::checkFdasdOutput(), and storage::Dasd::checkPartitionsValid().
| const CmdDmsetup& storage::SystemInfo::getCmdDmsetup | ( | ) | [inline] |
References cmddmsetup.
Referenced by storage::DmCo::getDmData(), storage::DmmultipathCo::getMultipaths(), storage::DmraidCo::getRaids(), and storage::DmPartCo::init().
| const CmdDmraid& storage::SystemInfo::getCmdDmraid | ( | ) | [inline] |
References cmddmraid.
Referenced by storage::DmraidCo::getRaidData(), and storage::DmraidCo::getRaids().
| const CmdMultipath& storage::SystemInfo::getCmdMultipath | ( | ) | [inline] |
References cmdmultipath.
Referenced by storage::DmmultipathCo::getMultipathData(), and storage::DmmultipathCo::getMultipaths().
| const CmdBtrfsShow& storage::SystemInfo::getCmdBtrfsShow | ( | ) | [inline] |
LazyObjects<UdevMap> storage::SystemInfo::udevmaps [private] |
Referenced by getUdevMap().
LazyObject<ProcParts> storage::SystemInfo::procparts [private] |
Referenced by getProcParts().
LazyObject<ProcMounts> storage::SystemInfo::procmounts [private] |
Referenced by getProcMounts().
LazyObject<ProcMdstat> storage::SystemInfo::procmdstat [private] |
Referenced by getProcMdstat().
LazyObject<Blkid> storage::SystemInfo::blkid [private] |
Referenced by getBlkid().
LazyObject<Lsscsi> storage::SystemInfo::lsscsi [private] |
Referenced by getLsscsi().
LazyObjects<Parted> storage::SystemInfo::parteds [private] |
Referenced by getParted().
LazyObjects<Fdasd> storage::SystemInfo::fdasds [private] |
Referenced by getFdasd().
LazyObjects<Dasdview> storage::SystemInfo::dasdviews [private] |
Referenced by getDasdview().
LazyObject<CmdDmsetup> storage::SystemInfo::cmddmsetup [private] |
Referenced by getCmdDmsetup().
LazyObject<CmdDmraid> storage::SystemInfo::cmddmraid [private] |
Referenced by getCmdDmraid().
Referenced by getCmdMultipath().
Referenced by getCmdBtrfsShow().
1.5.6