Symbol: getdisklabel
sbin/fsck_ext2fs/setup.c
120
if ((lp = getdisklabel(NULL, fsreadfd)) != NULL)
sbin/fsck_ext2fs/setup.c
62
static struct disklabel *getdisklabel(char *, int);
sbin/fsck_ffs/setup.c
148
if ((lp = getdisklabel(NULL, fsreadfd)) != NULL)
sbin/fsck_ffs/setup.c
65
static struct disklabel *getdisklabel(char *, int);
sbin/newfs/newfs.c
144
struct disklabel *getdisklabel(char *, int);
sbin/newfs/newfs.c
430
lp = getdisklabel(special, fsi);
sbin/newfs_ext2fs/newfs_ext2fs.c
109
struct disklabel *getdisklabel(const char *, int);
sbin/newfs_ext2fs/newfs_ext2fs.c
483
lp = getdisklabel(special, fsi);
sys/arch/alpha/stand/boot/disk.c
147
msg = getdisklabel(buf + LABELOFFSET, lp);
sys/arch/alpha/stand/nboot/disk.c
139
msg = getdisklabel(buf + LABELOFFSET, lp);
sys/arch/amd64/stand/efiboot/efidev.c
451
return (getdisklabel(buf, label));
sys/arch/amd64/stand/libsa/biosdev.c
472
return (getdisklabel(buf, label));
sys/arch/amd64/stand/libsa/softraid_amd64.c
592
return (getdisklabel(buf, label));
sys/arch/arm64/stand/efiboot/efidev.c
441
return (getdisklabel(buf, label));
sys/arch/arm64/stand/efiboot/softraid_arm64.c
584
return (getdisklabel(buf, label));
sys/arch/armv7/stand/efiboot/efidev.c
441
return (getdisklabel(buf, label));
sys/arch/hppa/stand/libsa/dk.c
45
return (getdisklabel(buf, label));
sys/arch/i386/stand/libsa/biosdev.c
473
return (getdisklabel(buf, label));
sys/arch/i386/stand/libsa/softraid_i386.c
425
return (getdisklabel(buf, label));
sys/arch/loongson/stand/boot/dev.c
224
if ((msg = getdisklabel(buf + LABELOFFSET, lp))) {
sys/arch/macppc/stand/ofdev.c
219
if (!getdisklabel(buf, lp))
sys/arch/macppc/stand/ofdev.c
265
if (!getdisklabel(buf, lp)) {
sys/arch/macppc/stand/ofdev.c
341
getdisklabel(buf, &label)) {
sys/arch/riscv64/stand/efiboot/efidev.c
441
return (getdisklabel(buf, label));
sys/arch/riscv64/stand/efiboot/softraid_riscv64.c
584
return (getdisklabel(buf, label));
sys/arch/sparc64/stand/ofwboot/ofdev.c
482
|| (errmsg = getdisklabel(buf, label))) {
sys/lib/libsa/stand.h
132
char *getdisklabel(const char *, struct disklabel *);