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

Function vmmdev_cleanup

freebsd/amd64/vmm/vmm_dev.c:1137–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135}
1136
1137int
1138vmmdev_cleanup(void)
1139{
1140 int error;
1141
1142 if (SLIST_EMPTY(&head))
1143 error = 0;
1144 else
1145 error = EBUSY;
1146
1147 return (error);
1148}
1149
1150static int
1151devmem_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t len,

Callers 1

vmm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected