Home
last modified time | relevance | path

Searched refs:devformat (Results 1 – 17 of 17) sorted by relevance

/freebsd/stand/userboot/userboot/
H A Dbootinfo32.c84 getrootmount(devformat(rootdev)); in bi_load32()
89 printf("root device %s invalid\n", devformat(rootdev)); in bi_load32()
H A Dmain.c242 init_zfs_boot_options(devformat(&zdev.dd)); in extract_currdev()
267 set_currdev(devformat(dd)); in extract_currdev()
H A Dbootinfo64.c125 getrootmount(devformat(rootdev)); in bi_load64()
/freebsd/stand/i386/libi386/
H A Dbootinfo32.c84 getrootmount(devformat(&rootdev->dd)); in bi_load32()
109 printf("root device %s invalid\n", devformat(&rootdev->dd)); in bi_load32()
H A Dbootinfo64.c130 getrootmount(devformat(&rootdev->dd)); in bi_load64()
/freebsd/stand/i386/loader/
H A Dmain.c379 init_zfs_boot_options(devformat(&new_currdev.dd)); in extract_currdev()
382 set_currdev(devformat(&new_currdev.dd)); in extract_currdev()
/freebsd/stand/libsa/
H A Ddev.c56 devformat(struct devdesc *d) in devformat() function
H A Dufs.c522 dev = devformat((struct devdesc *)f->f_devdata); in ufs_open()
741 dev = devformat((struct devdesc *)f->f_devdata); in ufs_close()
H A Dstand.h192 char *devformat(struct devdesc *d);
H A Ddosfs.c314 dev = devformat((struct devdesc *)fd->f_devdata); in dos_open()
/freebsd/stand/libsa/geli/
H A Dgelidev.c312 gdev = geli_taste(diskdev_read, hdesc, hlastblk, devformat(&hdesc->dd)); in geli_probe_and_attach()
/freebsd/stand/efi/loader/
H A Dbootinfo.c383 getrootmount(devformat(rootdev)); in bi_load()
H A Dmain.c205 devname = devformat(currdev); in set_currdev_devdesc()
273 devname = devformat(&currdev.dd); in probe_zfs_currdev()
/freebsd/stand/uboot/
H A Dmain.c541 ldev = devformat(&currdev.dd); in main()
/freebsd/stand/kboot/kboot/
H A Dhostdisk.c581 devname = devformat(&currdev.dd); in probe_zfs_currdev()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c226 strncpy(boot_devname, devformat(&bdev->dd), sizeof (boot_devname)); in main()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1564 rv = zfs_mount(devformat(&dev->dd), NULL, (void **)&mount); in zfs_dev_open()