Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/virtio/
H A Dvirtiovar.h158 size_t virtio_show_features(uint32_t features, char *buffer, size_t len);
H A Dvirtio.c122 virtio_show_features(uint32_t features, char *buf, size_t len) in virtio_show_features() function
/titanic_50/usr/src/uts/common/io/vioblk/
H A Dvioblk.c569 bufp += virtio_show_features(features, bufp, bufend - bufp); in vioblk_show_features()
/titanic_50/usr/src/uts/common/io/vioif/
H A Dvioif.c1483 bufp += virtio_show_features(features, bufp, bufend - bufp); in vioif_show_features()