Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bareflank/hypervisor
/ dev_release
Function
dev_release
loader/linux/src/entry.c:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static int
56
dev_release(struct inode *inode, struct file *file)
57
{
58
return 0;
59
}
60
61
static long
62
dispatch_start_vmm(void *const ioctl_args)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected