Lines Matching refs:hv_kvp_sc
127 typedef struct hv_kvp_sc { struct
176 } hv_kvp_sc; argument
179 static int hv_kvp_req_in_progress(hv_kvp_sc *sc);
180 static void hv_kvp_transaction_init(hv_kvp_sc *sc, uint32_t, uint64_t, uint8_t *);
181 static void hv_kvp_send_msg_to_daemon(hv_kvp_sc *sc);
192 hv_kvp_req_in_progress(hv_kvp_sc *sc) in hv_kvp_req_in_progress()
203 hv_kvp_transaction_init(hv_kvp_sc *sc, uint32_t rcv_len, in hv_kvp_transaction_init()
531 hv_kvp_respond_host(hv_kvp_sc *sc, uint32_t error) in hv_kvp_respond_host()
556 hv_kvp_send_msg_to_daemon(hv_kvp_sc *sc) in hv_kvp_send_msg_to_daemon()
585 hv_kvp_sc *sc; in hv_kvp_process_request()
589 sc = (hv_kvp_sc*)context; in hv_kvp_process_request()
680 hv_kvp_sc *sc = (hv_kvp_sc*)context; in hv_kvp_callback()
696 hv_kvp_sc *sc = (hv_kvp_sc*)dev->si_drv1; in hv_kvp_dev_open()
713 hv_kvp_sc *sc = (hv_kvp_sc*)dev->si_drv1; in hv_kvp_dev_close()
732 hv_kvp_sc *sc = (hv_kvp_sc*)dev->si_drv1; in hv_kvp_dev_daemon_read()
764 hv_kvp_sc *sc = (hv_kvp_sc*)dev->si_drv1; in hv_kvp_dev_daemon_write()
823 hv_kvp_sc *sc = (hv_kvp_sc*)dev->si_drv1; in hv_kvp_dev_daemon_poll()
856 hv_kvp_sc *sc = (hv_kvp_sc*)device_get_softc(dev); in hv_kvp_attach()
891 hv_kvp_sc *sc = (hv_kvp_sc*)device_get_softc(dev); in hv_kvp_detach()
911 static driver_t kvp_driver = { "hvkvp", kvp_methods, sizeof(hv_kvp_sc)};