BIOSDrive
drive = new(nothrow) BIOSDrive(gBootDriveID);
BIOSDrive(int handle);
virtual ~BIOSDrive();
BIOSDrive::BIOSDrive(int handle)
BIOSDrive::~BIOSDrive()
BIOSDrive::FillIdentifier()
BIOSDrive::ReadBlocks(void *buffer, off_t first, int32 count)
BIOSDrive(uint8 driveID);
virtual ~BIOSDrive();
check_cd_boot(BIOSDrive *drive)
compute_check_sum(BIOSDrive *drive, off_t offset)
is_drive_readable(BIOSDrive *drive)
BIOSDrive *drive = (BIOSDrive *)device;
BIOSDrive *drive = dynamic_cast<BIOSDrive *>(device);
BIOSDrive *compareDrive = (BIOSDrive *)device;
BIOSDrive *drive = (BIOSDrive *)device;
BIOSDrive *drive = new(nothrow) BIOSDrive(driveID);
BIOSDrive::BIOSDrive(uint8 driveID)
BIOSDrive::~BIOSDrive()
BIOSDrive::InitCheck() const
BIOSDrive::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize)
BIOSDrive::WriteAt(void* cookie, off_t pos, const void* buffer,
BIOSDrive::Size() const
BIOSDrive::FillIdentifier()
BIOSDrive *drive = new(nothrow) BIOSDrive(gBootDriveID);
BIOSDrive *drive = static_cast<BIOSDrive *>(bootDevice);
BIOSDrive *drive = (BIOSDrive *)device;