/netbsd-src/usr.sbin/sysinst/arch/mac68k/ |
H A D | msg.md.de | 76 f�r den Mac, Festplattentreiber sowie eine minimale MacOS HFS Partition. Der Rest der 77 Festplatte bleibt ungenutzt. Die Festplattentreiber Partition wird nicht initialisiert, 93 {Ihr Festplatte enth�lt mindestens eine MacOS HFS Partition. Das �berschreiben 95 sollten erw�gen, eine kleine MacOS HFS Partition anzulegen, um 100 Sind Sie sicher, dass Sie die MacOS HFS Partition(en) �berschreiben 113 {Die von Ihnen gew�hlte Partition wird in zwei Partition unterteilt. 116 Falls die Apple_Free Partition an eine andere Apple_Free Partition 119 Es gibt %d Disk Bl�cke in der gew�hlten Partition. Geben Sie ein, wieviel 120 Bl�cke davon in die Apple_Scratch Partition �bernommen werden sollen. 121 Wenn Sie 0 oder einen zu gro�en Wert angeben, bleibt die Partition [all …]
|
H A D | msg.md.en | 54 reading the Disk Partition Map which is written by the disk formatter 63 * Allow sysinst to initialize the Disk Partition Map for you. The 70 {Sysinst will attempt to initialize your disk with a new Disk Partition 72 include a minimal Block0 definition, a Partition Map allowing for up to 102 {Edit Disk Partition Map: The Map on the disk has been scanned for all 128 there is no room in the Disk Partition Map to map the second part. This 130 in the original Disk Partition Map for future modifications such as this. 134 Disk Partition Map, or 156 {Setting up the Disk Partition Map ... 162 disk partitions. However your new Disk Partition Map has been written to [all …]
|
H A D | menus.md.de | 46 option "Initialisiere Festplatten Partition �bersicht", exit, action { 65 menu editparttable, title "W�hlen Sie eine Partition", exit, y=14; 72 option "N�chste Partition ausw�hlen", action { 77 option "Ausgew�hlte Partition bearbeiten", sub menu chooseid; 79 option "Gew�hlte Partition unterteilen", action { 129 option "Partition korrigieren", action {
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | msg.mbr.de | 46 {Sie haben keine Partition als aktive Startpartition markiert. 51 Soll die NetBSD-Partition der Festplatte als aktiv markiert werden?} 87 message Only_one_extended_ptn {Es ist nur eine erweiterte Partition m�glich.} 110 {Die Partition muss innerhalb der Extended Partition beginnen.} 113 {Die Extended Partition muss alle darin enthaltenen Partition umfassen} 116 {Die Extended Partition kann nur gel�scht werden, wenn sie leer ist!} 119 {Die partition liegt nicht in der Extended Partition 124 Sie k�nnen eine Partition entfernen und eine Extended Partition f�r 125 den restlichen freien Platz erstellen, dann die gel�schte Partition 126 wieder innerhalb der Extended Partition einf�gen}
|
H A D | msg.mi.de | 171 * $1 = partitioning scheme name Guid Partition Table 183 * $1 = partitioning scheme name Guid Partition Table 196 * $1 = partitioning scheme name Guid Partition Table 232 Verbleibender freier Speicherplatz wird der mit '+' markierten Partition 238 message ptnsizes_markers {Andere Markierungen: $0 Partition.} 255 {NetBSD-Partition} 261 {Boot-Partition} 264 {Hinzuf�gen einer benutzerdefinierten Partition} 286 {Mit diesem Wert liegt das Ende der Partition jenseits des Endes der 288 Die Gr��e Ihrer Partition wurde verringert.} [all …]
|
H A D | msg.mbr.en | 85 message mbr_get_ptn_id {Partition kind (0..255)} 109 {The partition needs to start within the Extended Partition} 112 {The Extended Partition must be able to hold all contained partitions}
|
H A D | msg.mbr.pl | 108 {The partition needs to start within the Extended Partition} 111 {The Extended Partition must be able to hold all contained partitions}
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | misc.c | 439 … if ( Mbr->Partition[i].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[i].SizeInLBA) == 0 ) { in ValidMBR() 443 StartingLBA = EXTRACT_UINT32(Mbr->Partition[i].StartingLBA); in ValidMBR() 444 EndingLBA = StartingLBA + EXTRACT_UINT32(Mbr->Partition[i].SizeInLBA) - 1; in ValidMBR() 468 … if (Mbr->Partition[j].OSIndicator == 0x00 || EXTRACT_UINT32(Mbr->Partition[j].SizeInLBA) == 0) { in ValidMBR() 471 if ( EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) >= StartingLBA && in ValidMBR() 472 EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) <= EndingLBA ) { in ValidMBR() 478 …NewEndingLBA = EXTRACT_UINT32(Mbr->Partition[j].StartingLBA) + EXTRACT_UINT32(Mbr->Partition[j].Si… in ValidMBR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp | 467 auto Partition = InstrToPartition.find(Expected); in repartition() local 468 if (Partition == InstrToPartition.end()) { in repartition() 470 Partition = InstrToPartition in repartition() 477 Partitions.find(Partition->second)->second.set(Leaf.index()); in repartition() 480 << " is in partition " << Partition->second << "\n"); in repartition() 498 for (auto &Partition : Partitions) in repartition() local 499 Partition.second.set(Leaf.index()); in repartition() 525 for (auto &Partition : Partitions) in repartition() local 526 Partition.second.set(Leaf.index()); in repartition() 596 for (const auto &Partition : InstrToPartition) { in emitPartitionResults() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() argument 124 this->Partition = std::move(Partition); in setPartitionFunction() 226 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument 233 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition() 235 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() 239 for (auto *GV : Partition) in expandPartition() 247 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition() 255 Partition.insert(GV); in expandPartition() 284 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
|
/netbsd-src/usr.sbin/sysinst/arch/ofppc/ |
H A D | msg.md.de | 58 adressierbaren Bereichs. Eventuell k�nnen Sie von dieser Partition nicht 67 {Es gibt keine Boot Partition in der MBR Partitionstabelle.} 70 {Die Boot Partition ist zu klein. Sie ben�tigt mindestens 2MB, 74 {Es gibt keine Boot Partition im Disklabel. Die Boot Partition sollte 83 Partition oder zwei PReP Partitionen. Die PReP Partitionen sollten 86 Alle anderen Maschinen ben�tigen meistens die FAT12 Partition. Wenn Sie
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 320 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument 321 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 327 for (auto *Inst : *Partition) in mergeNonIfConvertible() 418 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 419 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() 495 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 496 Partition.removeUnusedInsts(); in removeUnusedInsts() 516 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local 518 Partition = -2; in computePartitionSetForPointers() 523 if (Partition == -2) in computePartitionSetForPointers() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 90 void setPartitionFunction(PartitionFunction Partition); 120 void expandPartition(GlobalValueSet &Partition); 132 PartitionFunction Partition = compileRequested; variable
|
/netbsd-src/usr.sbin/sysinst/arch/virt68k/ |
H A D | msg.md.de | 58 {Die Anordnung der Partition %s ist falsch. Erneut editieren?} 67 {Nach der oder den leeren Partition(en) existiert eine g�ltige Partition %c. 71 {Wollen Sie die vorhandene(n) BSD Partition(en) beibehalten?}
|
/netbsd-src/usr.sbin/sysinst/arch/mvme68k/ |
H A D | msg.md.de | 58 {Die Anordnung der Partition %s ist falsch. Erneut editieren?} 67 {Nach der oder den leeren Partition(en) existiert eine g�ltige Partition %c. 71 {Wollen Sie die vorhandene(n) BSD Partition(en) beibehalten?}
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | README.hfs_boot | 38 Driver Partition Map (for 2048 byte blocks) 512 bytes 39 Driver Partition Map (for 512 byte blocks) 512 bytes 41 Driver Partition N x 2048 bytes 42 HFS Partition Boot Block 1024 bytes
|
/netbsd-src/usr.sbin/sysinst/arch/i386/ |
H A D | msg.md.de | 128 adressierbaren Bereich. Eventuell k�nnen Sie von dieser Partition nicht 136 'bootmenu' (Eintrag f�r den NetBSD Bootloader) f�r die aktive Partition und/oder 137 der Partition vorhanden, auf die NetBSD installiert werden soll. 139 Wollen Sie die Partition zum Hinzuf�gen eines 'bootmenu' Eintrages 144 {Sie haben eine erweiterte Partition in das 'bootmenu' eingetragen.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 42 class Partition; variable 128 sroa::Partition &P);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTO.cpp | 535 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 572 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 573 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 574 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 577 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 1109 if (R.second.Partition != 0 && in runRegularLTO() 1110 R.second.Partition != GlobalResolution::External) in runRegularLTO() 1121 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1468 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
/netbsd-src/usr.sbin/sysinst/arch/acorn32/ |
H A D | msg.md.de | 57 {Keine NetBSD Partition in der RISCiX Partitionstabelle gefunden - erstellen 62 {Keine NetBSD Partition gefunden (eine Nur-Filecore Platte?) - erstellen eines
|
/netbsd-src/distrib/amiga/stand/ |
H A D | device-streams.README.md | 22 --| Partition: "DH0" Capacity: 1023.7 Megs 26 --| Partition: "DH1" Capacity: 10239.4 Megs
|
/netbsd-src/usr.sbin/sysinst/arch/evbarm/ |
H A D | msg.md.de | 58 {Keine NetBSD Partition in der RISCiX Partitionstabelle gefunden - erstellen 63 {Keine NetBSD Partition gefunden (eine Nur-Filecore Platte?) - erstellen eines
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efipart.h | 57 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/netbsd-src/usr.sbin/sysinst/arch/shark/ |
H A D | msg.md.de | 60 {Keine NetBSD Partition in der RISCiX Partitionstabelle gefunden - erstellen 65 {Keine NetBSD Partition gefunden (eine Nur-Filecore Platte?) - erstellen eines
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | version | 15 1.12: Read Apple Partition Map to find the root partition, when
|