Home
last modified time | relevance | path

Searched defs:vmt_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/vmt/
H A Dvmtvar.h61 struct vmt_softc { struct
62 device_t sc_dev;
64 struct sysctllog *sc_log;
65 struct vm_rpc sc_tclo_rpc;
66 bool sc_tclo_rpc_open;
90 void vmt_common_attach(struct vmt_softc *); argument