Symbol: devformat
stand/efi/loader/bootinfo.c
405
getrootmount(devformat(rootdev));
stand/efi/loader/main.c
243
devname = devformat(currdev);
stand/efi/loader/main.c
311
devname = devformat(&currdev.dd);
stand/i386/gptzfsboot/zfsboot.c
226
strncpy(boot_devname, devformat(&bdev->dd), sizeof (boot_devname));
stand/i386/libi386/bootinfo32.c
109
printf("root device %s invalid\n", devformat(&rootdev->dd));
stand/i386/libi386/bootinfo32.c
84
getrootmount(devformat(&rootdev->dd));
stand/i386/libi386/bootinfo64.c
130
getrootmount(devformat(&rootdev->dd));
stand/i386/loader/main.c
386
init_zfs_boot_options(devformat(&new_currdev.dd));
stand/i386/loader/main.c
389
set_currdev(devformat(&new_currdev.dd));
stand/kboot/kboot/hostdisk.c
581
devname = devformat(&currdev.dd);
stand/libsa/dosfs.c
355
dev = devformat((struct devdesc *)fd->f_devdata);
stand/libsa/geli/gelidev.c
312
gdev = geli_taste(diskdev_read, hdesc, hlastblk, devformat(&hdesc->dd));
stand/libsa/stand.h
197
char *devformat(struct devdesc *d);
stand/libsa/ufs.c
520
dev = devformat((struct devdesc *)f->f_devdata);
stand/libsa/ufs.c
739
dev = devformat((struct devdesc *)f->f_devdata);
stand/libsa/zfs/zfs.c
1564
rv = zfs_mount(devformat(&dev->dd), NULL, (void **)&mount);
stand/uboot/main.c
535
ldev = devformat(&currdev.dd);
stand/userboot/userboot/bootinfo32.c
84
getrootmount(devformat(rootdev));
stand/userboot/userboot/bootinfo32.c
89
printf("root device %s invalid\n", devformat(rootdev));
stand/userboot/userboot/bootinfo64.c
125
getrootmount(devformat(rootdev));
stand/userboot/userboot/main.c
247
init_zfs_boot_options(devformat(&zdev.dd));
stand/userboot/userboot/main.c
272
set_currdev(devformat(dd));