Searched refs:test_subnvlist_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc348 static const char * const test_subnvlist_key = "nvlist"; variable
365 nvlist_move_nvlist(nvl, test_subnvlist_key, sublist);
377 ATF_REQUIRE(nvlist_exists_nvlist(nvl, test_subnvlist_key));
379 value = nvlist_get_nvlist(nvl, test_subnvlist_key);
394 test_subnvlist_key), 0);

Completed in 100 milliseconds