Searched refs:disk (Results 26 - 33 of 33) sorted by relevance

12

/haiku/src/bin/bfs_tools/lib/
H A DDisk.h3 /* Disk - handles BFS superblock, disk access etc.
26 BlockRunCache(Disk *disk);
H A DDisk.cpp6 //! Handles BFS superblock, disk access etc.
69 BlockRunCache::BlockRunCache(Disk *disk) argument
71 fDisk(disk)
238 // write buffer to disk
333 puts("No disk there... exiting.");
339 // ToDo: free the other disk infos
493 // scan for about 500 inodes to determine the disk's block size
/haiku/src/apps/drivesetup/
H A DDiskView.cpp531 helpfulMessage = B_TRANSLATE("No disk devices have been recognized.");
572 DiskView::SetDisk(BDiskDevice* disk, partition_id selectedPartition) argument
574 if (fDisk != disk) {
575 fDisk = disk;
594 // we need to prepare the disk for modifications, otherwise
599 // command to write them to disk...
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp33 # include <sys/disk.h>
39 # include <sys/disk.h>
87 "the file is considered a disk image and the boot code will be written to\n"
92 " --dry-run - Do everything but actually writing the boot block to disk.\n"
/haiku/src/build/libroot/
H A Dfs_freebsd.cpp15 #include <sys/disk.h>
/haiku/src/tools/fs_shell/
H A Dunistd.cpp27 # include <sys/disk.h>
265 // Darwin does not seems to provide a way to access disk
325 // deal with disk devices.
/haiku/src/apps/bootmanager/
H A Dbootman.S57 ; disk services
84 %assign FIXED_DISK_SUPPORT 0x1 ; flag indicating fixed disk
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c63 #include <sys/disk.h>
190 * ntfs_pread - positioned read from disk
240 * ntfs_pwrite - positioned write to disk
244 * @b: data buffer to write to disk
365 * @b: data buffer to write to disk
385 * going to hit the disk and the cache is immediately deprotected again
466 * @b: data buffer to write to disk
696 /* List all "disk" class devices on the system. */
704 * Loop over each disk device looking for the device with the
722 * Device was not a whole disk devic
[all...]

Completed in 92 milliseconds

12