MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmmdev_lookup2

Function vmmdev_lookup2

freebsd/amd64/vmm/vmm_dev.c:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static struct vmmdev_softc *
189vmmdev_lookup2(struct cdev *cdev)
190{
191
192 return (cdev->si_drv1);
193}
194
195static int
196vmmdev_rw(struct cdev *cdev, struct uio *uio, int flags)

Callers 3

vmmdev_rwFunction · 0.85
vmmdev_ioctlFunction · 0.85
vmmdev_mmap_singleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected