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

Function vnet_domain_init

freebsd/kern/uipc_domain.c:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189#ifdef VIMAGE
190void
191vnet_domain_init(void *arg)
192{
193
194 /* Virtualized case is no different -- call init functions. */
195 domain_init(arg);
196}
197
198void
199vnet_domain_uninit(void *arg)

Callers

nothing calls this directly

Calls 1

domain_initFunction · 0.85

Tested by

no test coverage detected