Home
last modified time | relevance | path

Searched refs:disklabel (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/sys/sys/
H A Ddisklabel.h75 static __inline u_int16_t dkcksum(struct disklabel *lp);
77 dkcksum(struct disklabel *lp) in dkcksum()
160 int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
162 void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
166 struct disklabel *getdiskbyname(const char *);
/freebsd-14.2/sbin/bsdlabel/
H A Dbsdlabel.c89 static void fixlabel(struct disklabel *);
94 static int checklabel(struct disklabel *);
105 static struct disklabel lab;
303 fixlabel(struct disklabel *lp) in fixlabel()
326 struct disklabel *dp; in makelabel()
386 struct disklabel *lp = &lab; in writelabel()
622 struct disklabel label; in edit()
1094 checklabel(struct disklabel *lp) in checklabel()
1149 struct disklabel *vl; in checklabel()
1449 static struct disklabel *
[all …]
H A DMakefile12 LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
13 MLINKS= bsdlabel.8 disklabel.8
/freebsd-14.2/sbin/newfs/
H A Druntest01.sh12 disklabel -w md$MD auto
13 disklabel -w md$ME auto
H A Dnewfs.c124 static struct disklabel *getdisklabel(void);
134 struct disklabel *lp; in main()
435 struct disklabel *
438 static struct disklabel lab; in getdisklabel()
439 struct disklabel *lp; in getdisklabel()
H A Druntest00.sh12 disklabel -w md$MD auto
/freebsd-14.2/stand/efi/boot1/
H A Dufs_module.c80 struct disklabel *dl; in init_dev()
115 dl = (struct disklabel *)&ufs_buffer[bs]; in init_dev()
117 dl = (struct disklabel *)&ufs_buffer[BSD_LABEL_OFFSET]; in init_dev()
/freebsd-14.2/lib/libc/gen/
H A Ddisklabel.c59 struct disklabel *
62 static struct disklabel disk; in getdiskbyname()
63 struct disklabel *dp = &disk; in getdiskbyname()
/freebsd-14.2/sys/sys/disk/
H A Dbsd.h58 struct disklabel { struct
131 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument
/freebsd-14.2/tools/tools/find-sb/
H A DREADME7 after the disklabel got somehow trashed. It might not work for you. After
8 looking carefully at the output of this program and creating a new disklabel,
/freebsd-14.2/usr.bin/mkimg/
H A Dbsd.c66 struct disklabel *d; in bsd_write()
77 memset(buf + secsz, 0, sizeof(struct disklabel)); in bsd_write()
/freebsd-14.2/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh58 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
143 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
H A Dt_umount.sh59 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
/freebsd-14.2/usr.sbin/crunch/examples/
H A Dfilesystem.conf15 progs disklabel init mount newfs reboot umount
H A Dfixit.conf24 progs chown clri disklabel dump dmesg fsck ifconfig init
H A Dreally-big.conf25 progs bim clri disklabel dmesg dump dumpfs fsck halt
/freebsd-14.2/sys/geom/
H A Dgeom_bsd_enc.c68 bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart) in bsd_disklabel_le_dec()
147 bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d) in bsd_disklabel_le_enc()
/freebsd-14.2/rescue/rescue/
H A DMakefile170 CRUNCH_ALIAS_bsdlabel= disklabel
177 CRUNCH_ALIAS_bsdlabel= disklabel
/freebsd-14.2/sys/geom/label/
H A Dg_label_ufs.c106 if (pp->sectorsize < sizeof(struct disklabel) || in g_label_ufs_ignore_bsdlabel_slice()
/freebsd-14.2/stand/common/
H A Dpart.c458 struct disklabel *dl; in ptable_bsdread()
465 if (table->sectorsize < sizeof(struct disklabel)) { in ptable_bsdread()
478 dl = (struct disklabel *)buf; in ptable_bsdread()
/freebsd-14.2/sys/geom/part/
H A Dg_part_bsd.c205 if (pp->sectorsize < sizeof(struct disklabel)) in g_part_bsd_create()
364 if (pp->sectorsize < sizeof(struct disklabel) || in g_part_bsd_probe()
/freebsd-14.2/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh299 silence disklabel -R "$disk" "$src/gpt.disklabel"
/freebsd-14.2/usr.sbin/crunch/
H A DREADME36 clri disklabel dump rdump dmesg fdisk fsck halt ifconfig init
/freebsd-14.2/share/doc/smm/01.setup/
H A Dspell.ok266 disklabel
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c262 struct disklabel dl; in file_open()

12