| /freebsd-14-stable/sys/sys/ |
| HD | disklabel.h | 75 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/ |
| HD | bsdlabel.c | 82 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 …]
|
| HD | Makefile | 12 LINKS= ${BINDIR}/bsdlabel ${BINDIR}/disklabel 13 MLINKS= bsdlabel.8 disklabel.8
|
| /freebsd-14-stable/sbin/newfs/ |
| HD | runtest01.sh | 12 disklabel -w md$MD auto 13 disklabel -w md$ME auto
|
| HD | newfs.c | 124 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()
|
| HD | runtest00.sh | 12 disklabel -w md$MD auto
|
| /freebsd-14-stable/stand/efi/boot1/ |
| HD | ufs_module.c | 80 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/ |
| HD | disklabel.c | 59 struct disklabel * 62 static struct disklabel disk; in getdiskbyname() 63 struct disklabel *dp = &disk; in getdiskbyname()
|
| /freebsd-14-stable/sys/sys/disk/ |
| HD | bsd.h | 58 struct disklabel { struct 131 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument
|
| /freebsd-14-stable/tools/tools/find-sb/ |
| HD | README | 7 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/ |
| HD | bsd.c | 66 struct disklabel *d; in bsd_write() 77 memset(buf + secsz, 0, sizeof(struct disklabel)); in bsd_write()
|
| /freebsd-14-stable/contrib/netbsd-tests/kernel/ |
| HD | t_umountstress.sh | 58 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
|
| HD | t_umount.sh | 59 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
|
| /freebsd-14-stable/usr.sbin/crunch/examples/ |
| HD | filesystem.conf | 15 progs disklabel init mount newfs reboot umount
|
| HD | fixit.conf | 24 progs chown clri disklabel dump dmesg fsck ifconfig init
|
| HD | really-big.conf | 25 progs bim clri disklabel dmesg dump dumpfs fsck halt
|
| /freebsd-14-stable/sys/geom/ |
| HD | geom_bsd_enc.c | 68 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/ |
| HD | Makefile | 170 CRUNCH_ALIAS_bsdlabel= disklabel 177 CRUNCH_ALIAS_bsdlabel= disklabel
|
| /freebsd-14-stable/sys/geom/label/ |
| HD | g_label_ufs.c | 106 if (pp->sectorsize < sizeof(struct disklabel) || in g_label_ufs_ignore_bsdlabel_slice()
|
| /freebsd-14-stable/stand/common/ |
| HD | part.c | 458 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/ |
| HD | g_part_bsd.c | 205 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/ |
| HD | t_gpt.sh | 299 silence disklabel -R "$disk" "$src/gpt.disklabel"
|
| /freebsd-14-stable/usr.sbin/crunch/ |
| HD | README | 36 clri disklabel dump rdump dmesg fdisk fsck halt ifconfig init
|
| /freebsd-14-stable/share/doc/smm/01.setup/ |
| HD | spell.ok | 266 disklabel
|
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_open_filename.c | 262 struct disklabel dl; in file_open()
|