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

Function vmmdev_init

freebsd/amd64/vmm/vmm_dev.c:1129–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127 NULL);
1128
1129void
1130vmmdev_init(void)
1131{
1132 mtx_init(&vmmdev_mtx, "vmm device mutex", NULL, MTX_DEF);
1133 pr_allow_flag = prison_add_allow(NULL, "vmm", NULL,
1134 "Allow use of vmm in a jail.");
1135}
1136
1137int
1138vmmdev_cleanup(void)

Callers 1

vmm_handlerFunction · 0.85

Calls 2

mtx_initFunction · 0.85
prison_add_allowFunction · 0.85

Tested by

no test coverage detected