Searched refs:partitions (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn26/
H A Dmsg.md.fr52 {Impossible de lire la table de partitions RISCiX
56 {Aucune partition NetBSD trouv�e dans la table de partitions RISCiX. Impossible
75 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
H A Dmsg.md.en74 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/acorn32/
H A Dmsg.md.fr52 {Impossible de lire la table de partitions RISCiX
56 {Aucune partition NetBSD trouv�e dans la table de partitions RISCiX. Impossible
75 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
H A Dmsg.md.en74 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/cats/
H A Dmsg.md.en51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
H A Dmsg.md.fr51 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/zaurus/
H A Dmsg.md.en51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
H A Dmsg.md.fr51 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dsdcd.c40 static struct boot_partinfo partitions[MAXPARTITIONS]; variable in typeref:struct:boot_partinfo
143 partitions[i].start = label->d_partitions[i].p_offset;
144 partitions[i].size = label->d_partitions[i].p_size;
168 partitions[current_npart].start
170 partitions[current_npart].size
173 partitions[current_npart].start = 0;
174 partitions[current_npart].size = -1; /* XXX */
182 partitions[i].start,
183 partitions[i].size);
221 if (partitions[
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sunlabel/
H A Dsunlabel.c65 * NPART is the total number of partitions. This must be <= 43, given the
66 * amount of space available to store extended partitions. It also must be
67 * <=26, given the use of single letters to name partitions. The 8 is the
68 * number of `standard' partitions; this arguably should be a #define, since
81 * cheat, using (effectively) ptr-&label.partitions[0].
126 struct part partitions[NPART];/* The partitions themselves */ member in struct:label
163 * extended partitions (mainly the kernel).
358 * whenever we change it; we need to call it on all partitions
410 label.partitions[
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/ofppc/
H A Dmsg.md.en78 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to
83 in size, or a pair of PReP partitions. The PReP partitions need to be at
85 partitions, however some can utilize the FAT12. Most other machines require
87 defaults, and install all three. You do not currently have any partitions
H A Dmsg.md.es79 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to
84 in size, or a pair of PReP partitions. The PReP partitions need to be at
86 partitions, however some can utilize the FAT12. Most other machines require
88 defaults, and install all three. You do not currently have any partitions
/netbsd-6-1-5-RELEASE/sbin/svhlabel/
H A Dsvhlabel.c80 * Some ports seem to not set the number of partitions
132 if (vh->partitions[i].blocks == 0)
138 switch (vh->partitions[i].type) {
141 * For some reason, my IRIX CDs list EFS partitions as SYSV!?
144 if (is_efs(sd, vh->partitions[i].first)) {
146 npe.p_size = vh->partitions[i].blocks;
147 npe.p_offset = vh->partitions[i].first;
155 if (label.d_secperunit != (uint32_t)vh->partitions[i].blocks)
157 label.d_secperunit = vh->partitions[i].blocks;
269 BE32TOH(vh->partitions[
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/atari/
H A Dmsg.md.en54 the installation disk. Note that NetBSD can do without AHDI partitions,
57 partitions to NetBSD before NetBSD is able to use the disk. Change the 'id'
58 of all partitions you want to use for NetBSD file systems to 'NBD'. Change
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/evbarm/
H A Dmsg.md.fr52 {Impossible de lire la table de partitions RISCiX
56 {Aucune partition NetBSD trouv�e dans la table de partitions RISCiX. Impossible
70 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c338 printf("\nSGI partitions:\n");
340 if (be32toh(volhdr->partitions[i].blocks)) {
342 i, i + 'a', be32toh(volhdr->partitions[i].blocks),
343 be32toh(volhdr->partitions[i].first),
344 be32toh(volhdr->partitions[i].type),
345 be32toh(volhdr->partitions[i].type) > 13 ? "???" :
346 sgi_types[be32toh(volhdr->partitions[i].type)]);
386 volhdr->partitions[10].blocks =
389 volhdr->partitions[10].blocks = htobe32(lbl.d_secperunit);
391 volhdr->partitions[1
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/hp300/
H A Dmsg.md.en67 {%s does not have enough free partitions for NetBSD.
68 It must have at least 2 free partitions (for root file system and swap).
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mvme68k/
H A Dmsg.md.en72 {%s does not have enough free partitions for NetBSD.
73 It must have at least 2 free partitions (for root file system and swap).
H A Dmsg.md.fr60 Veuillez modifier la table des partitions.}
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/x68k/
H A Dmsg.md.en74 {%s does not have enough free partitions for NetBSD.
75 It must have at least 2 free partitions (for root file system and swap).
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Ddisksubr_acorn.c275 rpt->partitions[loop].rp_name,
276 rpt->partitions[loop].rp_start,
277 rpt->partitions[loop].rp_length,
278 rpt->partitions[loop].rp_type);
281 if (strcmp(rpt->partitions[loop].rp_name,
283 strcmp(rpt->partitions[loop].rp_name,
285 strcmp(rpt->partitions[loop].rp_name,
288 rpt->partitions[loop].rp_start;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/shark/
H A Dmsg.md.fr55 {Impossible de lire la table de partitions RISCiX
59 {Aucune partition NetBSD trouv�e dans la table de partitions RISCiX. Impossible
73 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.c445 the RDG in different partitions. */
803 /* Fuse all the partitions from PARTITIONS that contain similar memory
805 function does not fuse those partitions that contain patterns that
810 VEC (bitmap, heap) **partitions)
815 for (p1 = 0; VEC_iterate (bitmap, *partitions, p1, partition1); p1++)
817 for (p2 = 0; VEC_iterate (bitmap, *partitions, p2, partition2); p2++)
823 VEC_ordered_remove (bitmap, *partitions, p2);
835 VEC (bitmap, heap) **partitions, bitmap processed)
863 VEC_safe_push (bitmap, heap, *partitions, partition);
870 computations that are not yet part of previous partitions
809 fuse_partitions_with_similar_memory_accesses(struct graph *rdg, VEC (bitmap, heap) **partitions) argument
833 rdg_build_partitions(struct graph *rdg, VEC (rdgc, heap) *components, VEC (int, heap) **other_stores, VEC (bitmap, heap) **partitions, bitmap processed) argument
903 dump_rdg_partitions(FILE *file, VEC (bitmap, heap) *partitions) argument
966 partition_contains_all_rw(struct graph *rdg, VEC (bitmap, heap) *partitions) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Ddisksubr.c287 lpp->p_offset = vh->partitions[mp].first;
291 lpp->p_size = vh->partitions[mp].blocks;
342 vh->partitions[mp].first = lpp->p_offset;
345 vh->partitions[mp].first *=
347 vh->partitions[mp].blocks = lpp->p_size;
348 vh->partitions[mp].type = partition_map[i].mips_type;
354 vh->partitions[8].first = 0;
355 vh->partitions[8].blocks = vh->partitions[vh->root].first +
357 vh->partitions[
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mac68k/
H A Dmsg.md.en73 15 disk partitions, and pre-defined partitions for the Map, disk drivers,
75 as available for use. The disk driver partitions will not be initialized
103 user-level partitions, but only those usable by NetBSD are displayed.
109 {The disk partition you have selected will be split into two partitions.
111 type partition. You may then change either of the partitions into one of
137 destroy all existing data on all partitions on the volume. USE WITH CARE!
162 disk partitions. However your new Disk Partition Map has been written to

Completed in 233 milliseconds

12