vmt_softc
CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc),
struct vmt_softc *sc = device_private(self);
struct vmt_softc *sc = device_private(self);
CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc),
struct vmt_softc *sc = device_private(self);
struct vmt_softc *sc = device_private(self);
void (*cb)(struct vmt_softc *);
vm_rpci_response_successful(struct vmt_softc *sc)
vm_rpc_send_rpci_tx_buf(struct vmt_softc *sc, const uint8_t *buf,
vm_rpc_send_rpci_tx(struct vmt_softc *sc, const char *fmt, ...)
vmt_common_attach(struct vmt_softc *sc)
vmt_common_detach(struct vmt_softc *sc)
struct vmt_softc *sc = device_private(self);
struct vmt_softc *sc = device_private(self);
struct vmt_softc *sc;
sc = (struct vmt_softc *)node.sysctl_data;
struct vmt_softc *sc = xarg;
vmt_update_guest_uptime(struct vmt_softc *sc)
vmt_update_guest_info(struct vmt_softc *sc)
vmt_sync_guest_clock(struct vmt_softc *sc)
struct vmt_softc *sc = xarg;
vmt_tclo_state_change_success(struct vmt_softc *sc, int success, char state)
vmt_do_shutdown(struct vmt_softc *sc)
vmt_do_reboot(struct vmt_softc *sc)
vmt_do_resume(struct vmt_softc *sc)
struct vmt_softc *sc = device_private(self);
vmt_tclo_reset(struct vmt_softc *sc)
vmt_tclo_ping(struct vmt_softc *sc)
vmt_tclo_halt(struct vmt_softc *sc)
vmt_tclo_reboot(struct vmt_softc *sc)
vmt_tclo_poweron(struct vmt_softc *sc)
vmt_tclo_suspend(struct vmt_softc *sc)
vmt_tclo_resume(struct vmt_softc *sc)
vmt_tclo_capreg(struct vmt_softc *sc)
static int vm_rpc_send_rpci_tx_buf(struct vmt_softc *, const uint8_t *, uint32_t);
static int vm_rpc_send_rpci_tx(struct vmt_softc *, const char *, ...)
vmt_tclo_broadcastip(struct vmt_softc *sc)
static int vm_rpci_response_successful(struct vmt_softc *);
static void vmt_tclo_state_change_success(struct vmt_softc *, int, char);
static void vmt_do_reboot(struct vmt_softc *);
static void vmt_do_shutdown(struct vmt_softc *);
vmt_tclo_process(struct vmt_softc *sc, const char *name)
struct vmt_softc *sc = xarg;
static void vmt_update_guest_info(struct vmt_softc *);
static void vmt_update_guest_uptime(struct vmt_softc *);
static void vmt_sync_guest_clock(struct vmt_softc *);
static int vmt_tclo_process(struct vmt_softc *, const char *);
static void vmt_tclo_reset(struct vmt_softc *);
static void vmt_tclo_ping(struct vmt_softc *);
static void vmt_tclo_halt(struct vmt_softc *);
static void vmt_tclo_reboot(struct vmt_softc *);
static void vmt_tclo_poweron(struct vmt_softc *);
static void vmt_tclo_suspend(struct vmt_softc *);
static void vmt_tclo_resume(struct vmt_softc *);
static void vmt_tclo_capreg(struct vmt_softc *);
static void vmt_tclo_broadcastip(struct vmt_softc *);
void vmt_common_attach(struct vmt_softc *);
int vmt_common_detach(struct vmt_softc *);