Searched refs:cnvl (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libnv/tests/ |
H A D | nvlist_send_recv_test.c | 99 const nvlist_t *cnvl, *empty; in send_nvlist_parent() local 216 cnvl = nvlist_get_nvlist(nvl, name); in send_nvlist_parent() 217 ATF_REQUIRE(nvlist_empty(cnvl)); in send_nvlist_parent() 223 cnvl = nvlist_get_nvlist(nvl, name); in send_nvlist_parent() 227 cname = nvlist_next(cnvl, &ctype, &ccookie); in send_nvlist_parent() 231 ATF_REQUIRE(nvlist_get_bool(cnvl, cname) == true); in send_nvlist_parent() 233 cname = nvlist_next(cnvl, &ctype, &ccookie); in send_nvlist_parent() 237 ATF_REQUIRE(nvlist_get_bool(cnvl, cname) == false); in send_nvlist_parent() 239 cname = nvlist_next(cnvl, &ctype, &ccookie); in send_nvlist_parent() 243 ATF_REQUIRE(nvlist_get_number(cnvl, cname) == 0); in send_nvlist_parent() [all …]
|