Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c707 struct disk_devdesc devd; in bd_print_common() local
751 devd.dd.d_dev = dev; in bd_print_common()
752 devd.dd.d_unit = i; in bd_print_common()
753 devd.d_slice = D_SLICENONE; in bd_print_common()
754 devd.d_partition = D_PARTNONE; in bd_print_common()
755 if (disk_open(&devd, in bd_print_common()
760 ret = disk_print(&devd, line, verbose); in bd_print_common()
761 disk_close(&devd); in bd_print_common()