Searched refs:dv_type (Results 1 – 24 of 24) sorted by relevance
| /freebsd-12.1/stand/i386/libi386/ |
| H A D | biosdisk.c | 144 .dv_type = DEVT_FD, 156 .dv_type = DEVT_CD, 168 .dv_type = DEVT_DISK, 181 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 183 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 185 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 664 switch (dev->dv_type) { in bd_print_common() 689 if (dev->dv_type != DEVT_DISK) in bd_print_common() 800 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in bd_open() 831 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 | 113 .dv_type = DEVT_NET,
|
| /freebsd-12.1/stand/efi/libefi/ |
| H A D | efipart.c | 72 .dv_type = DEVT_FD, 84 .dv_type = DEVT_CD, 96 .dv_type = DEVT_DISK, 122 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list() 124 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list() 126 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list() 825 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_open() 864 if (dev->dd.d_dev->dv_type == DEVT_DISK) in efipart_close() 884 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_ioctl() 971 if (dev->dd.d_dev->dv_type == DEVT_DISK) { in efipart_strategy() [all …]
|
| H A D | devicename.c | 111 switch (dv->dv_type) { in efi_parsedev() 182 switch(dev->d_dev->dv_type) { in efi_fmtdev()
|
| H A D | efinet.c | 256 .dv_type = DEVT_NET,
|
| /freebsd-12.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-12.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-12.1/stand/userboot/userboot/ |
| H A D | devicename.c | 114 switch(dv->dv_type) { in userboot_parsedev() 181 switch(dev->d_dev->dv_type) { in userboot_fmtdev()
|
| H A D | host.c | 184 .dv_type = DEVT_NET,
|
| /freebsd-12.1/stand/i386/loader/ |
| H A D | main.c | 330 if ((new_currdev.dd.d_dev->dv_type == bioshd.dv_type) && in extract_currdev() 338 if (new_currdev.dd.d_dev->dv_type == DEVT_ZFS) in extract_currdev()
|
| /freebsd-12.1/stand/common/ |
| H A D | devopen.c | 65 if (f->f_dev->dv_type == DEVT_DISK) { in devopen()
|
| /freebsd-12.1/stand/ofw/libofw/ |
| H A D | devicename.c | 117 if (dv->dv_type == DEVT_ZFS) { in ofw_parsedev()
|
| /freebsd-12.1/tools/tools/bootparttest/ |
| H A D | bootparttest.c | 48 int dv_type; member
|
| /freebsd-12.1/stand/usb/storage/ |
| H A D | umass_loader.c | 56 .dv_type = DEVT_DISK,
|
| /freebsd-12.1/stand/libsa/geli/ |
| H A D | gelidev.c | 57 .dv_type = DEVT_DISK,
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfs.c | 706 .dv_type = DEVT_ZFS, 769 if (dev->dd.d_dev->dv_type != DEVT_ZFS) in zfs_fmtdev()
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | main.c | 214 if (dp->pd_devsw->dv_type == DEVT_DISK) { in set_currdev_pdinfo() 1354 switch (dev->d_dev->dv_type) { in command_chain()
|
| /freebsd-12.1/stand/libsa/ |
| H A D | stand.h | 140 int dv_type; /* opaque type constant, arch-dependant */ member
|
| H A D | tftp.c | 444 if (f->f_dev->dv_type != DEVT_NET) in tftp_open()
|
| H A D | nfs.c | 496 if (f->f_dev->dv_type != DEVT_NET) in nfs_open()
|