Home
last modified time | relevance | path

Searched refs:dv_type (Results 1 – 25 of 29) sorted by relevance

12

/src/stand/i386/libi386/
H A Dbiosdisk.c158 .dv_type = DEVT_FD,
170 .dv_type = DEVT_CD,
182 .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()
731 switch (dev->dv_type) { in bd_print_common()
756 if (dev->dv_type != DEVT_DISK) in bd_print_common()
869 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in bd_open()
901 if (dev->dd.d_dev->dv_type == DEVT_DISK) in bd_close()
[all …]
H A Dbootinfo32.c92 switch(rootdev->dd.d_dev->dv_type) { in bi_load32()
106 rootdev->dd.d_dev->dv_type); in bi_load32()
H A Dpxe.c112 .dv_type = DEVT_NET,
/src/stand/common/
H A Dvdisk.c45 .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 Dmd.c67 .dv_type = DEVT_DISK,
H A Ddev_net.c88 .dv_type = DEVT_NET,
H A Ddisk.c393 assert(vdev->d_dev->dv_type == DEVT_DISK); in disk_fmtdev()
/src/stand/efi/libefi/
H A Defipart.c72 .dv_type = DEVT_FD,
84 .dv_type = DEVT_CD,
96 .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()
952 if (dev->dd.d_dev->dv_type != DEVT_DISK) { in efipart_close()
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()
[all …]
H A Definet.c346 .dv_type = DEVT_NET,
/src/stand/i386/loader/
H A Dmain.c376 if ((new_currdev.dd.d_dev->dv_type == bioshd.dv_type) && in extract_currdev()
385 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
/src/stand/i386/gptzfsboot/
H A Dzfsboot.c224 if (bdev != NULL && bdev->dd.d_dev->dv_type == DEVT_ZFS) { in main()
465 if (bdev->dd.d_dev->dv_type == DEVT_ZFS) { in load()
527 if (bdev->dd.d_dev->dv_type == DEVT_DISK) { in mount_root()
532 bootdev = MAKEBOOTDEV(dev_maj[bdev->dd.d_dev->dv_type], in mount_root()
/src/stand/libsa/geli/
H A Dgelidev.c55 .dv_type = DEVT_DISK,
304 if (hdesc->dd.d_dev->dv_type != DEVT_DISK) in geli_probe_and_attach()
/src/stand/libsa/zfs/
H A Dzfs.c375 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in spa_find_by_dev()
892 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_getter()
926 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter()
1099 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_setter_str()
1241 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_unset_impl()
1402 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_nvstore_iterate()
1442 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_attach_nvstore()
1599 .dv_type = DEVT_ZFS,
1671 if (vdev->d_dev->dv_type != DEVT_ZFS) in zfs_fmtdev()
/src/stand/userboot/userboot/
H A Dhost.c167 .dv_type = DEVT_NET,
H A Duserboot_disk.c64 .dv_type = DEVT_DISK,
/src/stand/uboot/
H A Ddevicename.c109 switch(dv->dv_type) { in uboot_parsedev()
H A Duboot_disk.c83 .dv_type = DEVT_DISK,
/src/tools/tools/bootparttest/
H A Dbootparttest.c45 int dv_type; member
/src/stand/usb/storage/
H A Dumass_loader.c55 .dv_type = DEVT_DISK,
/src/stand/libofw/
H A Dofw_disk.c54 .dv_type = DEVT_OFDISK,
H A Dofw_net.c284 .dv_type = DEVT_NET,
/src/stand/kboot/kboot/
H A Dhostfs.c279 .dv_type = DEVT_NET,
H A Dhostdisk.c52 .dv_type = DEVT_HOSTDISK,
/src/stand/libsa/
H A Dcd9660.c359 if (dev->d_dev->dv_type == mnt->cd_dev->d_dev->dv_type && in cd9660_open()
H A Dstand.h152 int dv_type; /* opaque type constant */ member

12