Home
last modified time | relevance | path

Searched refs:disk_fmtdev (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/stand/common/
H A Ddisk.c260 disk_fmtdev(dev), dev->dd.d_unit, dev->d_slice, dev->d_partition, od); in disk_open()
350 DEBUG("%s could not open", disk_fmtdev(dev)); in disk_open()
355 DEBUG("%s offset %lld => %p", disk_fmtdev(dev), in disk_open()
367 DEBUG("%s closed => %p", disk_fmtdev(dev), od); in disk_close()
374 disk_fmtdev(struct disk_devdesc *dev) in disk_fmtdev() function
H A Ddisk.h110 extern char* disk_fmtdev(struct disk_devdesc *);
/freebsd-12.1/stand/uboot/lib/
H A Ddevicename.c176 return (disk_fmtdev(vdev)); in uboot_fmtdev()
/freebsd-12.1/stand/efi/libefi/
H A Ddevicename.c188 return (disk_fmtdev(vdev)); in efi_fmtdev()
/freebsd-12.1/stand/mips/beri/loader/
H A Ddevicename.c181 return (disk_fmtdev(vdev)); in beri_arch_fmtdev()
/freebsd-12.1/stand/i386/libi386/
H A Ddevicename.c192 return (disk_fmtdev(vdev)); in i386_fmtdev()
/freebsd-12.1/stand/userboot/userboot/
H A Ddevicename.c191 return (disk_fmtdev(vdev)); in userboot_fmtdev()
/freebsd-12.1/stand/libsa/geli/
H A Dgelidev.c283 gdev = geli_taste(diskdev_read, hdesc, hlastblk, disk_fmtdev(hdesc)); in geli_probe_and_attach()