Lines Matching refs:hv_vss_sc
181 struct hv_vss_sc;
192 struct hv_vss_sc *sc;
203 typedef struct hv_vss_sc { struct
233 } hv_vss_sc; argument
247 hv_vss_sc *sc;
264 hv_vss_is_daemon_killed_after_launch(hv_vss_sc *sc) in hv_vss_is_daemon_killed_after_launch()
275 hv_vss_sc *sc = (hv_vss_sc*)context; in hv_vss_callback()
313 hv_vss_sc *sc = reqp->sc; in hv_vss_notify_host_result_locked()
366 hv_vss_drain_req_queue_locked(hv_vss_sc *sc, uint64_t req_id) in hv_vss_drain_req_queue_locked()
691 hv_vss_sc* sc = reqp->sc; in hv_vss_timeout()
705 uint32_t recvlen, uint64_t requestid, uint8_t *vss_buf, hv_vss_sc *sc) in hv_vss_init_req()
735 hv_vss_get_new_req_locked(hv_vss_sc *sc) in hv_vss_get_new_req_locked()
763 hv_vss_sc *sc = reqp->sc; in hv_vss_start_notify()
802 hv_vss_sc *sc; in hv_vss_process_request()
807 sc = (hv_vss_sc*)context; in hv_vss_process_request()
909 hv_vss_sc *sc = (hv_vss_sc*)device_get_softc(dev); in hv_vss_init_send_receive_queue()
932 hv_vss_sc *sc = (hv_vss_sc*)device_get_softc(dev); in hv_vss_destroy_send_receive_queue()
974 hv_vss_sc *sc = (hv_vss_sc*)device_get_softc(dev); in hv_vss_attach()
1026 hv_vss_sc *sc = (hv_vss_sc*)device_get_softc(dev); in hv_vss_detach()
1052 static driver_t vss_driver = { "hvvss", vss_methods, sizeof(hv_vss_sc)};