Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/sys/
H A Ddisklabel.h76 static __inline u_int16_t dkcksum(struct disklabel *lp);
78 dkcksum(struct disklabel *lp) in dkcksum()
161 int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
163 void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
167 struct disklabel *getdiskbyname(const char *);
/freebsd-13.1/sbin/bsdlabel/
H A Dbsdlabel.c91 static void fixlabel(struct disklabel *);
96 static int checklabel(struct disklabel *);
107 static struct disklabel lab;
301 fixlabel(struct disklabel *lp) in fixlabel()
324 struct disklabel *dp; in makelabel()
384 struct disklabel *lp = &lab; in writelabel()
620 struct disklabel label; in edit()
1092 checklabel(struct disklabel *lp) in checklabel()
1147 struct disklabel *vl; in checklabel()
1453 static struct disklabel *
[all …]
H A DMakefile13 LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
14 MLINKS= bsdlabel.8 disklabel.8
/freebsd-13.1/sbin/newfs/
H A Druntest01.sh13 disklabel -r -w md$MD auto
14 disklabel -r -w md$ME auto
H A Dnewfs.c124 static struct disklabel *getdisklabel(void);
134 struct disklabel *lp; in main()
430 struct disklabel *
433 static struct disklabel lab; in getdisklabel()
434 struct disklabel *lp; in getdisklabel()
H A Druntest00.sh13 disklabel -r -w md$MD auto
/freebsd-13.1/stand/efi/boot1/
H A Dufs_module.c82 struct disklabel *dl; in init_dev()
117 dl = (struct disklabel *)&ufs_buffer[bs]; in init_dev()
119 dl = (struct disklabel *)&ufs_buffer[BSD_LABEL_OFFSET]; in init_dev()
/freebsd-13.1/lib/libc/gen/
H A Ddisklabel.c61 struct disklabel *
64 static struct disklabel disk; in getdiskbyname()
65 struct disklabel *dp = &disk; in getdiskbyname()
/freebsd-13.1/sys/sys/disk/
H A Dbsd.h59 struct disklabel { struct
132 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument
/freebsd-13.1/tools/tools/find-sb/
H A DREADME8 after the disklabel got somehow trashed. It might not work for you. After
9 looking carefully at the output of this program and creating a new disklabel,
/freebsd-13.1/usr.bin/mkimg/
H A Dbsd.c68 struct disklabel *d; in bsd_write()
79 memset(buf + secsz, 0, sizeof(struct disklabel)); in bsd_write()
/freebsd-13.1/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-13.1/usr.sbin/crunch/examples/
H A Dfilesystem.conf16 progs disklabel fdisk init mount newfs reboot umount
H A Dfixit.conf25 progs chown clri disklabel dump dmesg fdisk fsck ifconfig init
/freebsd-13.1/rescue/rescue/
H A DMakefile150 CRUNCH_ALIAS_bsdlabel= disklabel
157 CRUNCH_ALIAS_bsdlabel= disklabel
/freebsd-13.1/sys/geom/
H A Dgeom_bsd_enc.c70 bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart) in bsd_disklabel_le_dec()
149 bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d) in bsd_disklabel_le_enc()
/freebsd-13.1/stand/common/
H A Dpart.c463 struct disklabel *dl; in ptable_bsdread()
470 if (table->sectorsize < sizeof(struct disklabel)) { in ptable_bsdread()
483 dl = (struct disklabel *)buf; in ptable_bsdread()
/freebsd-13.1/sys/geom/part/
H A Dg_part_bsd.c207 if (pp->sectorsize < sizeof(struct disklabel)) in g_part_bsd_create()
367 if (pp->sectorsize < sizeof(struct disklabel) || in g_part_bsd_probe()
/freebsd-13.1/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh299 silence disklabel -R "$disk" "$src/gpt.disklabel"
/freebsd-13.1/tools/tools/tinybsd/conf/minimal/
H A Dtinybsd.basefiles52 sbin/disklabel
/freebsd-13.1/tools/tools/tinybsd/conf/vpn/
H A Dtinybsd.basefiles53 sbin/disklabel
/freebsd-13.1/usr.sbin/crunch/
H A DREADME36 clri disklabel dump rdump dmesg fdisk fsck halt ifconfig init
/freebsd-13.1/tools/tools/tinybsd/conf/bridge/
H A Dtinybsd.basefiles54 sbin/disklabel
/freebsd-13.1/tools/tools/tinybsd/conf/wrap/
H A Dtinybsd.basefiles54 sbin/disklabel

12