Searched refs:dv_type (Results 1 – 19 of 19) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biosdisk.c | 160 .dv_type = DEVT_FD, 172 .dv_type = DEVT_CD, 184 .dv_type = DEVT_DISK, 197 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 199 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 201 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 723 switch (dev->dv_type) { in bd_print_common() 748 if (dev->dv_type != DEVT_DISK) in bd_print_common() 859 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in bd_open() 890 if (dev->dd.d_dev->dv_type == DEVT_DISK) in bd_close() [all …]
|
H A D | devicename.c | 109 switch (dv->dv_type) { in i386_parsedev() 180 switch (dev->dd.d_dev->dv_type) { in i386_fmtdev()
|
H A D | bootinfo32.c | 171 switch(rootdev->dd.d_dev->dv_type) { in bi_load32() 185 rootdev->dd.d_dev->dv_type); in bi_load32()
|
H A D | pxe.c | 119 .dv_type = DEVT_NET,
|
/illumos-gate/usr/src/boot/common/ |
H A D | vdisk.c | 47 .dv_type = DEVT_DISK, 264 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_strategy() 309 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_open() 331 if (dev->dd.d_dev->dv_type == DEVT_DISK) in vdisk_close() 350 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in vdisk_ioctl()
|
H A D | multiboot2.c | 614 if (rootdev->d_dev->dv_type == DEVT_ZFS) in mb_kernel_cmdline()
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efipart.c | 76 .dv_type = DEVT_FD, 88 .dv_type = DEVT_CD, 100 .dv_type = DEVT_DISK, 126 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list() 128 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list() 130 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list() 894 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_open() 930 if (dev->dd.d_dev->dv_type != DEVT_DISK) { in efipart_close() 935 if (dev->dd.d_dev->dv_type == DEVT_DISK) in efipart_close() 955 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_ioctl() [all …]
|
H A D | devicename.c | 108 switch (dv->dv_type) { in efi_parsedev() 179 switch (dev->d_dev->dv_type) { in efi_fmtdev()
|
H A D | efinet.c | 282 .dv_type = DEVT_NET,
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfs.c | 692 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_get_bootenv() 728 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_set_bootenv() 831 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter() 865 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter() 1037 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str() 1180 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl() 1341 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate() 1381 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore() 1546 .dv_type = DEVT_ZFS, 1611 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_bootfs() [all …]
|
H A D | zfsimpl.c | 1379 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | main.c | 301 if ((new_currdev.dd.d_dev->dv_type == bioshd.dv_type) && in extract_currdev()
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | zfsboot.c | 251 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main() 481 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load() 516 if (bdev->dd.d_dev->dv_type == DEVT_DISK) { in mount_root() 521 bootdev = MAKEBOOTDEV(dev_maj[bdev->dd.d_dev->dv_type], in mount_root()
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 1145 dvp->dv_type == type) { in apix_clear_dev_map() 1186 dvp->dv_type == vecp->v_type) { in apix_set_dev_map() 1196 dvp->dv_type = vecp->v_type; in apix_set_dev_map() 1227 dvp->dv_type == type) { in apix_get_dev_map() 1255 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_min_dev_inum() 1282 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_max_dev_inum()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 164 int dv_type; /* interrupt type */ member
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | stand.h | 139 int dv_type; /* opaque type constant, arch-dependant */ member
|
H A D | tftp.c | 443 if (f->f_dev->dv_type != DEVT_NET) in tftp_open()
|
H A D | nfs.c | 493 if (f->f_dev->dv_type != DEVT_NET) in nfs_open()
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | main.c | 279 if (dp->pd_devsw->dv_type == DEVT_DISK) { in set_currdev_pdinfo() 1385 switch (dev->d_dev->dv_type) { in command_chain()
|