Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c163 zdev.d_type = zdev.d_dev->dv_type; in extract_currdev()
172 dev.d_type = dev.d_dev->dv_type; in extract_currdev()
186 dev.d_type = dev.d_dev->dv_type; in extract_currdev()
H A Ddevicename.c114 switch(dv->dv_type) { in userboot_parsedev()
162 idev->d_type = dv->dv_type; in userboot_parsedev()
H A Dhost.c194 .dv_type = DEVT_NET,
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c67 .dv_type = DEVT_FD,
79 .dv_type = DEVT_CD,
91 .dv_type = DEVT_DISK,
783 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list()
785 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list()
787 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list()
831 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_open()
874 if (dev->d_dev->dv_type == DEVT_DISK) in efipart_close()
898 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_ioctl()
989 if (dev->d_dev->dv_type == DEVT_DISK) { in efipart_strategy()
[all …]
H A Definet.c257 .dv_type = DEVT_NET,
/titanic_53/usr/src/boot/sys/boot/uboot/lib/
H A Ddevicename.c112 switch(dv->dv_type) { in uboot_parsedev()
150 idev->d_type = dv->dv_type; in uboot_parsedev()
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c110 switch (dv->dv_type) { in efi_parsedev()
163 idev->d_type = dv->dv_type; in efi_parsedev()
H A Dmain.c161 currdev.d_type = currdev.d_dev->dv_type; in set_devdesc_currdev()
189 currdev.d_type = currdev.d_dev->dv_type; in find_currdev()
208 currdev.d_type = currdev.d_dev->dv_type; in find_currdev()
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Ddevicename.c109 switch (dv->dv_type) { in i386_parsedev()
161 idev->d_type = dv->dv_type; in i386_parsedev()
H A Dpxe.c120 .dv_type = DEVT_NET,
/titanic_53/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c290 new_currdev.d_type = new_currdev.d_dev->dv_type; in extract_currdev()
296 if ((new_currdev.d_type == biosdisk.dv_type) && in extract_currdev()
/titanic_53/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c117 idev->d_type = dv->dv_type; in ofw_parsedev()
/titanic_53/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c56 .dv_type = DEVT_DISK,
/titanic_53/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1140 dvp->dv_type == type) { in apix_clear_dev_map()
1181 dvp->dv_type == vecp->v_type) { in apix_set_dev_map()
1191 dvp->dv_type = vecp->v_type; in apix_set_dev_map()
1222 dvp->dv_type == type) { in apix_get_dev_map()
1250 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_min_dev_inum()
1277 if (dvp->dv_dip == dip && dvp->dv_type == type) { in apix_get_max_dev_inum()
/titanic_53/usr/src/uts/i86pc/sys/
H A Dapix.h163 int dv_type; /* interrupt type */ member
/titanic_53/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c457 currdev.d_type = currdev.d_dev->dv_type; in main()
/titanic_53/usr/src/boot/lib/libstand/
H A Dstand.h139 int dv_type; /* opaque type constant, arch-dependant */ member
H A Dtftp.c429 if (f->f_dev->dv_type != DEVT_NET) in tftp_open()
H A Dnfs.c493 if (f->f_dev->dv_type != DEVT_NET) in nfs_open()
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfs.c652 .dv_type = DEVT_ZFS,
703 dev->d_type = zfs_dev.dv_type; in zfs_parsedev()
/titanic_53/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c812 zfs_currdev.d_type = zfs_currdev.d_dev->dv_type; in sparc64_zfs_probe()