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