Searched refs:disklabel (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-11-stable/sys/geom/
H A Dgeom_bsd.c58 #include <sys/disklabel.h>
87 struct disklabel ondisk;
93 * Modify our slicer to match proposed disklabel, if possible.
106 struct disklabel dl;
201 * function to try to locate a disklabel on the disk. More civilized formats
211 struct disklabel *dl;
216 * disklabel does not span sectors, so one sector is enough.
284 * If the user tries to overwrite our disklabel through an open partition
505 * Process the found disklabel, and modify our "slice"
/freebsd-11-stable/lib/libufs/
H A Dtype.c33 #include <sys/disklabel.h>
H A Dcgroup.c33 #include <sys/disklabel.h>
/freebsd-11-stable/stand/efi/libefi/
H A Ddevicename.c33 #include <sys/disklabel.h>
/freebsd-11-stable/sys/geom/part/
H A Dg_part_bsd.c32 #include <sys/disklabel.h>
205 if (pp->sectorsize < sizeof(struct disklabel))
365 if (pp->sectorsize < sizeof(struct disklabel) ||
371 /* Check that there's a disklabel. */
468 printf("GEOM: %s: invalid disklabel.\n", pp->name);
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c48 #include <sys/disklabel.h>
555 struct disklabel *d;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c56 #include <sys/disklabel.h>
232 struct disklabel dl;
/freebsd-11-stable/sys/dev/iir/
H A Diir_ctrl.c54 #include <sys/disklabel.h>
/freebsd-11-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh292 atf_set "descr" "Migrate an MBR+disklabel disk to GPT"
299 silence disklabel -R "$disk" "$src/gpt.disklabel"
301 file "$src/gpt.disklabel.show.normal" gpt show "$disk"
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c21 #include <sys/disklabel.h>
607 struct disklabel *d;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c20 #include <sys/disklabel.h>
473 struct disklabel *d;
/freebsd-11-stable/sbin/dumpfs/
H A Ddumpfs.c61 #include <sys/disklabel.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c61 #include <sys/disklabel.h>
/freebsd-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c34 #include <sys/disklabel.h>
/freebsd-11-stable/bin/dd/
H A Ddd.c51 #include <sys/disklabel.h>
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c51 #include <sys/disklabel.h>
H A Dsetup.c42 #include <sys/disklabel.h>
H A Dgjournal.c58 #include <sys/disklabel.h>
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf26 progs badsect bim clri disklabel dmesg dump dumpfs fdisk fsck halt
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc32 disklabel.c \
/freebsd-11-stable/sbin/dump/
H A Dmain.c47 #include <sys/disklabel.h>
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c31 #include <sys/disklabel.h>
501 printf("parameters extracted from in-core disklabel are:\n");
754 * needed if the disklabel protected area also protects
/freebsd-11-stable/sbin/ffsinfo/
H A Dffsinfo.c56 #include <sys/disklabel.h>
/freebsd-11-stable/sbin/quotacheck/
H A Dquotacheck.c51 #include <sys/disklabel.h>
/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c40 #include <sys/disklabel.h>

Completed in 343 milliseconds

123