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

/freebsd-10.2-release/sys/dev/virtio/random/
H A Dvirtio_random.c46 struct vtrnd_softc { struct
59 static void vtrnd_negotiate_features(struct vtrnd_softc *);
60 static int vtrnd_alloc_virtqueue(struct vtrnd_softc *);
61 static void vtrnd_harvest(struct vtrnd_softc *);
82 sizeof(struct vtrnd_softc)
126 struct vtrnd_softc *sc;
155 struct vtrnd_softc *sc;
165 vtrnd_negotiate_features(struct vtrnd_softc *sc)
177 vtrnd_alloc_virtqueue(struct vtrnd_softc *sc)
191 vtrnd_harvest(struct vtrnd_softc *s
[all...]

Completed in 92 milliseconds