Searched defs:drive (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp304 LegacyBootMenu::IsInstalled(const BootDrive& drive) argument
312 LegacyBootMenu::CanBeInstalled(const BootDrive& drive) argument
338 LegacyBootMenu::CollectPartitions(const BootDrive& drive, BMessage& settings) argument
372 LegacyBootMenu::Install(const BootDrive& drive, BMessage& settings) argument
432 int8 drive; local
611 _GetBIOSDrive(const char* device, int8& drive) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c396 char *drive; local
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp167 check_cd_boot(BIOSDrive *drive) argument
202 are_extensions_available(uint8 drive) argument
218 get_ext_drive_parameters(uint8 drive, drive_parameters *targetParameters) argument
242 get_drive_parameters(uint8 drive, drive_parameters *parameters) argument
391 compute_check_sum(BIOSDrive *drive, off_t offset) argument
415 is_drive_readable(BIOSDrive *drive) argument
437 BIOSDrive *drive = (BIOSDrive *)device; local
499 BIOSDrive *drive = (BIOSDrive *)device; local
537 BIOSDrive *drive = new(nothrow) BIOSDrive(driveID); local
857 BIOSDrive *drive = new(nothrow) BIOSDrive(gBootDriveID); local
883 BIOSDrive *drive = static_cast<BIOSDrive *>(bootDevice); local
915 BIOSDrive *drive = (BIOSDrive *)device; local
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp196 read_bpb(uint8 drive, struct tos_bpb *bpb) argument
208 get_drive_parameters(uint8 drive, drive_parameters *parameters) argument
341 compute_check_sum(BlockHandle *drive, off_t offset) argument
377 BlockHandle *drive = (BlockHandle *)device; local
426 BlockHandle *drive = (BlockHandle *)device; local
530 BlockHandle *drive = new(nothrow) XHDIDrive(driveID, major, minor); local
557 BlockHandle *drive = new(nothrow) BlockHandle(driveID); local
1140 BlockHandle *drive; local
1195 BlockHandle *drive = static_cast<BlockHandle *>(bootDevice); local
1228 BlockHandle *drive = (BlockHandle *)device; local
[all...]

Completed in 47 milliseconds