Home
last modified time | relevance | path

Searched refs:vmm_softc_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_zsd.c62 vmm_zsd_add_vm(vmm_softc_t *sc) in vmm_zsd_add_vm()
95 vmm_zsd_rem_vm(vmm_softc_t *sc) in vmm_zsd_rem_vm()
115 list_create(&zsd->vz_vmms, sizeof (vmm_softc_t), in vmm_zsd_create()
116 offsetof(vmm_softc_t, vmm_zsd_linkage)); in vmm_zsd_create()
151 vmm_softc_t *sc; in vmm_zsd_shutdown()
176 vmm_softc_t *sc; in vmm_zsd_destroy()
H A Dvmm_sol_dev.c105 vmm_softc_t *vmh_sc;
1983 vmm_softc_t *sc; in vmm_lookup()
2168 vmm_softc_t *sc; in vmm_drv_hold()
2213 vmm_softc_t *sc; in vmm_drv_rele()
2502 vmm_softc_t *sc; in vmm_drv_ioport_hook()
2539 vmm_softc_t *sc; in vmm_drv_ioport_unhook()
2774 vmm_softc_t *sc; in vmmdev_do_vm_destroy()
2935 vmm_softc_t *sc; in vmm_open()
2974 vmm_softc_t *sc; in vmm_close()
3084 vmm_softc_t *sc; in vmm_ioctl()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_impl.h85 typedef struct vmm_softc vmm_softc_t; typedef
89 int vmm_zsd_add_vm(vmm_softc_t *sc);
90 void vmm_zsd_rem_vm(vmm_softc_t *sc);
91 void vmm_zone_vm_destroy(vmm_softc_t *);