Symbol: vmt_softc
sys/dev/pv/vmt.c
1022
vmt_tclo_startbackup(struct vmt_softc *sc)
sys/dev/pv/vmt.c
1047
vmt_tclo_backupdone(struct vmt_softc *sc)
sys/dev/pv/vmt.c
1068
vmt_tclo_process(struct vmt_softc *sc, const char *name)
sys/dev/pv/vmt.c
1088
struct vmt_softc *sc = xarg;
sys/dev/pv/vmt.c
1366
struct vmt_softc *sc = data;
sys/dev/pv/vmt.c
1678
vm_rpci_response_successful(struct vmt_softc *sc)
sys/dev/pv/vmt.c
1684
vm_rpc_send_rpci_tx_buf(struct vmt_softc *sc, const uint8_t *buf,
sys/dev/pv/vmt.c
1732
vm_rpc_send_rpci_tx(struct vmt_softc *sc, const char *fmt, ...)
sys/dev/pv/vmt.c
275
int vm_rpc_send_rpci_tx_buf(struct vmt_softc *, const uint8_t *, uint32_t);
sys/dev/pv/vmt.c
276
int vm_rpc_send_rpci_tx(struct vmt_softc *, const char *, ...)
sys/dev/pv/vmt.c
278
int vm_rpci_response_successful(struct vmt_softc *);
sys/dev/pv/vmt.c
283
void vmt_tclo_state_change_success(struct vmt_softc *, int, char);
sys/dev/pv/vmt.c
284
void vmt_do_reboot(struct vmt_softc *);
sys/dev/pv/vmt.c
285
void vmt_do_shutdown(struct vmt_softc *);
sys/dev/pv/vmt.c
288
void vmt_clear_guest_info(struct vmt_softc *);
sys/dev/pv/vmt.c
289
void vmt_update_guest_info(struct vmt_softc *);
sys/dev/pv/vmt.c
290
void vmt_update_guest_uptime(struct vmt_softc *);
sys/dev/pv/vmt.c
301
int vmt_tclo_process(struct vmt_softc *, const char *);
sys/dev/pv/vmt.c
302
void vmt_tclo_reset(struct vmt_softc *);
sys/dev/pv/vmt.c
303
void vmt_tclo_ping(struct vmt_softc *);
sys/dev/pv/vmt.c
304
void vmt_tclo_halt(struct vmt_softc *);
sys/dev/pv/vmt.c
305
void vmt_tclo_reboot(struct vmt_softc *);
sys/dev/pv/vmt.c
306
void vmt_tclo_poweron(struct vmt_softc *);
sys/dev/pv/vmt.c
307
void vmt_tclo_suspend(struct vmt_softc *);
sys/dev/pv/vmt.c
308
void vmt_tclo_resume(struct vmt_softc *);
sys/dev/pv/vmt.c
309
void vmt_tclo_capreg(struct vmt_softc *);
sys/dev/pv/vmt.c
310
void vmt_tclo_broadcastip(struct vmt_softc *);
sys/dev/pv/vmt.c
312
void vmt_set_backup_status(struct vmt_softc *, const char *, int,
sys/dev/pv/vmt.c
316
void vmt_tclo_abortbackup(struct vmt_softc *);
sys/dev/pv/vmt.c
317
void vmt_tclo_startbackup(struct vmt_softc *);
sys/dev/pv/vmt.c
318
void vmt_tclo_backupdone(struct vmt_softc *);
sys/dev/pv/vmt.c
329
void (*cb)(struct vmt_softc *);
sys/dev/pv/vmt.c
369
sizeof(struct vmt_softc),
sys/dev/pv/vmt.c
433
struct vmt_softc *sc = (struct vmt_softc *)self;
sys/dev/pv/vmt.c
488
struct vmt_softc *sc = arg;
sys/dev/pv/vmt.c
614
vmt_update_guest_uptime(struct vmt_softc *sc)
sys/dev/pv/vmt.c
625
vmt_clear_guest_info(struct vmt_softc *sc)
sys/dev/pv/vmt.c
637
vmt_update_guest_info(struct vmt_softc *sc)
sys/dev/pv/vmt.c
678
struct vmt_softc *sc = (struct vmt_softc *)self;
sys/dev/pv/vmt.c
687
struct vmt_softc *sc = xarg;
sys/dev/pv/vmt.c
720
vmt_tclo_state_change_success(struct vmt_softc *sc, int success, char state)
sys/dev/pv/vmt.c
731
vmt_do_shutdown(struct vmt_softc *sc)
sys/dev/pv/vmt.c
739
vmt_do_reboot(struct vmt_softc *sc)
sys/dev/pv/vmt.c
749
struct vmt_softc *sc = arg;
sys/dev/pv/vmt.c
765
vmt_tclo_reset(struct vmt_softc *sc)
sys/dev/pv/vmt.c
783
vmt_tclo_ping(struct vmt_softc *sc)
sys/dev/pv/vmt.c
792
vmt_tclo_halt(struct vmt_softc *sc)
sys/dev/pv/vmt.c
798
vmt_tclo_reboot(struct vmt_softc *sc)
sys/dev/pv/vmt.c
804
vmt_tclo_poweron(struct vmt_softc *sc)
sys/dev/pv/vmt.c
815
vmt_tclo_suspend(struct vmt_softc *sc)
sys/dev/pv/vmt.c
830
vmt_tclo_resume(struct vmt_softc *sc)
sys/dev/pv/vmt.c
848
vmt_tclo_capreg(struct vmt_softc *sc)
sys/dev/pv/vmt.c
893
vmt_tclo_broadcastip(struct vmt_softc *sc)
sys/dev/pv/vmt.c
951
vmt_set_backup_status(struct vmt_softc *sc, const char *state, int code,
sys/dev/pv/vmt.c
963
struct vmt_softc *sc = data;
sys/dev/pv/vmt.c
986
struct vmt_softc *sc = data;
sys/dev/pv/vmt.c
999
vmt_tclo_abortbackup(struct vmt_softc *sc)