Home
last modified time | relevance | path

Searched refs:dv_name (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/stand/common/
H A Dvdisk.c44 .dv_name = "vdisk",
100 argv[0], argv[1], vdisk_dev.dv_name, in command_mapvd()
180 vdisk_dev.dv_name, vd->vdisk_unit); in command_mapvd()
198 printf("usage: %s %sN\n", argv[0], vdisk_dev.dv_name); in command_unmapvd()
202 len = strlen(vdisk_dev.dv_name); in command_unmapvd()
203 if (strncmp(vdisk_dev.dv_name, argv[1], len) != 0) { in command_unmapvd()
379 printf("%s devices:", vdisk_dev.dv_name); in vdisk_print()
392 " %s%d", vdisk_dev.dv_name, vd->vdisk_unit); in vdisk_print()
H A Ddev_net.c86 .dv_name = "net",
130 devname = dev->d_dev->dv_name; in net_open()
351 printf("%s devices:", netdev.dv_name); in net_print()
359 printf("\t%s%d:", netdev.dv_name, cnt++); in net_print()
H A Dmd.c66 .dv_name = "md",
148 printf("%s devices:", md_dev.dv_name); in md_print()
H A Dcommands.c537 devsw[i]->dv_name); in command_lsdev()
/freebsd/stand/libsa/
H A Ddev.c62 snprintf(name, sizeof(name), "%s%d:", d->d_dev->dv_name, d->d_unit); in devformat()
125 if (!strncmp(devspec, dv->dv_name, strlen(dv->dv_name))) in devparse()
136 np = devspec + strlen(dv->dv_name); in devparse()
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c157 .dv_name = "fd",
169 .dv_name = "cd",
181 .dv_name = "disk",
326 biosfd.dv_name, unit); in fd_init()
357 bioshd.dv_name, unit); in bd_init()
669 const char *dv_name; in bd_int13probe() local
672 dv_name = biosfd.dv_name; in bd_int13probe()
674 dv_name = bioshd.dv_name; in bd_int13probe()
677 dv_name, bd->bd_unit); in bd_int13probe()
745 dev->dv_name, i, drive + i, in bd_print_common()
[all …]
H A Dpxe.c111 .dv_name = "net",
249 printf("%s devices:", pxedisk.dv_name); in pxe_print()
252 printf(" %s0:", pxedisk.dv_name); in pxe_print()
/freebsd/stand/uboot/
H A Ddevicename.c97 if (!strncmp(devspec, devsw[i]->dv_name, in uboot_parsedev()
98 strlen(devsw[i]->dv_name))) { in uboot_parsedev()
107 np = (devspec + strlen(dv->dv_name)); in uboot_parsedev()
H A Duboot_disk.c46 printf("%s%d: ", dev->dd.d_dev->dv_name, dev->dd.d_unit); \
81 .dv_name = "disk",
249 printf("%s devices:", uboot_storage.dv_name); in stor_print()
H A Dmain.c514 printf("Found U-Boot device: %s\n", devsw[i]->dv_name); in main()
520 strcmp(devsw[i]->dv_name, "disk") == 0) { in main()
527 strcmp(devsw[i]->dv_name, "net") == 0) in main()
/freebsd/stand/libofw/
H A Dofw_disk.c54 .dv_name = "block",
220 return (ofw_path_to_handle(devspec, devsw->dv_name, &path) != -1); in ofwd_match()
234 return (ofw_common_parsedev(dev, devspec, path, ofwdisk.dv_name)); in ofwd_parsedev()
H A Dofw_net.c283 .dv_name = "network",
308 return (ofw_common_parsedev(dev, devspec, path, ofw_netdev.dv_name)); in ofwnd_parsedev()
316 return (ofw_path_to_handle(devspec, devsw->dv_name, &path) != -1); in ofwnd_match()
/freebsd/stand/userboot/userboot/
H A Dhost.c121 printf("%s devices:", host_dev.dv_name); in host_dev_print()
166 .dv_name = "host",
H A Duserboot_disk.c63 .dv_name = "disk",
127 printf("%s devices:", userboot_disk.dv_name); in userdisk_print()
/freebsd/tools/tools/bootparttest/
H A Dbootparttest.c44 const char dv_name[8]; member
55 .dv_name = "disk",
/freebsd/stand/usb/storage/
H A Dumass_loader.c54 .dv_name = "umass",
189 printf("%s devices:", umass_disk.dv_name); in umass_disk_print()
/freebsd/stand/kboot/kboot/
H A Dhostfs.c247 printf("%s devices:", host_dev.dv_name); in host_dev_print()
278 .dv_name = "host",
H A Dhostdisk.c51 .dv_name = "/dev",
387 printf("%s devices:", hostdisk.dv_name); in hostdisk_print()
/freebsd/stand/efi/libefi/
H A Definet.c343 .dv_name = "net",
446 printf("%s devices:", efinet_dev.dv_name); in efinet_dev_print()
452 printf(" %s%d:", efinet_dev.dv_name, unit); in efinet_dev_print()
H A Defizfs.c113 efipart_hddev.dv_name, hd->pd_unit, pd->pd_unit); in efi_zfs_probe()
H A Defipart.c70 .dv_name = "fd",
82 .dv_name = "cd",
94 .dv_name = "disk",
800 printf("%s devices:", dev->dv_name); in efipart_print_common()
816 " %s%d", dev->dv_name, pd->pd_unit); in efipart_print_common()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c641 devsw[i]->dv_name); in parse_cmd()
702 snprintf(devname, sizeof (devname), "%s%d:", bioshd.dv_name, in i386_zfs_probe()
/freebsd/stand/libsa/geli/
H A Dgelidev.c54 .dv_name = "disk",
/freebsd/stand/i386/loader/
H A Dmain.c447 snprintf(devname, sizeof(devname), "%s%d:", bioshd.dv_name, in i386_zfs_probe()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1521 printf("%s devices:", zfs_dev.dv_name); in zfs_dev_print()
1598 .dv_name = "zfs",
1698 snprintf(buf, sizeof(buf), "%s:%s:", dev->dd.d_dev->dv_name, in zfs_fmtdev()
1701 snprintf(buf, sizeof(buf), "%s:%s/%s:", dev->dd.d_dev->dv_name, in zfs_fmtdev()

12