HomeSort by: relevance | last modified time | path
    Searched refs:partitions (Results 1 - 25 of 240) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm5301x-nand-cs0.dtsi 16 partitions {
17 compatible = "brcm,bcm947xx-cfe-partitions";
armada-385-db-88f6820-amc.dts 103 partitions {
104 compatible = "fixed-partitions";
137 partitions {
138 compatible = "fixed-partitions";
bcm4708-luxul-xwc-1000.dts 29 partitions {
30 compatible = "fixed-partitions";
ge863-pro3.dtsi 54 partitions {
55 compatible = "fixed-partitions";
zynq-zc770-xm010.dts 75 partitions {
76 compatible = "fixed-partitions";
  /src/usr.sbin/sysinst/arch/acorn32/
msg.md.fr 52 {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
  /src/usr.sbin/sysinst/arch/cats/
msg.md.en 51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
msg.md.fr 51 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
  /src/usr.sbin/sysinst/arch/zaurus/
msg.md.en 51 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
msg.md.fr 51 {Nous avons maintenant vos partitions NetBSD sur %s comme suit
  /src/sys/arch/x68k/stand/libsa/
sdcd.c 43 static struct boot_partinfo partitions[MAXPARTITIONS]; variable in typeref:struct:boot_partinfo[]
188 partitions[i].start = label->d_partitions[i].p_offset;
189 partitions[i].size = label->d_partitions[i].p_size;
207 partitions[current_npart].start
209 partitions[current_npart].size
212 partitions[current_npart].start = 0;
213 partitions[current_npart].size = -1; /* XXX */
221 partitions[i].start,
222 partitions[i].size);
258 if (partitions[i].start == parttop
    [all...]
  /src/usr.sbin/sunlabel/
sunlabel.c 65 * 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).
356 * whenever we change it; we need to call it on all partitions
408 label.partitions[i].startcyl = 0
    [all...]
  /src/sbin/svhlabel/
svhlabel.c 81 * Some ports seem to not set the number of partitions
133 if (vh->partitions[i].blocks == 0)
139 switch (vh->partitions[i].type) {
142 * For some reason, my IRIX CDs list EFS partitions as SYSV!?
145 if (is_efs(sd, vh->partitions[i].first)) {
147 npe.p_size = vh->partitions[i].blocks;
148 npe.p_offset = vh->partitions[i].first;
156 if (label.d_secperunit != (uint32_t)vh->partitions[i].blocks)
158 label.d_secperunit = vh->partitions[i].blocks;
270 BE32TOH(vh->partitions[i].blocks)
    [all...]
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.en 78 {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
msg.md.es 79 {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
  /src/usr.sbin/sysinst/arch/atari/
msg.md.en 54 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
  /src/usr.sbin/sysinst/arch/evbarm/
msg.md.fr 52 {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
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 63 {%s does not have enough free partitions for NetBSD.
64 It must have at least 2 free partitions (for root file system and swap).
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 320 printf("\nSGI partitions:\n");
322 if (be32toh(volhdr->partitions[i].blocks)) {
324 i, i + 'a', be32toh(volhdr->partitions[i].blocks),
325 be32toh(volhdr->partitions[i].first),
326 be32toh(volhdr->partitions[i].type),
327 be32toh(volhdr->partitions[i].type) > 13 ? "???" :
328 sgi_types[be32toh(volhdr->partitions[i].type)]);
368 volhdr->partitions[10].blocks =
371 volhdr->partitions[10].blocks = htobe32(lbl.d_secperunit);
373 volhdr->partitions[10].first = 0
    [all...]
  /src/sys/arch/arm/arm/
disksubr_acorn.c 281 loop, rpt->partitions[loop].rp_name,
282 rpt->partitions[loop].rp_start,
283 rpt->partitions[loop].rp_length,
284 rpt->partitions[loop].rp_type);
287 if (strcmp(rpt->partitions[loop].rp_name,
289 strcmp(rpt->partitions[loop].rp_name,
291 strcmp(rpt->partitions[loop].rp_name,
294 rpt->partitions[loop].rp_start;
  /src/sys/arch/sgimips/sgimips/
disksubr.c 252 lpp->p_offset = vh->partitions[mp].first;
256 lpp->p_size = vh->partitions[mp].blocks;
307 vh->partitions[mp].first = lpp->p_offset;
310 vh->partitions[mp].first *=
312 vh->partitions[mp].blocks = lpp->p_size;
313 vh->partitions[mp].type = partition_map[i].mips_type;
319 vh->partitions[8].first = 0;
320 vh->partitions[8].blocks = vh->partitions[vh->root].first +
322 vh->partitions[8].type = SGI_PTYPE_VOLHDR
    [all...]
  /src/sys/stand/efiboot/
efiblock.h 48 TAILQ_HEAD(, efi_block_part) partitions;
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.en 73 {%s does not have enough free partitions for NetBSD.
74 It must have at least 2 free partitions (for root file system and swap).
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.en 73 {%s does not have enough free partitions for NetBSD.
74 It must have at least 2 free partitions (for root file system and swap).
  /src/usr.sbin/sysinst/arch/x68k/
msg.md.en 74 {%s does not have enough free partitions for NetBSD.
75 It must have at least 2 free partitions (for root file system and swap).

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 910