MCPcopy 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
55static int
56dev_release(struct inode *inode, struct file *file)
57{
58 return 0;
59}
60
61static long
62dispatch_start_vmm(void *const ioctl_args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected