Lines Matching full:travel
768 const nvlist_t *travel; in ATF_TEST_CASE_BODY() local
796 travel = nvl; in ATF_TEST_CASE_BODY()
798 while ((name = nvlist_next(travel, &type, &cookie)) != NULL) { in ATF_TEST_CASE_BODY()
815 travel = nvlist_get_nvlist(travel, name); in ATF_TEST_CASE_BODY()
818 travel = nvlist_get_nvlist_array(travel, name, in ATF_TEST_CASE_BODY()
824 } while ((travel = nvlist_get_pararr(travel, &cookie)) != NULL); in ATF_TEST_CASE_BODY()
836 const nvlist_t *travel, *tmp; in ATF_TEST_CASE_BODY() local
862 tmp = travel = nvl; in ATF_TEST_CASE_BODY()
865 travel = tmp; in ATF_TEST_CASE_BODY()
866 while ((name = nvlist_next(travel, &type, &cookie)) != in ATF_TEST_CASE_BODY()
885 travel = nvlist_get_nvlist(travel, in ATF_TEST_CASE_BODY()
889 travel = nvlist_get_nvlist_array(travel, in ATF_TEST_CASE_BODY()
896 } while ((tmp = nvlist_get_array_next(travel)) != NULL); in ATF_TEST_CASE_BODY()
897 } while ((tmp = nvlist_get_parent(travel, &cookie)) != NULL); in ATF_TEST_CASE_BODY()