Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 25 of 224) sorted by relevance

123456789

/openbsd/gnu/llvm/lld/docs/
H A DPartitions.rst11 partitioned program consists of a main partition together with a number of
12 loadable partitions. The loadable partitions depend on the main partition
15 address space at link time, and each loadable partition is assigned a fixed
24 going to be used as the "entry points" for each partition. An entry point
27 by the partition. The intent is that in order to use a loadable partition,
46 assigned to the main partition, including sections only reachable from
50 section is colored according to its assigned partition.
56 referred to as a combined output file. To extract a partition from the
58 with the flag ``--extract-main-partition`` to extract the main partition, or
67 # Compile a feature to be placed in a loadable partition.
[all …]
/openbsd/distrib/notes/macppc/
H A Dinstall11 by the Mac OS partition editor and Mac OS installed to the proper partition.
12 This expects that the HFS partition will be the first partition on
13 the disk, and then the OpenBSD partition will follow.
21 the bootloader and kernel from an HFS partition.
46 spare partition where OpenBSD can be installed.
58 Before editing, the partition table may look like the
101 Existing partition type ``Unused''.
102 New type of partition: OpenBSD
105 New name of partition: OpenBSD
131 partition setup can follow.
[all …]
H A Dxfer7 Remote NFS partition
15 during reboot. If ofwboot and bsd.rd are copied to an HFS partition, it
19 Note: once an OpenBSD partition exists, it is not possible to load the
20 kernel (bsd.rd) from an HFS partition on that disk.
/openbsd/distrib/macppc/ramdisk/
H A Dinstall.md53 partitions and HFS partition table:
75 echo -n "Creating a 1MB DOS partition and an OpenBSD partition for rest of $_disk..."
86 to boot OpenBSD. Neither partition will overlap any other partition.
89 partition will have an id of '06' (DOS). The boot partition will be
90 at least 1MB and be marked as the *only* active partition.
96 { echo "\nNo DOS (id 06) partition!\n"; continue; }
98 { echo "\nNo active DOS partition!\n"; continue; }
118 { _q="Use the (O)penBSD partition, "; _d=OpenBSD; }
120 ask "$_q(M)odify a partition or (A)bort?" "$_d"
126 echo "\nNo 'OpenBSD'-type partition named 'OpenBSD'!"
[all …]
/openbsd/distrib/loongson/ramdisk/
H A Dinstall.md73 echo -n "Creating a 32MB ext2 partition and an OpenBSD partition for rest of $_disk..."
78 echo -n "Creating a 1MB ext2 partition and an OpenBSD partition for rest of $_disk..."
83 echo -n "Creating a 1MB ext2 partition and an OpenBSD partition for rest of $_disk..."
95 You will now create one MBR partition to contain your OpenBSD data
96 and one MBR partition to contain the program that PMON uses
97 to boot OpenBSD. Neither partition will overlap any other partition.
99 The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
100 partition will have an id of '83' (Linux files). The boot partition will be
103 first 'Linux files' partition.
109 { echo "\nNo Linux files (id 83) partition!\n"; continue; }
[all …]
/openbsd/gnu/gcc/include/
H A Dpartition.h65 } *partition; typedef
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, int, int);
70 extern void partition_print (partition, FILE*);
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dpartition.h65 } *partition; typedef
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, int, int);
70 extern void partition_print (partition, FILE*);
/openbsd/gnu/lib/libiberty/include/
H A Dpartition.h65 } *partition; typedef
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, int, int);
70 extern void partition_print (partition, FILE*);
/openbsd/gnu/usr.bin/binutils/include/
H A Dpartition.h65 } *partition; typedef
67 extern partition partition_new PARAMS((int));
68 extern void partition_delete PARAMS((partition));
69 extern int partition_union PARAMS((partition,
72 extern void partition_print PARAMS((partition,
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dppcboot.c199 if (hdr.partition[0].partition_end.ind != PPC_IND)
436 && !tdata->header.partition[i].partition_begin.head
437 && !tdata->header.partition[i].partition_begin.sector
439 && !tdata->header.partition[i].partition_end.ind
440 && !tdata->header.partition[i].partition_end.head
441 && !tdata->header.partition[i].partition_end.sector
442 && !tdata->header.partition[i].partition_end.cylinder
447 tdata->header.partition[i].partition_begin.ind,
448 tdata->header.partition[i].partition_begin.head,
453 tdata->header.partition[i].partition_end.ind,
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dppcboot.c199 if (hdr.partition[0].partition_end.ind != PPC_IND)
439 && !tdata->header.partition[i].partition_begin.head
440 && !tdata->header.partition[i].partition_begin.sector
442 && !tdata->header.partition[i].partition_end.ind
443 && !tdata->header.partition[i].partition_end.head
444 && !tdata->header.partition[i].partition_end.sector
445 && !tdata->header.partition[i].partition_end.cylinder
450 tdata->header.partition[i].partition_begin.ind,
451 tdata->header.partition[i].partition_begin.head,
456 tdata->header.partition[i].partition_end.ind,
[all …]
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c278 struct partition *npp; in disklabel_sun_to_bsd()
503 char partition; in devopen() local
529 partition = fname[3]; in devopen()
535 partition = 'a'; in devopen()
540 partition = 'a'; in devopen()
582 if (partition) { in devopen()
585 *cp++ = partition; in devopen()
604 struct partition *pp; in devopen()
609 if (partition) { in devopen()
662 if (partition) in devopen()
[all …]
/openbsd/gnu/llvm/lld/ELF/
H A DMarkLive.cpp47 MarkLive(unsigned partition) : partition(partition) {} in MarkLive() argument
64 unsigned partition; member in __anon26e2d4990111::MarkLive
193 if (sec->partition == 1 || sec->partition == partition) in enqueue()
195 sec->partition = sec->partition ? 1 : partition; in enqueue()
217 if (sym->includeInDynsym() && sym->partition == partition) in run()
221 if (partition != 1) { in run()
/openbsd/distrib/riscv64/ramdisk/
H A Dinstall.md70 echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."
72 # Preserve BIOS boot partition as it might
100 echo -n "No OpenBSD partition in GPT,"
102 echo -n "No EFI Sys partition in GPT,"
110 You will now create one MBR partition to contain your OpenBSD data
112 Neither partition will overlap any other partition.
114 The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
115 partition will have an id of '${bootparttype}' (${bootfstype}).
116 The boot partition will be at least 16MB and be the first 'MSDOS'
117 partition on the disk.
[all …]
/openbsd/distrib/powerpc64/ramdisk/
H A Dinstall.md63 echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."
72 You will now create one MBR partition to contain your OpenBSD data
73 and one MBR partition on which the OpenBSD boot program is located.
74 Neither partition will overlap any other partition.
76 The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
77 partition will have an id of '${bootparttype}' (${bootfstype}).
78 The boot partition will be at least 16MB and be the first 'MSDOS'
79 partition on the disk.
85 echo No OpenBSD partition in MBR, try again. ;;
/openbsd/distrib/octeon/ramdisk/
H A Dinstall.md62 echo -n "Creating a FAT partition and an OpenBSD partition for rest of $_disk..."
71 You will now create one MBR partition to contain your OpenBSD data
72 and one MBR partition on which kernels are located which are loaded
73 by U-Boot. Neither partition will overlap any other partition.
75 The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
76 partition will have an id of 'C' (MSDOS). The boot partition will be
77 at least 32MB and be the first 'MSDOS' partition on the disk.
83 echo No OpenBSD partition in MBR, try again. ;;
/openbsd/distrib/notes/luna88k/
H A Dinstall6 booted off your local disk's swap partition. Alternatively, you can
8 existing UniOS partition.
27 Booting from an existing partition:
30 (a-h). Copy the installation kernel (bsd.rd) to the same partition.
36 to boot the OpenBSD bootloader from the specified disk and partition.
37 Replace 'p' with the partition number (usually 0, for the 'a' partition),
53 to boot the installation kernel from the same partition.
58 Copy the OpenBSD/MACHINE miniroot to the swap partition (assuming your
67 to boot the OpenBSD bootloader from the swap partition.
73 to boot the installation kernel from the same partition.
/openbsd/distrib/arm64/ramdisk/
H A Dinstall.md118 echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."
121 # partition contains boot firmware and MUST NOT
138 # nukes the EFI Sys partition on
148 # the root disk nukes the EFI Sys partition on
171 echo -n "No OpenBSD partition in GPT,"
173 echo -n "No EFI Sys partition in GPT,"
183 Neither partition will overlap any other partition.
186 partition will have an id of '${bootparttype}' (${bootfstype}).
187 The boot partition will be at least 16MB and be the first 'MSDOS'
188 partition on the disk.
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dpartition.c42 partition
47 partition part = (partition) in partition_new()
64 partition_delete (partition part) in partition_delete()
75 partition_union (partition part, int elem1, int elem2) in partition_union()
140 partition_print (partition part, FILE *fp) in partition_print()
/openbsd/distrib/notes/i386/
H A Dprep6 The OpenBSD root partition must reside completely within the BIOS
12 or partition editor to create at least one of the partitions to be used for
15 own system partition. In the control panel, search for "partition": this
17 OpenBSD partition at this time; the OpenBSD installation will give you an
18 opportunity to create the partition needed for OpenBSD.
/openbsd/distrib/armv7/ramdisk/
H A Dinstall.md104 echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."
113 You will now create one MBR partition to contain your OpenBSD data
114 and one MBR partition on which the OpenBSD boot program is located.
115 Neither partition will overlap any other partition.
117 The OpenBSD MBR partition will have an id of 'A6' and the boot MBR
118 partition will have an id of '${bootparttype}' (${bootfstype}).
119 The boot partition will be at least 16MB and be the first 'MSDOS'
120 partition on the disk.
126 echo No OpenBSD partition in MBR, try again. ;;
/openbsd/distrib/notes/amd64/
H A Dprep8 or partition editor to create at least one of the partitions to be used for
11 own system partition. In the control panel, search for "partition": this
13 OpenBSD partition at this time; the OpenBSD installation will give you an
14 opportunity to create the partition needed for OpenBSD.
/openbsd/gnu/llvm/llvm/utils/
H A Dabtest.py139 def test_partition(partition, upcoming_partition): argument
141 max_remaining_steps = len(partition) * 2 - 1
148 for x in partition:
151 (format_namelist(partition), max_remaining_steps))
154 known_good.update(partition)
155 elif len(partition) > 1:
156 partitions_to_split.insert(0, partition)
165 partition = partitions_to_split.pop()
167 middle = len(partition) // 2
168 left = partition[0:middle]
[all …]
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DREADME.hfs_boot8 HFS partition and the necessary System, Finder, etc. files.
14 The HFS partition (i.e. the hybrid disk in our case) must contain a
17 For a partition to be bootable, it must have it's "boot block" set. The boot
18 block is in the first two blocks of a partition. For a non-bootable partition
20 partition on a Mac disk, the boot block is filled with a number of required
26 first HFS partition it finds on the given CD-ROM and this is used for the
27 HFS partition created by mkhybrid.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dssa.c124 partition reg_partition;
1660 static partition
1669 partition p = in compute_conservative_reg_partition()
1724 partition p; in coalesce_if_unconflicting()
1773 partition p;
1822 partition p;
1861 partition p;
1879 static partition
1887 partition p = in compute_coalesced_reg_partition()
2014 partition reg_partition = (partition) data;
[all …]

123456789