Home | History | Annotate | Download | only in vmt

Lines Matching refs:vmt_softc

68 static int vm_rpc_send_rpci_tx_buf(struct vmt_softc *, const uint8_t *, uint32_t);
69 static int vm_rpc_send_rpci_tx(struct vmt_softc *, const char *, ...)
71 static int vm_rpci_response_successful(struct vmt_softc *);
73 static void vmt_tclo_state_change_success(struct vmt_softc *, int, char);
74 static void vmt_do_reboot(struct vmt_softc *);
75 static void vmt_do_shutdown(struct vmt_softc *);
78 static void vmt_update_guest_info(struct vmt_softc *);
79 static void vmt_update_guest_uptime(struct vmt_softc *);
80 static void vmt_sync_guest_clock(struct vmt_softc *);
87 static int vmt_tclo_process(struct vmt_softc *, const char *);
88 static void vmt_tclo_reset(struct vmt_softc *);
89 static void vmt_tclo_ping(struct vmt_softc *);
90 static void vmt_tclo_halt(struct vmt_softc *);
91 static void vmt_tclo_reboot(struct vmt_softc *);
92 static void vmt_tclo_poweron(struct vmt_softc *);
93 static void vmt_tclo_suspend(struct vmt_softc *);
94 static void vmt_tclo_resume(struct vmt_softc *);
95 static void vmt_tclo_capreg(struct vmt_softc *);
96 static void vmt_tclo_broadcastip(struct vmt_softc *);
100 void (*cb)(struct vmt_softc *);
169 vmt_common_attach(struct vmt_softc *sc)
284 vmt_common_detach(struct vmt_softc *sc)
319 struct vmt_softc *sc = device_private(self);
357 struct vmt_softc *sc = device_private(self);
380 struct vmt_softc *sc;
383 sc = (struct vmt_softc *)node.sysctl_data;
404 struct vmt_softc *sc = xarg;
413 vmt_update_guest_uptime(struct vmt_softc *sc)
424 vmt_update_guest_info(struct vmt_softc *sc)
465 vmt_sync_guest_clock(struct vmt_softc *sc)
488 struct vmt_softc *sc = xarg;
497 vmt_tclo_state_change_success(struct vmt_softc *sc, int success, char state)
508 vmt_do_shutdown(struct vmt_softc *sc)
518 vmt_do_reboot(struct vmt_softc *sc)
528 vmt_do_resume(struct vmt_softc *sc)
551 struct vmt_softc *sc = device_private(self);
577 vmt_tclo_reset(struct vmt_softc *sc)
596 vmt_tclo_ping(struct vmt_softc *sc)
607 vmt_tclo_halt(struct vmt_softc *sc)
614 vmt_tclo_reboot(struct vmt_softc *sc)
621 vmt_tclo_poweron(struct vmt_softc *sc)
632 vmt_tclo_suspend(struct vmt_softc *sc)
646 vmt_tclo_resume(struct vmt_softc *sc)
653 vmt_tclo_capreg(struct vmt_softc *sc)
695 vmt_tclo_broadcastip(struct vmt_softc *sc)
750 vmt_tclo_process(struct vmt_softc *sc, const char *name)
770 struct vmt_softc *sc = xarg;
1072 vm_rpci_response_successful(struct vmt_softc *sc)
1078 vm_rpc_send_rpci_tx_buf(struct vmt_softc *sc, const uint8_t *buf,
1126 vm_rpc_send_rpci_tx(struct vmt_softc *sc, const char *fmt, ...)