Searched refs:gpt (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/sys/sys/
H A Dgpt.h37 #include <sys/disk/gpt.h>
/freebsd-13-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh35 disk=gpt.disk
85 silence gpt create "$disk"
86 match "$(partaddmsg 1 34 1024)" gpt add -t efi -s 1024 "$disk"
87 match "$(partaddmsg 2 1058 9150)" gpt add "$disk"
92 file "$src/gpt.2part.show.normal" gpt show "$disk"
93 file "$src/gpt.2part.show.uuid" gpt show -u "$disk"
121 echo -n "^gpt: $disk: Partition $1 unknown type MSDOS, "
140 silence gpt creat
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dtestenv.ksh10 if gpart create -s gpt $d >/dev/null 2>&1 ; then
H A Dtestenv.kshlib11 if gpart create -s gpt $d >/dev/null 2>&1 ; then
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_004_pos.ksh73 parted $disk -s -- mklabel gpt
76 gpart create -s gpt $disk
/freebsd-13-stable/usr.bin/mkimg/
H A DMakefile29 gpt.c \
H A Dgpt.c36 #include <gpt.h>
279 .name = "gpt",
/freebsd-13-stable/release/arm64/
H A Dmake-memstick.sh46 mkimg -s gpt \
H A Dmkisoimages.sh85 $MKIMG -s gpt \
/freebsd-13-stable/release/riscv/
H A Dmake-memstick.sh46 mkimg -s gpt \
H A Dmkisoimages.sh85 $MKIMG -s gpt \
/freebsd-13-stable/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh29 gpart create -s gpt $dsk
/freebsd-13-stable/release/amd64/
H A Dmkisoimages.sh89 $MKIMG -s gpt \
/freebsd-13-stable/sys/geom/label/
H A Dg_label_gpt.c37 #include <sys/gpt.h>
158 .ld_dirprefix = "gpt/",
168 G_LABEL_INIT(gpt, g_label_gpt, "Create device nodes for GPT labels");
/freebsd-13-stable/tools/boot/
H A Drootgen.sh49 mkimg -s gpt -b ${src}/boot/pmbr \
64 mkimg -s gpt \
79 # p1 is boot for uefi, p2 is boot for gpt, p3 is /
80 mkimg -b ${src}/boot/pmbr -s gpt \
96 pool=nogeli-gpt-zfs-legacy
100 gpart create -s gpt ${md}
135 pool=nogeli-gpt-zfs-uefi
139 gpart create -s gpt ${md}
174 pool=nogeli-gpt-zfs-both
178 gpart create -s gpt
[all...]
/freebsd-13-stable/usr.bin/mkimg/tests/
H A Dmkimg_test.sh6 mkimg_scheme_list="apm bsd ebr gpt mbr vtoc8"
12 gpt|mbr) echo 512 ;;
/freebsd-13-stable/stand/libsa/
H A Dgpt.c31 #include <sys/gpt.h>
34 #error gpt.c works only for little endian architectures
40 #include "gpt.h"
/freebsd-13-stable/sys/geom/part/
H A Dg_part_ldm.c36 #include <sys/gpt.h>
545 struct g_part_table *gpt; local
552 gpt = cp->provider->geom->softc;
554 LIST_FOREACH(e, &gpt->gpt_entry, gpe_entry) {
1220 struct g_part_table *gpt; local
1232 gpt = cp->provider->geom->softc;
1233 LIST_FOREACH(entry, &gpt->gpt_entry, gpe_entry) {
/freebsd-13-stable/release/tools/
H A Dvmimage.subr17 PARTSCHEME=gpt
18 ROOTLABEL="gpt"
76 echo '/dev/gpt/swapfs none swap sw 0 0' \
/freebsd-13-stable/stand/efi/gptboot/
H A Dproto.c42 #include "gpt.h"
43 #include <sys/gpt.h>
54 * Shim routine for the gpt code to read in the gpt table. The
81 * Shim routine for the gpt code to write in the gpt table. The
241 printf(BOOTPROG": unable to find raw disk to read gpt\n");
/freebsd-13-stable/tests/sys/geom/class/part/
H A Dmisc.sh88 atf_check -s exit:0 -o ignore gpart create -s gpt ${md}.nop
/freebsd-13-stable/stand/common/
H A Dpart.c35 #include <sys/gpt.h>
72 uuid_t gpt; member in union:pentry::__anon7916
347 memcpy(&entry->type.gpt, &ent->ent_type, sizeof(uuid_t));
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c20 #include <sys/gpt.h>
42 #include "gpt.h"
/freebsd-13-stable/contrib/file/magic/
H A DMakefile.am121 $(MAGIC_FRAGMENT_DIR)/gpt \
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c20 #include <sys/gpt.h>
42 #include "gpt.h"
113 #include "gpt.c"

Completed in 171 milliseconds

12