XHDIDrive
XHDIDrive::~XHDIDrive()
XHDIDrive::FillIdentifier()
XHDIDrive::ReadBlocks(void *buffer, off_t first, int32 count)
drive = new(nothrow) XHDIDrive(gBootDriveID, gBootDriveID, 0);
drive = new(nothrow) XHDIDrive(gBootDriveID, gBootDriveID, 0);
XHDIDrive(int handle, uint16 major, uint16 minor);
virtual ~XHDIDrive();
BlockHandle *drive = new(nothrow) XHDIDrive(driveID, major, minor);
XHDIDrive::XHDIDrive(int handle, uint16 major, uint16 minor)