/freebsd/lib/geom/part/ |
H A D | gpart.8 | 30 .Nd "control utility for the disk partitioning GEOM class" 147 Add a new partition to the partitioning scheme given by 184 This option is only valid when used on partitioning schemes that support 203 Embed bootstrap code into the partitioning scheme's metadata on the 227 into the partitioning scheme's metadata for 229 Not all partitioning schemes have embedded bootstrap code, so the 236 file must match the partitioning scheme's requirements for file content 273 Create a new partitioning scheme on a provider given by 291 Every partitioning scheme has a minimum and maximum number of entries. 299 Specify the partitioning scheme to use. [all …]
|
/freebsd/usr.bin/mkimg/ |
H A D | mkimg.1 | 55 argument(s) and using the partitioning scheme specified with the 80 Some partitioning schemes need a disk geometry and for those the 121 partitioning scheme with the 158 option marks a partition as active, if the partitioning 189 option is given and the list of supported partitioning schemes is printed 196 For a more descriptive list of supported partitioning schemes or supported 304 and a label for partitioning schemes that feature partition labels 352 A nested partitioning scheme is created by running the 391 For partitioning schemes that feature partition labels, the
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | Partitions.rst | 9 LLD's partitioning feature allows a program (which may be an executable 23 A program that uses the partitioning feature must decide which symbols are 105 The partitioning feature may not currently be used together with the 111 The partitioning feature may not currently be used on the MIPS architecture
|
/freebsd/tests/sys/cddl/zfs/tests/interop/ |
H A D | setup.ksh | 36 log_note "Partitioning a single disk ($SINGLE_DISK)" 39 log_note "Partitioning a disks ($SINGLE_DISK) and ($ZFS_DISK2)" 42 log_note "Partitioning disks ($META_DISK0 $META_DISK1 $ZFS_DISK2)"
|
/freebsd/usr.sbin/bsdinstall/ |
H A D | bsdinstall.8 | 78 Run the standard interactive installation, including disk partitioning. 86 except that disk partitioning and network setup are skipped and a kernel is 214 A shorter invocation to use the default partitioning (as 294 The partitioning of the disk onto which the system is being installed. 301 use the default partitioning as in 600 as well as disk partitioning. 657 partitioning tool takes the
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/ |
H A D | migration.cfg | 60 log_fail "$ZFS_DISK not supported for partitioning." 84 log_fail "$ZFS_DISK not supported for partitioning." 92 log_fail "$NONZFS_DISK not supported for partitioning."
|
H A D | setup.ksh | 42 log_note "Partitioning a single disk ($SINGLE_DISK)" 45 log_note "Partitioning disks ($ZFS_DISK $NONZFS_DISK)"
|
/freebsd/tests/sys/cddl/zfs/tests/scrub_mirror/ |
H A D | setup.ksh | 32 log_note "Partitioning a single disk ($SINGLE_DISK)" 34 log_note "Partitioning disks ($MIRROR_PRIMARY $MIRROR_SECONDARY)"
|
/freebsd/tests/sys/cddl/zfs/tests/clean_mirror/ |
H A D | setup.ksh | 32 log_note "Partitioning a single disk ($SINGLE_DISK)" 34 log_note "Partitioning disks ($MIRROR_PRIMARY $MIRROR_SECONDARY)"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 65 /// Partitioning function. 69 /// Off-the-shelf partitioning which compiles all requested symbols (usually 74 /// Off-the-shelf partitioning which compiles whole modules whenever any
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_res_part.c | 117 /* Initialise Resource partitioning. 163 /* Disable the resource partitioning feature 164 * and restore the default partitioning scheme
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | tplink,safeloader-partitions.yaml | 12 data). That requires flash partitioning. 24 This binding describes partitioning method and defines offset of ASCII
|
/freebsd/tests/sys/cddl/zfs/tests/migration/ |
H A D | setup.ksh | 36 log_note "Partitioning a single disk ($SINGLE_DISK)" 39 log_note "Partitioning disks ($ZFS_DISK $NONZFS_DISK)"
|
/freebsd/sys/geom/part/ |
H A D | g_part.h | 155 * partitioning scheme has been destroyed. 162 * geometry. This is to support partitioning schemes as well as 166 * so that a partitioning scheme can correct the synthesized 172 int gpt_depth; /* Sub-partitioning level. */
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | auto | 306 --title "Partitioning" \ 318 bsdinstall autopart || error "Partitioning error" 329 BSDINSTALL_LOG="${debugFile#+}" bsdinstall partedit || error "Partitioning error" 331 bsdinstall partedit || error "Partitioning error" 336 error "Unknown partitioning mode"
|
/freebsd/share/doc/papers/jail/ |
H A D | paper.ms | 95 This problem space points strongly in the direction of a partitioning 118 provides a strong partitioning solution, leveraging existing 230 The Jail Partitioning Solution 232 Jail neatly side-steps the majority of these problems through partitioning. 376 partitioning mechanism, allowing the delegation of administrative rights
|
H A D | future.ms | 43 partitioning between jail environments \s-2[LOTTERY1] [LOTTERY2]\s+2. 46 of processes in kernel, complete partitioning is not possible within the
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 10 // partitioning algorithm. 21 #define DEBUG_TYPE "balanced-partitioning" 81 "Partitioning %d nodes using depth %d and %d iterations per split\n", in run() 109 LLVM_DEBUG(dbgs() << "Balanced partitioning completed\n"); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BalancedPartitioning.h | 10 // partitioning algorithm. 75 /// The bucket assigned by balanced partitioning 104 /// Run recursive graph partitioning that optimizes a given objective.
|
/freebsd/tools/tools/nanobsd/ |
H A D | legacy.sh | 92 ' > ${NANO_LOG}/_.partitioning 103 CODE_SIZE=`head -n 1 ${NANO_LOG}/_.partitioning | awk '{ print $2 }'` 183 ' ${NANO_LOG}/_.partitioning > ${NANO_OBJ}/_.gpart
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 428 /// Performs all of the partitioning work on \p M. 442 SML << "\n--Partitioning Starts--\n"; in doPartitioning() 580 SML << "--Partitioning Done--\n\n"; in doPartitioning() 629 // This is needed because partitioning is purely based on calls, but sometimes in splitAMDGPUModule() 631 // and not do anything (no calls). After partitioning, that local function may in splitAMDGPUModule() 636 // Additionally, it guides partitioning to not duplicate this function if it's in splitAMDGPUModule() 718 // This performs all of the partitioning work. in splitAMDGPUModule()
|
/freebsd/sys/arm64/conf/ |
H A D | DEFAULTS | 10 # Default partitioning schemes
|
/freebsd/sys/riscv/conf/ |
H A D | DEFAULTS | 10 # Default partitioning schemes
|
/freebsd/sys/amd64/conf/ |
H A D | DEFAULTS | 19 # Default partitioning schemes
|
/freebsd/sys/i386/conf/ |
H A D | DEFAULTS | 20 # Default partitioning schemes
|