HomeSort by: relevance | last modified time | path
    Searched defs:partitions (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/x86/x86/
identcpu_subr.c 219 int type, level, ways, partitions, linesize, sets, totalsize; local in function:cpu_dcp_cacheinfo
258 partitions =__SHIFTOUT(descs[1], CPUID_DCP_PARTITIONS)
263 totalsize = ways * partitions * linesize * sets;
  /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/distrib/utils/embedded/conf/
x86.conf 48 8 partitions:
evbppc.conf 60 8 partitions:
riscv.conf 58 8 partitions:
evbarm.conf 60 8 partitions:
evbmips.conf 60 8 partitions:
  /src/sys/sys/
disklabel_acorn.h 50 /* Stuff to deal with RISCiX partitions */
65 struct riscix_partition partitions[NRISCIX_PARTITIONS]; member in struct:riscix_partition_table
bootblock.h 208 #define MBR_PART_COUNT 4 /* Number of partitions in MBR */
317 #define MBR_PTYPE_MIT_EXOPC 0x95 /* MIT EXOPC native partitions */
509 { MBR_PTYPE_MIT_EXOPC, "MIT EXOPC native partitions" },
1175 #define NEXT68K_LABEL_MAXPARTITIONS 8 /* number of partitions in next68k_disklabel */
1361 } partitions[SGI_BOOT_BLOCK_MAXPARTITIONS]; member in struct:sgi_boot_block
  /src/sys/arch/evbcf/include/
disklabel.h 39 #define MAXPARTITIONS 16 /* number of partitions */
77 u_short partitions; member in struct:cpu_disklabel
  /src/sys/arch/mvme68k/include/
disklabel.h 39 #define MAXPARTITIONS 8 /* number of partitions */
77 u_short partitions; member in struct:cpu_disklabel
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 136 struct sdmmc_part partitions[MAXPARTITIONS]; member in struct:sdmmc_softc
206 of->f_devdata = (void*)&sdmmc_softc.partitions[part];
260 if (sdmmc_strategy(&sc->partitions[0], F_READ, MBR_BBSECTOR, DEV_BSIZE,
326 if (sdmmc_strategy(&sc->partitions[0], F_READ,
452 sc->partitions[0].sc = sc;
453 sc->partitions[0].part->p_offset = 0;
462 sc->partitions[n].part = &sc->sc_label.d_partitions[n];
463 sc->partitions[n].sc = sc;
  /src/sbin/newfs_udf/
udf_core.h 197 struct part_desc *partitions[UDF_PARTITIONS]; /* partitions */ member in struct:udf_create_context
207 /* current partitions for allocation */
  /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/usr.sbin/sysinst/
gpt.c 159 * We keep a list of our current valid partitions, pointed
160 * to by "partitions".
161 * dp.num_part is the number of entries in "partitions".
162 * When partitions that have a representation on disk already
166 struct gpt_part_entry *partitions, /* current partitions */ member in struct:gpt_disk_partitions
167 *obsolete; /* deleted partitions */
251 for (struct gpt_part_entry *p = parts->partitions; p != NULL;
280 /* read the partitions */
370 parts->partitions = np
    [all...]
disks.c 700 * Allow plain partitions,
760 fprintf(stderr, "%s partitions on %s:\n",
781 " sectors, %zu partitions used\n", parts->free_space,
1063 * partitions might have changed
1215 /* sort all real partitions by mount point */
1220 /* real partitions go first */
1226 /* arbitrary order for all other partitions */
2306 struct single_partition *partitions; member in struct:sel_menu_data
2315 data->result.parts = data->partitions[m->cursel].parts;
2316 data->result.id = data->partitions[m->cursel].id
2404 struct single_partition *partitions, *pp; local in function:add_select_partition
    [all...]
  /src/sys/fs/udf/
udf.h 284 struct part_desc *partitions[UDF_PARTITIONS]; /* partitions */ member in struct:udf_mount
324 /* space bitmaps for physical partitions */

Completed in 22 milliseconds