Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c368 test_initialize_opts(const char *tname, uint64_t create_flags, bool is_plain) in test_initialize_opts() function
421 return (test_initialize_opts(tname, 0, false)); in test_initialize()
427 return (test_initialize_opts(tname, 0, true)); in test_initialize_plain()
433 return (test_initialize_opts(tname, create_flags, false)); in test_initialize_flags()