/freebsd/contrib/llvm-project/libcxx/src/pstl/ |
H A D | libdispatch.cpp | 22 __chunk_partitions partitions; in __partition_chunks() local 23 partitions.__chunk_count_ = std::max<ptrdiff_t>(1, element_count / 256); in __partition_chunks() 24 partitions.__chunk_size_ = element_count / partitions.__chunk_count_; in __partition_chunks() 25 …partitions.__first_chunk_size_ = element_count - (partitions.__chunk_count_ - 1) * partitions.__ch… in __partition_chunks() 26 if (partitions.__chunk_count_ == 0 && element_count > 0) in __partition_chunks() 27 partitions.__chunk_count_ = 1; in __partition_chunks() 28 return partitions; in __partition_chunks()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | brcm,bcm947xx-cfe-partitions.txt | 5 home routers. Their BCM947xx boards using CFE bootloader have several partitions 9 Discovering partitions on these devices is possible thanks to having a special 13 Most of partitions use ASCII text based magic for determining a type. More 14 complex partitions (like TRX with its HDR0 magic) may include extra header 17 A list of supported partitions includes: 24 As mentioned earlier, role of some partitions may depend on extra configuration. 30 Devices using Broadcom partitions described above should should have flash node 31 with a subnode named "partitions" using following properties: 34 - compatible : (required) must be "brcm,bcm947xx-cfe-partitions" 39 partitions { [all …]
|
H A D | brcm,trx.txt | 9 identification fields, CRC32 checksum and the locations of embedded partitions. 10 Its purpose is to store a few partitions in a format that can be distributed as 13 Container can hold up to 4 partitions. The first partition has to contain a 15 executing. Other partitions can be used for operating system purposes. This is 19 partitions have to be less than the 4GiB max size limit. 22 1) v1 which contains 3 partitions 23 2) v2 which contains 4 partitions 39 partitions {
|
H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 6 NVRAM partition, and the remainder in-between for one to two firmware partitions 12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions" 21 partitions { 22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
H A D | brcm,bcm963xx-imagetag.txt | 5 partitions or non standard bootloader partition sizes. For these a mixed layout 21 partitions { 22 compatible = "fixed-partitions";
|
/freebsd/contrib/dialog/samples/install/ |
H A D | setup.c | 80 } partitions[MAX_PARTS]; variable 122 char *t = partitions[num_partition].name; in read_partitions() 135 partitions[num_partition].blocks = atoi(t); in read_partitions() 137 partitions[num_partition].type = Linux; in read_partitions() 141 partitions[num_partition].type = Swap; in read_partitions() 145 partitions[num_partition].type = MsDos; in read_partitions() 167 if (partitions[i].type == Linux) { in select_partition() 168 items[num * 2] = partitions[i].name; in select_partition() 170 partitions[i].blocks); in select_partition() 240 name = partitions[part].name; in install_harddisk() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | partition.txt | 1 Flash partitions in device tree 12 To assist system software in locating partitions, we allow describing which 14 a subnode of the flash device that is named 'partitions'. It must have a 21 significant relation between partitions or some partition internally uses 24 Available bindings are listed in the "partitions" subdirectory. 27 Deprecated: partitions defined in flash node 30 For backwards compatibility partitions as direct subnodes of the flash device are 33 string are not considered partitions, as they may be used for other bindings.
|
H A D | samsung-s3c2410.txt | 20 Each child device node may optionally contain a 'partitions' sub-node, 40 partitions { 41 compatible = "fixed-partitions";
|
H A D | qcom_nandc.txt | 59 Each nandcs device node may optionally contain a 'partitions' sub-node, which 87 partitions { 88 compatible = "fixed-partitions"; 126 partitions { 127 compatible = "fixed-partitions";
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 10 or a shared library) to be split into multiple pieces, or partitions. A 12 loadable partitions. The loadable partitions depend on the main partition 14 shared object, the main partition and the loadable partitions share a virtual 16 offset from the main partition. This allows the loadable partitions to refer 42 into partitions according to which sections of the program are reachable from 47 loadable partitions. 49 The following diagram illustrates how sections are assigned to partitions. Each 52 .. image:: partitions.svg 54 The result of linking a program that uses partitions is essentially an 55 ELF file with all of the partitions concatenated together. This file is [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/ |
H A D | make_patterns.py | 14 partitions = [] 15 while len(partitions) != NUM_CHUNKS: 18 partitions = sorted( 25 return partitions
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-390-db.dts | 92 partitions { 93 compatible = "fixed-partitions"; 123 partitions { 124 compatible = "fixed-partitions";
|
H A D | armada-385-db-88f6820-amc.dts | 103 partitions { 104 compatible = "fixed-partitions"; 137 partitions { 138 compatible = "fixed-partitions";
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-7040-db.dts | 91 partitions { 92 compatible = "fixed-partitions"; 162 partitions { 163 compatible = "fixed-partitions"; 194 partitions { 195 compatible = "fixed-partitions";
|
H A D | armada-8040-db.dts | 80 partitions { 81 compatible = "fixed-partitions"; 246 partitions { 247 compatible = "fixed-partitions"; 282 partitions { 283 compatible = "fixed-partitions";
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-moxa-uc-2100-common.dtsi | 191 partitions { 192 compatible = "fixed-partitions"; 197 partitions@0 { 202 partitions@1 { 207 partitions@2 {
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-ipq4018-jalapeno.dts | 83 partitions { 84 compatible = "fixed-partitions"; 144 partitions { 145 compatible = "fixed-partitions";
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm53016-meraki-mr32.dts | 128 partitions { 132 * [ 1.721667] 1 bcm47xxpart partitions found on MTD device brcmnand.0 133 * [ 1.727962] Creating 1 MTD partitions on "brcmnand.0": 137 compatible = "fixed-partitions";
|
H A D | bcm5301x-nand-cs0.dtsi | 16 partitions { 17 compatible = "brcm,bcm947xx-cfe-partitions";
|
H A D | bcm47081-tplink-archer-c5-v2.dts | 97 partitions { 98 compatible = "tplink,safeloader-partitions"; 99 partitions-table-offset = <0xe50000>;
|
/freebsd/sys/contrib/device-tree/src/mips/brcm/ |
H A D | bcm97xxx-nand-cs1-bch24.dtsi | 12 partitions { 13 compatible = "fixed-partitions";
|
H A D | bcm97xxx-nand-cs1-bch4.dtsi | 12 partitions { 13 compatible = "fixed-partitions";
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | openbmc-flash-layout.dtsi | 3 partitions { 4 compatible = "fixed-partitions";
|
H A D | openbmc-flash-layout-128.dtsi | 3 partitions { 4 compatible = "fixed-partitions";
|
H A D | openbmc-flash-layout-64.dtsi | 6 partitions { 7 compatible = "fixed-partitions";
|