Home
last modified time | relevance | path

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

12

/freebsd/sys/sys/
H A Ddisklabel.h73 static __inline u_int16_t dkcksum(struct disklabel *lp);
75 dkcksum(struct disklabel *lp) in dkcksum()
158 int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
160 void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
164 struct disklabel *getdiskbyname(const char *);
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c69 static void makelabel(const char *, struct disklabel *);
73 static void display(FILE *, const struct disklabel *);
76 static void fixlabel(struct disklabel *);
79 static int getasciilabel(FILE *, struct disklabel *);
80 static int getasciipartspec(char *, struct disklabel *, int, int);
81 static int checklabel(struct disklabel *);
83 static struct disklabel *getvirginlabel(void);
92 static struct disklabel lab;
290 fixlabel(struct disklabel *lp) in fixlabel()
311 makelabel(const char *type, struct disklabel *lp) in makelabel()
[all …]
H A DMakefile10 LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel
11 MLINKS= bsdlabel.8 disklabel.8
H A Ddisktab11 # disklabel -B -w fd<drive>[.<size>] fd<size>
/freebsd/sbin/newfs/
H A Druntest01.sh12 disklabel -w md$MD auto
13 disklabel -w md$ME auto
H A Dnewfs.c112 static struct disklabel *getdisklabel(void);
122 struct disklabel *lp; in main()
423 struct disklabel *
426 static struct disklabel lab; in getdisklabel()
427 struct disklabel *lp; in getdisklabel()
H A Druntest00.sh12 disklabel -w md$MD auto
/freebsd/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/lib/libc/gen/
H A Ddisklabel.c57 struct disklabel *
60 static struct disklabel disk; in getdiskbyname()
61 struct disklabel *dp = &disk; in getdiskbyname()
/freebsd/sys/sys/disk/
H A Dbsd.h56 struct disklabel { struct
129 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument
/freebsd/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/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/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/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/sys/geom/
H A Dgeom_bsd_enc.c67 bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart) in bsd_disklabel_le_dec()
146 bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d) in bsd_disklabel_le_enc()
/freebsd/rescue/rescue/
H A DMakefile179 CRUNCH_ALIAS_bsdlabel= disklabel
186 CRUNCH_ALIAS_bsdlabel= disklabel
/freebsd/sys/geom/label/
H A Dg_label_ufs.c105 if (pp->sectorsize < sizeof(struct disklabel) || in g_label_ufs_ignore_bsdlabel_slice()
/freebsd/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/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/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh299 silence disklabel -R "$disk" "$src/gpt.disklabel"
/freebsd/usr.sbin/crunch/
H A DREADME36 clri disklabel dump rdump dmesg fdisk fsck halt ifconfig init
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok266 disklabel

12