Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/userboot/userboot/
H A Dhost.c50 if (f->f_dev != &host_dev) in host_open()
131 printf("%s devices:", host_dev.dv_name); in host_dev_print()
184 struct devsw host_dev = { variable
H A Dconf.c50 &host_dev,
H A Dlibuserboot.h44 extern struct devsw host_dev;
H A Dmain.c263 dev.dd.d_dev = &host_dev; in extract_currdev()