/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceTypes.cpp | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/partitioning_systems/apple/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | apple.cpp | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/partitioning_systems/amiga/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | amiga_rdb.cpp | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/bin/makebootable/platform/bios_ia32/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/partitioning_systems/session/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | session.cpp | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/storage/ |
H A D | DiskDeviceTypes.h | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/system/ |
H A D | disk_device_types.h | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/disk_device_manager/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/partitioning_systems/intel/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/makebootable/platform/bios_ia32/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/disk_systems/intel/ |
H A D | Jamfile | d6778355eea7f86c9418dec7572f12804b0150ff Thu Oct 01 03:07:42 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. * Added new header headers/private/system/disk_device_types.h, which defines the <DiskDeviceTypes.h> constants as macros and which can be used where the constants cannot be used. The constants are defined using the macros, so now there's only one place where the string literals should be specified. * Use the macros in the partitioning systems. I was too lazy to also adjust the file systems -- most of them seem to hard-code the string literal yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
|