This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
/
kernel
/
disk_device_manager
History
Ingo Weinhold
831841e1c0
Moved generic autolocking code to <util/AutoLock.h>.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-30 16:09:57 +00:00
..
ddm_modules.h
…
ddm_userland_interface.h
Made C-safe. Now no longer declares the syscall prototypes, but the prototypes for the respective _user_*() functions.
2004-10-29 01:33:59 +00:00
disk_device_manager.h
The status field is no system field; it has to be set by the disk system
2004-11-08 11:29:12 +00:00
KDiskDevice.h
Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature.
2005-01-26 14:57:35 +00:00
KDiskDeviceJob.h
…
KDiskDeviceJobFactory.h
…
KDiskDeviceJobQueue.h
…
KDiskDeviceManager.h
…
KDiskDeviceUtils.h
Moved generic autolocking code to <util/AutoLock.h>.
2005-01-30 16:09:57 +00:00
KDiskSystem.h
…
KFileDiskDevice.h
…
KFileSystem.h
…
KPartition.h
…
KPartitioningSystem.h
…
KPartitionListener.h
…
KPartitionVisitor.h
…
KPhysicalPartition.h
…
KShadowPartition.h
…
RWLocker.h
…