Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
static struct vmmdev_softc *
189
vmmdev_lookup2(struct cdev *cdev)
190
{
191
192
return (cdev->si_drv1);
193
}
194
195
static int
196
vmmdev_rw(struct cdev *cdev, struct uio *uio, int flags)
Callers
3
vmmdev_rw
Function · 0.85
vmmdev_ioctl
Function · 0.85
vmmdev_mmap_single
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected