| /freebsd-13.1/stand/i386/libi386/ |
| H A D | biosdisk.c | 161 .dv_type = DEVT_FD, 173 .dv_type = DEVT_CD, 185 .dv_type = DEVT_DISK, 198 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 200 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 202 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 732 switch (dev->dv_type) { in bd_print_common() 757 if (dev->dv_type != DEVT_DISK) in bd_print_common() 870 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in bd_open() 902 if (dev->dd.d_dev->dv_type == DEVT_DISK) in bd_close() [all …]
|
| H A D | devicename.c | 111 switch(dv->dv_type) { in i386_parsedev() 181 switch(dev->dd.d_dev->dv_type) { in i386_fmtdev()
|
| H A D | bootinfo32.c | 177 switch(rootdev->dd.d_dev->dv_type) { in bi_load32() 191 rootdev->dd.d_dev->dv_type); in bi_load32()
|
| H A D | pxe.c | 115 .dv_type = DEVT_NET,
|
| /freebsd-13.1/stand/common/ |
| H A D | vdisk.c | 48 .dv_type = DEVT_DISK, 265 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_strategy() 310 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_open() 332 if (dev->dd.d_dev->dv_type == DEVT_DISK) in vdisk_close() 351 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_ioctl()
|
| H A D | devopen.c | 66 if (f->f_dev->dv_type == DEVT_DISK) { in devopen()
|
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | efipart.c | 74 .dv_type = DEVT_FD, 86 .dv_type = DEVT_CD, 98 .dv_type = DEVT_DISK, 124 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list() 126 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list() 128 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list() 916 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_open() 957 if (dev->dd.d_dev->dv_type == DEVT_DISK) in efipart_close() 977 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_ioctl() 1067 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_strategy() [all …]
|
| H A D | devicename.c | 109 switch (dv->dv_type) { in efi_parsedev() 180 switch(dev->d_dev->dv_type) { in efi_fmtdev()
|
| H A D | efinet.c | 347 .dv_type = DEVT_NET,
|
| /freebsd-13.1/stand/uboot/lib/ |
| H A D | devicename.c | 112 switch(dv->dv_type) { in uboot_parsedev() 169 switch(dev->dd.d_dev->dv_type) { in uboot_fmtdev()
|
| /freebsd-13.1/stand/mips/beri/loader/ |
| H A D | devicename.c | 111 switch(dv->dv_type) { in beri_arch_parsedev() 171 switch(dev->dd.d_dev->dv_type) { in beri_arch_fmtdev()
|
| H A D | beri_disk_cfi.c | 53 .dv_type = DEVT_DISK,
|
| H A D | beri_disk_sdcard.c | 53 .dv_type = DEVT_DISK,
|
| /freebsd-13.1/stand/userboot/userboot/ |
| H A D | devicename.c | 117 switch (dv->dv_type) { in userboot_parsedev() 185 switch(dev->d_dev->dv_type) { in userboot_fmtdev()
|
| H A D | host.c | 176 .dv_type = DEVT_NET,
|
| /freebsd-13.1/stand/i386/loader/ |
| H A D | main.c | 382 if ((new_currdev.dd.d_dev->dv_type == bioshd.dv_type) && in extract_currdev() 391 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
|
| /freebsd-13.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 227 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main() 468 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load() 530 if (bdev->dd.d_dev->dv_type == DEVT_DISK) { in mount_root() 535 bootdev = MAKEBOOTDEV(dev_maj[bdev->dd.d_dev->dv_type], in mount_root()
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfs.c | 781 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_get_bootenv() 817 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_set_bootenv() 920 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter() 954 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter() 1127 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str() 1269 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl() 1426 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate() 1466 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore() 1629 .dv_type = DEVT_ZFS, 1692 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_fmtdev()
|
| /freebsd-13.1/stand/libofw/ |
| H A D | devicename.c | 117 if (dv->dv_type == DEVT_ZFS) { in ofw_parsedev()
|
| /freebsd-13.1/tools/tools/bootparttest/ |
| H A D | bootparttest.c | 48 int dv_type; member
|
| /freebsd-13.1/stand/usb/storage/ |
| H A D | umass_loader.c | 56 .dv_type = DEVT_DISK,
|
| /freebsd-13.1/stand/libsa/ |
| H A D | cd9660.c | 361 if (dev->d_dev->dv_type == mnt->cd_dev->d_dev->dv_type && in cd9660_open()
|
| H A D | stand.h | 144 int dv_type; /* opaque type constant, arch-dependant */ member
|
| /freebsd-13.1/stand/libsa/geli/ |
| H A D | gelidev.c | 57 .dv_type = DEVT_DISK,
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | main.c | 231 if (dp->pd_devsw->dv_type == DEVT_DISK) { in set_currdev_pdinfo() 1623 switch (dev->d_dev->dv_type) { in command_chain()
|