HomeSort by: relevance | last modified time | path
    Searched refs:vmt_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/vmt/
vmt_subr.c 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 *)
    [all...]
vmtvar.h 61 struct vmt_softc { struct
90 void vmt_common_attach(struct vmt_softc *);
91 int vmt_common_detach(struct vmt_softc *);
  /src/sys/arch/x86/x86/
vmt.c 41 CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc),
61 struct vmt_softc *sc = device_private(self);
73 struct vmt_softc *sc = device_private(self);
  /src/sys/arch/aarch64/aarch64/
vmt.c 43 CFATTACH_DECL_NEW(vmt, sizeof(struct vmt_softc),
61 struct vmt_softc *sc = device_private(self);
75 struct vmt_softc *sc = device_private(self);

Completed in 13 milliseconds