Home
last modified time | relevance | path

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

/freebsd-head/stand/userboot/userboot/
HDbootinfo32.c84 getrootmount(devformat(rootdev)); in bi_load32()
89 printf("root device %s invalid\n", devformat(rootdev)); in bi_load32()
HDmain.c242 init_zfs_boot_options(devformat(&zdev.dd)); in extract_currdev()
267 set_currdev(devformat(dd)); in extract_currdev()
HDbootinfo64.c125 getrootmount(devformat(rootdev)); in bi_load64()
/freebsd-head/stand/i386/libi386/
HDbootinfo32.c84 getrootmount(devformat(&rootdev->dd)); in bi_load32()
109 printf("root device %s invalid\n", devformat(&rootdev->dd)); in bi_load32()
HDbootinfo64.c130 getrootmount(devformat(&rootdev->dd)); in bi_load64()
/freebsd-head/stand/i386/loader/
HDmain.c379 init_zfs_boot_options(devformat(&new_currdev.dd)); in extract_currdev()
382 set_currdev(devformat(&new_currdev.dd)); in extract_currdev()
/freebsd-head/stand/libsa/
HDdev.c56 devformat(struct devdesc *d) in devformat() function
HDufs.c519 dev = devformat((struct devdesc *)f->f_devdata); in ufs_open()
738 dev = devformat((struct devdesc *)f->f_devdata); in ufs_close()
HDstand.h192 char *devformat(struct devdesc *d);
HDdosfs.c354 dev = devformat((struct devdesc *)fd->f_devdata); in dos_open()
/freebsd-head/stand/libsa/geli/
HDgelidev.c312 gdev = geli_taste(diskdev_read, hdesc, hlastblk, devformat(&hdesc->dd)); in geli_probe_and_attach()
/freebsd-head/stand/efi/loader/
HDbootinfo.c383 getrootmount(devformat(rootdev)); in bi_load()
HDmain.c205 devname = devformat(currdev); in set_currdev_devdesc()
273 devname = devformat(&currdev.dd); in probe_zfs_currdev()
/freebsd-head/stand/uboot/
HDmain.c541 ldev = devformat(&currdev.dd); in main()
/freebsd-head/stand/kboot/kboot/
HDhostdisk.c581 devname = devformat(&currdev.dd); in probe_zfs_currdev()
/freebsd-head/stand/i386/zfsboot/
HDzfsboot.c226 strncpy(boot_devname, devformat(&bdev->dd), sizeof (boot_devname)); in main()
/freebsd-head/stand/libsa/zfs/
HDzfs.c1564 rv = zfs_mount(devformat(&dev->dd), NULL, (void **)&mount); in zfs_dev_open()