| /titanic_54/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | main.c | 162 zdev.d_dev = &zfs_dev; in extract_currdev() 163 zdev.d_type = zdev.d_dev->dv_type; in extract_currdev() 171 dev.d_dev = &userboot_disk; in extract_currdev() 172 dev.d_type = dev.d_dev->dv_type; in extract_currdev() 180 if (dev.d_dev->dv_open(NULL, &dev)) { in extract_currdev() 185 dev.d_dev = &host_dev; in extract_currdev() 186 dev.d_type = dev.d_dev->dv_type; in extract_currdev()
|
| H A D | devicename.c | 161 idev->d_dev = dv; in userboot_parsedev() 188 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_unit); in userboot_fmtdev() 195 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_unit); in userboot_fmtdev() 202 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_unit); in userboot_fmtdev()
|
| H A D | userboot_disk.c | 130 dev.d_dev = &userboot_disk; in userdisk_print()
|
| /titanic_54/usr/src/boot/sys/boot/common/ |
| H A D | devopen.c | 47 result = dev->d_dev->dv_open(f, dev); in devopen() 55 f->f_dev = dev->d_dev; in devopen()
|
| H A D | disk.c | 99 return (dev->d_dev->dv_strategy(dev, F_READ | F_NORA , offset, in ptblread() 128 dev.d_dev = pa->dev->d_dev; in ptable_print() 172 ret = dev->d_dev->dv_strategy(dev, F_READ, dev->d_offset + offset, in disk_read() 185 ret = dev->d_dev->dv_strategy(dev, F_WRITE, dev->d_offset + offset, in disk_write() 362 cp = buf + sprintf(buf, "%s%d", dev->d_dev->dv_name, dev->d_unit); in disk_fmtdev()
|
| H A D | disk.h | 89 struct devsw *d_dev; member
|
| /titanic_54/usr/src/boot/sys/boot/i386/loader/ |
| H A D | main.c | 228 new_currdev.d_dev = &biosdisk; in extract_currdev() 234 new_currdev.d_dev = &bioscd; in extract_currdev() 238 new_currdev.d_dev = &pxedisk; in extract_currdev() 269 new_currdev.d_dev = &zfs_dev; in extract_currdev() 290 new_currdev.d_type = new_currdev.d_dev->dv_type; in extract_currdev()
|
| /titanic_54/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | efipart.c | 737 pd_dev.d_dev = dev; in efipart_print_common() 808 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efipart_open() 831 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_open() 860 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efipart_close() 874 if (dev->d_dev->dv_type == DEVT_DISK) in efipart_close() 890 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efipart_ioctl() 898 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_ioctl() 973 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efipart_strategy() 989 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_strategy() 1017 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efipart_realstrategy() [all …]
|
| /titanic_54/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | devicename.c | 149 idev->d_dev = dv; in uboot_parsedev() 181 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_unit); in uboot_fmtdev()
|
| H A D | libuboot.h | 32 struct devsw *d_dev; member
|
| H A D | disk.c | 49 printf("%s%d: ", dev->d_dev->dv_name, dev->d_unit); \ 255 dev.d_dev = &uboot_storage; in stor_print()
|
| /titanic_54/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | devicename.c | 160 idev->d_dev = dv; in i386_parsedev() 193 snprintf(buf, sizeof (buf), "%s%d:", dev->d_dev->dv_name, in i386_fmtdev()
|
| H A D | biosdisk.c | 310 dev.d_dev = &biosdisk; in bd_print() 363 disk.d_dev = dev->d_dev; in bd_open() 696 "to %lld: 0x%x", dev->d_dev->dv_name, dev->d_unit, in bd_io() 700 "(0x%x): 0x%x", dev->d_dev->dv_name, dev->d_unit, in bd_io()
|
| H A D | libi386.h | 39 struct devsw *d_dev; member
|
| /titanic_54/usr/src/boot/sys/boot/efi/loader/ |
| H A D | devicename.c | 162 idev->d_dev = dv; in efi_parsedev() 194 snprintf(buf, sizeof (buf), "%s%d:", dev->d_dev->dv_name, in efi_fmtdev()
|
| H A D | main.c | 160 currdev.d_dev = dev; in set_devdesc_currdev() 161 currdev.d_type = currdev.d_dev->dv_type; in set_devdesc_currdev() 187 currdev.d_dev = &zfs_dev; in find_currdev() 189 currdev.d_type = currdev.d_dev->dv_type; in find_currdev() 207 currdev.d_dev = &efipart_hddev; in find_currdev() 208 currdev.d_type = currdev.d_dev->dv_type; in find_currdev() 889 efi_find_handle(dev->d_dev, dev->d_unit); in command_chain()
|
| /titanic_54/usr/src/boot/sys/boot/zfs/ |
| H A D | libzfs.h | 42 struct devsw *d_dev; member
|
| H A D | zfs.c | 702 dev->d_dev = &zfs_dev; in zfs_parsedev() 820 sprintf(buf, "%s:%s:", dev->d_dev->dv_name, spa->spa_name); in zfs_fmtdev() 822 sprintf(buf, "%s:%s/%s:", dev->d_dev->dv_name, spa->spa_name, in zfs_fmtdev()
|
| /titanic_54/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | libofw.h | 32 struct devsw *d_dev; member
|
| H A D | devicename.c | 116 idev->d_dev = dv; in ofw_parsedev()
|
| /titanic_54/usr/src/boot/sys/boot/usb/storage/ |
| H A D | umass_loader.c | 185 dev.d_dev = &umass_disk; in umass_disk_print()
|
| /titanic_54/usr/src/boot/sys/boot/uboot/common/ |
| H A D | main.c | 456 currdev.d_dev = devsw[i]; in main() 457 currdev.d_type = currdev.d_dev->dv_type; in main()
|
| /titanic_54/usr/src/cmd/rmvolmgr/ |
| H A D | rmm_common.c | 888 const char *dev, *d_dev; in rmm_action() local 909 d_dev = libhal_drive_get_device_file(d); in rmm_action() 910 if ((d_udi == NULL) || (d_dev == NULL)) { in rmm_action() 924 ret = rmm_action_one(hal_ctx, name, action, d_dev, d_udi, NULL, in rmm_action()
|
| /titanic_54/usr/src/boot/sys/boot/sparc64/loader/ |
| H A D | main.c | 811 zfs_currdev.d_dev = &zfs_dev; in sparc64_zfs_probe() 812 zfs_currdev.d_type = zfs_currdev.d_dev->dv_type; in sparc64_zfs_probe()
|
| /titanic_54/usr/src/boot/lib/libstand/ |
| H A D | stand.h | 164 struct devsw *d_dev; member
|