Home
last modified time | relevance | path

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

12345678910>>...41

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c251 struct partition struct
548 partition *dest, partition *partition,
571 partition *partition1, partition *partition2);
576 partition *build_rdg_partition_for_vertex (struct graph *rdg, int v);
580 void classify_builtin_ldst (loop_p loop, struct graph *rdg, partition *partition,
591 struct graph *rdg, partition *partition,
598 partition *partition1, partition *partition2);
605 vec<partition *> *partitions);
622 vec<struct partition *> *partitions,
629 void merge_dep_scc_partitions (struct graph *rdg, vec<struct partition *>
[all …]
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Ddiskutil.c52 struct ux_partition *partition; in cmd_disklabel() local
58 partition = vtoc.partition; in cmd_disklabel()
60 for (i = 0; i < VTOC_MAXPARTITIONS; i++, partition++) in cmd_disklabel()
61 printf(" %d %d %d\t%d\t%d\n", i, partition->tag, in cmd_disklabel()
62 partition->flags, partition->start_sector, in cmd_disklabel()
63 partition->nsectors); in cmd_disklabel()
126 fstype(int partition) in fstype() argument
133 if (partition < 0 || partition >= VTOC_MAXPARTITIONS) in fstype()
136 p = &vtoc.partition[partition]; in fstype()
147 find_partition_start(int partition, int *sector) in find_partition_start() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc255 struct partition struct
553 partition *dest, partition *partition,
576 partition *partition1, partition *partition2);
581 partition *build_rdg_partition_for_vertex (struct graph *rdg, int v);
585 void classify_builtin_ldst (loop_p loop, struct graph *rdg, partition *partition,
596 struct graph *rdg, partition *partition,
603 partition *partition1, partition *partition2);
610 vec<partition *> *partitions);
627 vec<struct partition *> *partitions,
634 void merge_dep_scc_partitions (struct graph *rdg, vec<struct partition *>
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgpt11 # partition table code (aka MBR).
15 # First, detect the MBR partition table
16 # If more than one GPT protective MBR partition exists, don't print anything
17 # (the other MBR detection code will then just print the MBR partition table)
30 # GPT with protective MBR entry in partition 1 (only)
35 #>>>>>>>>>>>>>446 use gpt-mbr-partition
36 >>>>>>>>>>>>>(454.l*8192) string EFI\ PART GPT partition table
41 >>>>>>>>>>>>>>(454.l*4096) string EFI\ PART GPT partition table
46 >>>>>>>>>>>>>>>(454.l*2048) string EFI\ PART GPT partition table
51 >>>>>>>>>>>>>>>>(454.l*1024) string EFI\ PART GPT partition table
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dpk_disklabel.c73 ppcboot_partition_t partition[4]; /* partition information */
227 int partition; in block0_is_fdisk() local
234 for (partition = 1; partition <= 4 && active != 0; partition++) { in block0_is_fdisk()
235 int partition_type = block[partition_type_fields[partition]]; in block0_is_fdisk()
236 int is_active = block[partition_active_fields[partition]] == 0x80; in block0_is_fdisk()
268 partition, in block0_is_fdisk()
273 active = partition; in block0_is_fdisk()
298 int partition; in pk_disklabel_create_instance() local
303 partition = 0; in pk_disklabel_create_instance()
307 partition = strtoul((char*)args, &filename, 0); in pk_disklabel_create_instance()
[all …]
/netbsd-src/sys/arch/acorn32/doc/
H A Dmajors+minors114 /dev/wd{unit}{partition}
115 partition = minor % 8
118 /dev/rwd{unit}{partition}
119 partition = minor % 8
122 /dev/fd{unit}{partition}
123 partition = minor % 8
126 /dev/rfd{unit}{partition}
127 partition = minor % 8
130 /dev/rd{unit}{partition}
131 partition = minor % 8
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-partition.c277 undo_partition (ltrans_partition partition, unsigned int n_nodes) in undo_partition() argument
279 while (lto_symtab_encoder_size (partition->encoder) > (int)n_nodes) in undo_partition()
281 symtab_node *node = lto_symtab_encoder_deref (partition->encoder, in undo_partition()
283 partition->symbols--; in undo_partition()
287 if (partition->initializers_visited) in undo_partition()
288 delete partition->initializers_visited; in undo_partition()
289 partition->initializers_visited = NULL; in undo_partition()
293 partition->insns -= ipa_size_summaries->get (cnode)->size; in undo_partition()
294 lto_symtab_encoder_delete_node (partition->encoder, node); in undo_partition()
308 ltrans_partition partition; in lto_1_to_1_map() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-partition.cc277 undo_partition (ltrans_partition partition, unsigned int n_nodes) in undo_partition() argument
279 while (lto_symtab_encoder_size (partition->encoder) > (int)n_nodes) in undo_partition()
281 symtab_node *node = lto_symtab_encoder_deref (partition->encoder, in undo_partition()
283 partition->symbols--; in undo_partition()
287 if (partition->initializers_visited) in undo_partition()
288 delete partition->initializers_visited; in undo_partition()
289 partition->initializers_visited = NULL; in undo_partition()
293 partition->insns -= ipa_size_summaries->get (cnode)->size; in undo_partition()
294 lto_symtab_encoder_delete_node (partition->encoder, node); in undo_partition()
308 ltrans_partition partition; in lto_1_to_1_map() local
[all …]
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dbiosdisk.c139 struct partition *p; in read_label()
246 u_int partition = 0; in biosdisk_findptn() local
256 for (partition = lp->d_npartitions; --partition;){ in biosdisk_findptn()
257 if (lp->d_partitions[partition].p_fstype == FS_UNUSED) in biosdisk_findptn()
259 if (lp->d_partitions[partition].p_offset == sector) in biosdisk_findptn()
265 return (partition); in biosdisk_findptn()
275 int partition; in biosdisk_open() local
286 partition = va_arg(ap, int); in biosdisk_open()
288 bi_disk.partition = partition; in biosdisk_open()
291 if (partition == RAW_PART) in biosdisk_open()
[all …]
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
H A DHowto13 mountufs utility to mount partition
18 wd0a - first IDE disc partition A (typically /)
19 wd0e - first IDE disc partition E (typically /usr)
24 Once a partition has been mounted the obey file OpenRoot can be
25 use to open a filer window on the mounted partition.
32 The mountufs utility simplifies the mounting of a harddisc partition
39 filesystem and will use the unit number and partition from the
46 A partition is mounted using the command unixfs_mount xxxxx where
47 xxxxx is the combined SWI, drive and partition number in hex
50 SWI base + (drive * 8) + partition
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dppcboot.c63 ppcboot_partition_t partition[4]; /* partition information */ member
186 if (hdr.partition[0].partition_end.ind != PPC_IND) in ppcboot_object_p()
409 long sector_begin = bfd_getl_signed_32 (tdata->header.partition[i].sector_begin); in ppcboot_bfd_print_private_bfd_data()
410 long sector_length = bfd_getl_signed_32 (tdata->header.partition[i].sector_length); in ppcboot_bfd_print_private_bfd_data()
413 if (!tdata->header.partition[i].partition_begin.ind in ppcboot_bfd_print_private_bfd_data()
414 && !tdata->header.partition[i].partition_begin.head in ppcboot_bfd_print_private_bfd_data()
415 && !tdata->header.partition[i].partition_begin.sector in ppcboot_bfd_print_private_bfd_data()
416 && !tdata->header.partition[i].partition_begin.cylinder in ppcboot_bfd_print_private_bfd_data()
417 && !tdata->header.partition[i].partition_end.ind in ppcboot_bfd_print_private_bfd_data()
418 && !tdata->header.partition[i].partition_end.head in ppcboot_bfd_print_private_bfd_data()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dppcboot.c63 ppcboot_partition_t partition[4]; /* partition information */ member
187 if (hdr.partition[0].partition_end.ind != PPC_IND) in ppcboot_object_p()
409 long sector_begin = bfd_getl_signed_32 (tdata->header.partition[i].sector_begin); in ppcboot_bfd_print_private_bfd_data()
410 long sector_length = bfd_getl_signed_32 (tdata->header.partition[i].sector_length); in ppcboot_bfd_print_private_bfd_data()
413 if (!tdata->header.partition[i].partition_begin.ind in ppcboot_bfd_print_private_bfd_data()
414 && !tdata->header.partition[i].partition_begin.head in ppcboot_bfd_print_private_bfd_data()
415 && !tdata->header.partition[i].partition_begin.sector in ppcboot_bfd_print_private_bfd_data()
416 && !tdata->header.partition[i].partition_begin.cylinder in ppcboot_bfd_print_private_bfd_data()
417 && !tdata->header.partition[i].partition_end.ind in ppcboot_bfd_print_private_bfd_data()
418 && !tdata->header.partition[i].partition_end.head in ppcboot_bfd_print_private_bfd_data()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-385-linksys-rango.dts89 partition@0 {
95 partition@200000 {
100 partition@220000 {
105 partition@7e0000 {
111 partition@820000 {
118 partition@a00000 {
123 partition@1000000 {
129 partition@5a00000 {
134 partition@6000000 {
142 partition@aa00000 {
[all …]
H A Darmada-385-linksys-shelby.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Darmada-385-linksys-cobra.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Darmada-385-linksys-caiman.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Dqcom-ipq4018-ap120c-ac.dtsi120 partition@0 {
126 partition@40000 {
132 partition@60000 {
138 partition@c0000 {
144 partition@d0000 {
150 partition@e0000 {
155 partition@f0000 {
161 partition@170000 {
167 partition@180000 {
173 partition@190000 {
[all …]
H A Domap3430-sdp.dts84 partition@0 {
88 partition@40000 {
92 partition@80000 {
96 partition@280000 {
128 partition@0 {
132 partition@80000 {
136 partition@1c0000 {
140 partition@280000 {
144 partition@780000 {
174 partition@0 {
[all …]
H A Dqcom-ipq4018-jalapeno.dts88 partition@0 {
94 partition@40000 {
100 partition@60000 {
106 partition@c0000 {
112 partition@d0000 {
118 partition@e0000 {
123 partition@f0000 {
129 partition@170000 {
149 partition@0 {
154 partition@4000000 {
H A Dimx28-apf28.dts25 partition@0 {
30 partition@300000 {
35 partition@380000 {
40 partition@400000 {
45 partition@480000 {
50 partition@500000 {
55 partition@d00000 {
H A Dkirkwood-nsa3x0-common.dtsi113 partition@0 {
118 partition@100000 {
122 partition@180000 {
126 partition@200000 {
130 partition@280000 {
134 partition@c80000 {
138 partition@1680000 {
142 partition@4640000 {
146 partition@5040000 {
/netbsd-src/usr.sbin/sunlabel/
H A Dsunlabel.doc30 carefully, both the values printed by L and the partition table printed
37 L - print label, except for partition table
38 P - print partition table
39 [abcdefghijklmnop] <cylno> <size> - change partition
40 V <name> <value> - change a non-partition label value
57 <cylno> parameter, "end-X" (where X is a partition letter) indicates
58 that the partition should start with the first free cylinder after
59 partition X; "start-X" indicates that the partition should start at the
60 same place as partition X. For the <size> parameter, "end-X" indicates
61 that the partition should end at the same place as partition X (even if
[all …]
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dunixdev.c76 u_int unit, partition; in unixopen() local
82 partition = va_arg(ap, u_int); in unixopen()
88 __func__, devname, unit, partition, fname); in unixopen()
122 bi_disk.partition = partition; in unixopen()
124 dip->disklabel.d_partitions[partition].p_offset + LABELSECTOR; in unixopen()
139 u_int unit, partition; in unixpathopen() local
144 partition = va_arg(ap, u_int); in unixpathopen()
150 __func__, devname, unit, partition, fname); in unixpathopen()
152 __USE(devname); __USE(partition); __USE(unit); in unixpathopen()
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmsg.md.en59 partition structure with any disk formatter. Partitions do not
74 and a minimal MacOS HFS partition. The rest of the disk will be marked
77 this point with the installation you may edit this new partition map to
79 you have completed your partition setups.
91 {Your disk currently has at least one MacOS HFS partition. Overwriting
92 the entire disk will delete the partition and may make the disk unusable
94 partition to insure that the disk can be mounted under MacOS. This
98 Are you really sure you want to overwrite the MacOS HFS partition(s)?
104 The partition table currently looks like:
109 {The disk partition you have selected will be split into two partitions.
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
H A Dns2-xmc.dts88 partition@0 {
94 partition@280000 {
100 partition@2c0000 {
106 partition@300000 {
112 partition@4000000 {
117 partition@a400000{
157 partition@0 {
162 partition@80000 {
167 partition@1e0000 {
172 partition@1f0000 {
[all …]

12345678910>>...41