Symbol: vmmdev_softc
sys/dev/vmm/vmm_dev.c
1091
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
113
static int devmem_create_cdev(struct vmmdev_softc *sc, int id, char *devmem);
sys/dev/vmm/vmm_dev.c
114
static void vmmdev_destroy(struct vmmdev_softc *sc);
sys/dev/vmm/vmm_dev.c
1352
devmem_create_cdev(struct vmmdev_softc *sc, int segid, char *devname)
sys/dev/vmm/vmm_dev.c
147
vcpu_lock_all(struct vmmdev_softc *sc)
sys/dev/vmm/vmm_dev.c
163
vcpu_unlock_all(struct vmmdev_softc *sc)
sys/dev/vmm/vmm_dev.c
178
static struct vmmdev_softc *
sys/dev/vmm/vmm_dev.c
181
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
199
static struct vmmdev_softc *
sys/dev/vmm/vmm_dev.c
211
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
257
get_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len)
sys/dev/vmm/vmm_dev.c
283
alloc_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len,
sys/dev/vmm/vmm_dev.c
436
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
74
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
799
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
82
SLIST_ENTRY(vmmdev_softc) link;
sys/dev/vmm/vmm_dev.c
83
LIST_ENTRY(vmmdev_softc) priv_link;
sys/dev/vmm/vmm_dev.c
852
vmmdev_destroy(struct vmmdev_softc *sc)
sys/dev/vmm/vmm_dev.c
89
LIST_HEAD(, vmmdev_softc) softcs;
sys/dev/vmm/vmm_dev.c
890
SLIST_REMOVE(&head, sc, vmmdev_softc, link);
sys/dev/vmm/vmm_dev.c
902
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
94
static SLIST_HEAD(, vmmdev_softc) head;
sys/dev/vmm/vmm_dev.c
970
static struct vmmdev_softc *
sys/dev/vmm/vmm_dev.c
973
struct vmmdev_softc *sc;
sys/dev/vmm/vmm_dev.c
987
struct vmmdev_softc *sc;