Home
last modified time | relevance | path

Searched defs:partitions (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c38 print_partedit_item(WINDOW *partitions, struct partedit_item *items, in print_partedit_item()
65 WINDOW *dialog, *partitions; in diskeditor_show() local
/freebsd-13-stable/contrib/llvm-project/libcxx/src/pstl/
HDlibdispatch.cpp22 __chunk_partitions partitions; in __partition_chunks() local
/freebsd-13-stable/contrib/dialog/samples/install/
HDsetup.c80 } partitions[MAX_PARTS]; variable
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
HDfsync_integrity.c103 uint32_t partitions[NUM_CHUNKS]; member
HDtxg_integrity.c95 uint32_t partitions[NUM_CHUNKS]; member
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp4929 std::vector<Partition> elf::partitions; member in elf
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp983 iterator_range<AllocaSlices::partition_iterator> AllocaSlices::partitions() { in partitions() function in AllocaSlices