Home
last modified time | relevance | path

Searched refs:test_vmctx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c62 static struct vmctx *test_vmctx = NULL; variable
131 if (test_vmctx != NULL) { in test_cleanup()
147 vm_destroy(test_vmctx); in test_cleanup()
150 test_vmctx = NULL; in test_cleanup()
374 assert(test_vmctx == NULL); in test_initialize_opts()
390 test_vmctx = ctx; in test_initialize_opts()