Searched refs:primary (Results 1 - 23 of 23) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.h34 const PrimaryPartition* primary);
39 This class serves for writing \a primary and \a logical \a partitions to disk.
50 const PrimaryPartition* primary,
54 const PrimaryPartition* primary,
58 const PrimaryPartition* primary);
H A DPartitionMapWriter.cpp137 const PrimaryPartition* primary, bool clearCode)
139 if (logical == NULL || primary == NULL)
142 if (!check_logical_location(logical, primary))
180 const PrimaryPartition* primary, bool clearCode)
182 if (primary == NULL)
189 status_t error = _ReadBlock(primary->Offset(), partitionTable);
203 partition.SetPartitionTableOffset(primary->Offset());
227 status_t error = _WriteBlock(primary->Offset(), partitionTable);
237 PartitionMapWriter::ClearExtendedHead(const PrimaryPartition* primary) argument
239 if (primary
136 WriteLogical(const LogicalPartition* logical, const PrimaryPartition* primary, bool clearCode) argument
179 WriteExtendedHead(const LogicalPartition* logical, const PrimaryPartition* primary, bool clearCode) argument
[all...]
H A DPartitionMap.cpp640 off_t tableOffset, PrimaryPartition* primary)
647 SetTo(descriptor, tableOffset, primary);
653 off_t tableOffset, PrimaryPartition* primary)
656 if (descriptor && primary) {
663 // "primary extended" partition, in another words, all inner extended
669 ? primary->Offset() : tableOffset;
671 primary->BlockSize());
672 fPrimary = primary;
679 off_t tableOffset, PrimaryPartition* primary)
682 if (primary) {
639 LogicalPartition(const partition_descriptor* descriptor, off_t tableOffset, PrimaryPartition* primary) argument
652 SetTo(const partition_descriptor* descriptor, off_t tableOffset, PrimaryPartition* primary) argument
678 SetTo(off_t offset, off_t size, uint8 type, bool active, off_t tableOffset, PrimaryPartition* primary) argument
704 PrimaryPartition* primary = GetPrimaryPartition(); local
835 int32 primary = 0; local
[all...]
H A DPartitionMap.h159 // to the session (usually the disk). Ie, for all primary partitions,
160 // including the primary extended partition, the PartitionTableOffset()
163 // primary extended partition, but again, the returned values are absolute
247 PrimaryPartition* primary);
251 PrimaryPartition* primary);
254 PrimaryPartition* primary);
261 void SetPrimaryPartition(PrimaryPartition* primary) argument
262 { fPrimary = primary; }
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp92 // unused on primary descriptor
257 return "primary";
289 dump_primary_descriptor(iso9660_volume_descriptor *primary, argument
295 dump_common_descriptor(&primary->common, indent, false);
297 primary->identifier));
299 (int)B_LENDIAN_TO_HOST_INT32(primary->size)));
301 (int)B_LENDIAN_TO_HOST_INT32(primary->set_size)));
303 (int)B_LENDIAN_TO_HOST_INT32(primary->sequence_number)));
305 (int)B_LENDIAN_TO_HOST_INT32(primary->logical_block_size)));
307 (int)B_LENDIAN_TO_HOST_INT32(primary
409 iso9660_volume_descriptor *primary local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp107 // primary partition map doesn't naturally live in any other child partition
425 PrimaryPartition* primary = map->PrimaryPartitionAt(i); local
426 if (primary && primary->IsExtended() && primary != child)
548 PrimaryPartition* primary = map->PrimaryPartitionAt(i); local
549 if (primary->IsEmpty()) {
813 // primary partition index
823 // get the primary partition
826 PrimaryPartition* primary local
865 PrimaryPartition* primary = NULL; local
978 PrimaryPartition* primary = (PrimaryPartition*)child->cookie; local
1137 PrimaryPartition* primary = (PrimaryPartition*)child->cookie; local
1206 PrimaryPartition* primary = (PrimaryPartition*)child->cookie; local
1276 PrimaryPartition* primary = (PrimaryPartition*)child->cookie; local
1433 PrimaryPartition* primary = map->PrimaryPartitionAt(index); local
1528 PrimaryPartition* primary = (PrimaryPartition*)child->cookie; local
1917 PrimaryPartition* primary = (PrimaryPartition*)partition->cookie; local
2005 PrimaryPartition* primary = (PrimaryPartition*)partition->cookie; local
2087 PrimaryPartition* primary = (PrimaryPartition*)partition->cookie; local
[all...]
H A Dintel.cpp188 PrimaryPartition* primary = map->PrimaryPartitionAt(i); local
189 if (!primary->IsEmpty()) {
191 index, partition->offset + primary->Offset(), primary->Size(),
204 primary->GetTypeString(type);
208 sprintf(buffer, "type = %u ; active = %d", primary->Type(),
209 primary->Active());
211 child->cookie = primary;
251 // called for the primary partitions: the PrimaryPartition is allocated
331 PrimaryPartition* primary
[all...]
H A DPartitionMapParser.cpp172 PrimaryPartition* primary = fMap->PrimaryPartitionAt(i); local
173 if (primary->IsExtended())
174 error = _ParseExtended(primary, primary->Offset());
187 PartitionMapParser::_ParseExtended(PrimaryPartition* primary, off_t offset) argument
224 // sector of the primary extended partition. The next partition table in
237 extended.SetTo(descriptor, offset, primary);
247 nonExtended.SetTo(descriptor, offset, primary);
277 primary->AddLogicalPartition(partition);
H A DPartitionMapParser.h12 Parser reads primary and logical partitions from the disk (according to
43 status_t _ParseExtended(PrimaryPartition* primary,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h15 inline TwoKeyAVLTreeKey(const PrimaryKey &primary, argument
17 : primary(primary),
23 inline TwoKeyAVLTreeKey(const PrimaryKey *primary) argument
24 : primary(primary),
30 PrimaryKey primary; member in class:TwoKeyAVLTreeKey
43 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare &primary, argument
45 : fPrimaryKeyCompare(primary), fSecondaryKeyCompare(secondary) {}
49 int result = fPrimaryKeyCompare(a.primary,
[all...]
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp195 PrimaryPartition* primary = fPartitionMap.PrimaryPartitionAt(index); local
196 primary->SetTo(child->Offset(), child->Size(), type.Type(), active,
199 child->SetChildCookie(primary);
284 PrimaryPartition* primary = fPartitionMap.PrimaryPartitionAt(i); local
285 if (!primary->IsEmpty()) {
286 error = info->ExcludeOccupiedSpace(primary->Offset(),
287 primary->Size());
378 // do we have a spare primary partition?
494 // get a spare primary partition
495 PrimaryPartition* primary local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h19 inline TwoKeyAVLTreeKey(const PrimaryKey& primary, argument
22 primary(primary),
28 inline TwoKeyAVLTreeKey(const PrimaryKey* primary) argument
30 primary(primary),
36 PrimaryKey primary; member in class:TwoKeyAVLTreeKey
52 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare& primary, argument
55 fPrimaryKeyCompare(primary),
62 int result = fPrimaryKeyCompare(a.primary,
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp374 primary_volume_descriptor *primary = local
376 PDUMP(primary);
377 primaryVolumeDescriptor = *primary;
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h87 char primary[B_FILE_NAME_LENGTH]; member in struct:settings
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css57 itermset, modespec, objectinfo, partinfo, prefaceinfo, primary, refentryinfo,
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp725 ring_buffer &primary = info.shared_info->primary_ring_buffer; local
727 (addr_t*)&primary.base) == B_OK) {
728 primary.register_base = INTEL_PRIMARY_RING_BUFFER;
729 primary.size = 16 * B_PAGE_SIZE;
730 primary.offset = (addr_t)primary.base - info.aperture_base;
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c125 "none", // primary
236 item = get_driver_parameter (settings_handle, "primary", "", "");
237 if ((strlen (item) > 0) && (strlen (item) < sizeof (current_settings.primary) - 1)) {
238 strcpy (current_settings.primary, item);
395 /* if we have a MMS card which only has a BIOS on the primary card, copy the
396 * primary card's BIOS for our reference too if we aren't primary ourselves.
417 /* make the copy from the primary VGA card on our bus */
655 * hierarchy folder, so the system will use it as primary adaptor if requested
657 if (strcmp(tmp_name, current_settings.primary)
[all...]
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h232 char primary[B_FILE_NAME_LENGTH]; member in struct:__anon19
379 bool crtc2_prim; /* using CRTC2 as primary CRTC */
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c376 "none", // primary
607 //legacy space will get us into trouble if we aren't the primary graphics card!!
608 //(as legacy space always has the primary card's ROM 'mapped'!)
782 * hierarchy folder, so the system will use it as primary adaptor if requested
784 if (strcmp(tmp_name, sSettings.primary) == 0)
785 sprintf(tmp_name, "-%s", sSettings.primary);
1465 item = get_driver_parameter(settings, "primary", "", "");
1466 if (item[0] && strlen(item) < sizeof(sSettings.primary) - 1)
1467 strcpy(sSettings.primary, item);
/haiku/src/kits/tracker/
H A DContainerWindow.h191 uint32 modifiers, bool primary, void*, BContainerWindow*, BMenu*),
H A DContainerWindow.cpp242 uint32 modifiers, bool primary, void* context,
256 if (primary)
2895 uint32 shortcut, uint32 modifiers, bool primary, void* context,
2903 bool primary = false; local
2926 !primary && i-- > 0;) {
2931 primary = true;
2938 if (!secondary && !primary)
2944 item->modifiers, primary, passThru, this, menu));
241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu) argument
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
H A DPoseView.cpp9407 BPose* primary;
9410 primary = const_cast<BPose*>(p1);
9413 primary = const_cast<BPose*>(p2);
9420 BTextWidget* widget1 = primary->WidgetFor(sort);
9422 widget1 = primary->AddWidget(view, column);
/haiku/
H A Dconfigure38 specify the primary tools, the subsequent ones the
78 first occurrence specifies the primary
926 # determine primary architecture

Completed in 273 milliseconds