| /src/sys/arch/x86/x86/ |
| identcpu_subr.c | 219 int type, level, ways, partitions, linesize, sets, totalsize; local 258 partitions =__SHIFTOUT(descs[1], CPUID_DCP_PARTITIONS) 263 totalsize = ways * partitions * linesize * sets;
|
| /src/sys/stand/efiboot/ |
| efiblock.h | 48 TAILQ_HEAD(, efi_block_part) partitions; member in struct:efi_block_dev
|
| /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/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 | 209 #define MBR_PART_COUNT 4 /* Number of partitions in MBR */ 318 #define MBR_PTYPE_MIT_EXOPC 0x95 /* MIT EXOPC native partitions */ 510 { MBR_PTYPE_MIT_EXOPC, "MIT EXOPC native partitions" }, 1176 #define NEXT68K_LABEL_MAXPARTITIONS 8 /* number of partitions in next68k_disklabel */ 1362 } partitions[SGI_BOOT_BLOCK_MAXPARTITIONS]; member in struct:sgi_boot_block
|
| /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/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/external/gpl3/gcc/dist/gcc/lto/ |
| lto-partition.cc | 45 /* Helper for qsort; compare partitions and return one with smaller order. */ 165 "Symbol node %s now used in multiple partitions\n", 348 /* Order partitions by order of symbols because they are linked into binary 407 partitions. */ 432 /* Group cgraph nodes into equally-sized partitions. 439 The goal is to partition this linear order into intervals (partitions) so 440 that all the partitions have approximately the same size and the number of 445 WHOPR is designed to make things go well across partitions, it leads 453 into enough partitions to allow use of multiple CPUs, while large programs 454 are not partitioned too much. Creating too many partitions significantl 820 unsigned partitions = ltrans_partitions.length (); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-partition.cc | 44 /* Helper for qsort; compare partitions and return one with smaller order. */ 164 "Symbol node %s now used in multiple partitions\n", 348 /* Order partitions by order of symbols because they are linked into binary 407 partitions. */ 432 /* Group cgraph nodes into equally-sized partitions. 439 The goal is to partition this linear order into intervals (partitions) so 440 that all the partitions have approximately the same size and the number of 445 WHOPR is designed to make things go well across partitions, it leads 453 into enough partitions to allow use of multiple CPUs, while large programs 454 are not partitioned too much. Creating too many partitions significantl 820 unsigned partitions = ltrans_partitions.length (); local [all...] |
| /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/sys/fs/udf/ |
| udf.h | 284 struct part_desc *partitions[UDF_PARTITIONS]; /* partitions */ member in struct:udf_mount 324 /* space bitmaps for physical partitions */
|
| /src/usr.sbin/sysinst/ |
| disks.c | 701 * Allow plain partitions, 761 fprintf(stderr, "%s partitions on %s:\n", 782 " sectors, %zu partitions used\n", parts->free_space, 1064 * partitions might have changed 1216 /* sort all real partitions by mount point */ 1221 /* real partitions go first */ 1227 /* arbitrary order for all other partitions */ 2307 struct single_partition *partitions; member in struct:sel_menu_data 2316 data->result.parts = data->partitions[m->cursel].parts; 2317 data->result.id = data->partitions[m->cursel].id 2405 struct single_partition *partitions, *pp; local [all...] |
| 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...] |
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_internal.h | 402 U32 partitions[ZSTD_MAX_NB_BLOCK_SPLITS]; member in struct:__anon8644
|
| zstd_compress.c | 4175 static size_t ZSTD_deriveBlockSplits(ZSTD_CCtx* zc, U32 partitions[], U32 nbSeq) 4178 splits.splitLocations = partitions; 4187 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); 4207 U32* const partitions = zc->blockSplitCtx.partitions; /* size == ZSTD_MAX_NB_BLOCK_SPLITS */ local 4210 size_t const numSplits = ZSTD_deriveBlockSplits(zc, partitions, nbSeq); 4212 /* If a block is split and some partitions are emitted as RLE/uncompressed, then repcode history 4220 * 2) dRep gets updated only for compressed partitions, and when a repcode gets replaced, will use 4250 ZSTD_deriveSeqStoreChunk(currSeqStore, &zc->seqStore, 0, partitions[0]); 4263 ZSTD_deriveSeqStoreChunk(nextSeqStore, &zc->seqStore, partitions[i], partitions[i+1]) [all...] |