Searched defs:viorand_state (Results 1 – 1 of 1) sorted by relevance
45 struct viorand_state { struct46 dev_info_t *vio_dip;47 kmutex_t vio_mutex;48 kcondvar_t vio_cv;49 crypto_kcf_provider_handle_t vio_handle;50 taskq_t *vio_taskq;51 virtio_t *vio_virtio;52 virtio_queue_t *vio_rq;53 uint64_t vio_features;78 static void *viorand_statep; argument