Searched refs:host_features (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c100 uint32_t host_features; local
103 host_features = ddi_get32(sc->sc_ioh,
108 host_features, guest_features);
110 features = host_features & guest_features;
118 return (host_features);
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c613 uint32_t host_features; local
615 host_features = virtio_negotiate_features(&sc->sc_virtio,
625 vioblk_show_features(sc, "Host features: ", host_features);
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1518 uint32_t host_features; local
1520 host_features = virtio_negotiate_features(&sc->sc_virtio,
1529 vioif_show_features(sc, "Host features: ", host_features);

Completed in 68 milliseconds