Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/sys/
HDdisklabel.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-stable/sbin/bsdlabel/
HDbsdlabel.c82 static void makelabel(const char *, struct disklabel *);
86 static void display(FILE *, const struct disklabel *);
89 static void fixlabel(struct disklabel *);
92 static int getasciilabel(FILE *, struct disklabel *);
93 static int getasciipartspec(char *, struct disklabel *, int, int);
94 static int checklabel(struct disklabel *);
96 static struct disklabel *getvirginlabel(void);
105 static struct disklabel lab;
303 fixlabel(struct disklabel *lp) in fixlabel()
324 makelabel(const char *type, struct disklabel *lp) in makelabel()
[all …]
HDMakefile12 LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
13 MLINKS= bsdlabel.8 disklabel.8
/freebsd-14-stable/sbin/newfs/
HDruntest01.sh12 disklabel -w md$MD auto
13 disklabel -w md$ME auto
HDnewfs.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()
HDruntest00.sh12 disklabel -w md$MD auto
/freebsd-14-stable/stand/efi/boot1/
HDufs_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-stable/lib/libc/gen/
HDdisklabel.c59 struct disklabel *
62 static struct disklabel disk; in getdiskbyname()
63 struct disklabel *dp = &disk; in getdiskbyname()
/freebsd-14-stable/sys/sys/disk/
HDbsd.h58 struct disklabel { struct
131 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument
/freebsd-14-stable/tools/tools/find-sb/
HDREADME7 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-stable/usr.bin/mkimg/
HDbsd.c66 struct disklabel *d; in bsd_write()
77 memset(buf + secsz, 0, sizeof(struct disklabel)); in bsd_write()
/freebsd-14-stable/contrib/netbsd-tests/kernel/
HDt_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
HDt_umount.sh59 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
/freebsd-14-stable/usr.sbin/crunch/examples/
HDfilesystem.conf15 progs disklabel init mount newfs reboot umount
HDfixit.conf24 progs chown clri disklabel dump dmesg fsck ifconfig init
HDreally-big.conf25 progs bim clri disklabel dmesg dump dumpfs fsck halt
/freebsd-14-stable/sys/geom/
HDgeom_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-stable/rescue/rescue/
HDMakefile170 CRUNCH_ALIAS_bsdlabel= disklabel
177 CRUNCH_ALIAS_bsdlabel= disklabel
/freebsd-14-stable/sys/geom/label/
HDg_label_ufs.c106 if (pp->sectorsize < sizeof(struct disklabel) || in g_label_ufs_ignore_bsdlabel_slice()
/freebsd-14-stable/stand/common/
HDpart.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-stable/sys/geom/part/
HDg_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-stable/contrib/netbsd-tests/sbin/gpt/
HDt_gpt.sh299 silence disklabel -R "$disk" "$src/gpt.disklabel"
/freebsd-14-stable/usr.sbin/crunch/
HDREADME36 clri disklabel dump rdump dmesg fdisk fsck halt ifconfig init
/freebsd-14-stable/share/doc/smm/01.setup/
HDspell.ok266 disklabel
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_open_filename.c262 struct disklabel dl; in file_open()

12