nvlist_exists_bool
if (!nvlist_exists_bool(nvlin, "stayopen"))
if (!nvlist_exists_bool(nvlin, "stayopen"))
ATF_REQUIRE(nvlist_exists_bool(nvl, key));
ATF_REQUIRE(!nvlist_exists_bool(nvl, key));
ATF_REQUIRE(!nvlist_exists_bool(nvl, key));
ATF_REQUIRE(nvlist_exists_bool(nvl, key));
ATF_REQUIRE(!nvlist_exists_bool(nvl, key));
ATF_REQUIRE(nvlist_exists_bool(nvl, key));
ATF_REQUIRE(nvlist_exists_bool(nvl, otherkey2));
ATF_REQUIRE(nvlist_exists_bool(nvl, key));
ATF_REQUIRE(nvlist_exists_bool(nvl, "name"));
ATF_REQUIRE(nvlist_exists_bool(nvl, "name"));
ATF_REQUIRE(nvlist_exists_bool(unpacked, "name"));
ATF_REQUIRE(nvlist_exists_bool(nvl, otherkey1));
ATF_REQUIRE(nvlist_exists_bool(nvl, otherkey2));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool/true"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool/false"));
CHECK(nvlist_exists_bool(cnvl, "nvlist/bool/true"));
CHECK(nvlist_exists_bool(cnvl, "nvlist/bool/false"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool/true"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool/true"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool/false"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool/false"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/number"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/string"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/string"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/nvlist"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/nvlist"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/descriptor"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/descriptor"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/binary"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/binary"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/null"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/null"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/number"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool/true"));
CHECK(!nvlist_exists_bool(nvl, "nvlist/bool/false"));
!nvlist_exists_bool(rparams, "sq_flow_control")) {
if (!nvlist_exists_bool(rparams, "header_digests") ||
!nvlist_exists_bool(rparams, "data_digests")) {
!nvlist_exists_bool(nvl, "header_digests") ||
!nvlist_exists_bool(nvl, "data_digests") ||
!nvlist_exists_bool(nvl, "header_digests") ||
!nvlist_exists_bool(nvl, "data_digests") ||
valid &= nvlist_exists_bool(nvl, "admin");
valid &= nvlist_exists_bool(nvl, "sq_flow_control");
if (!nvlist_exists_bool(config, name))
} else if (nvlist_exists_bool(param_schema, "default"))
if (!nvlist_exists_bool(param, DEFAULT_SCHEMA_NAME))
if (!nvlist_exists_bool(schema, REQUIRED_SCHEMA_NAME))
if (nvlist_exists_bool(nvl, "remove") &&
if (nvlist_exists_bool(nvl, "replace-allowedips") &&
if (nvlist_exists_bool(nvl, "replace-peers") &&
if (nvlist_exists_bool(nv, nn[i].cap_name)) {
if (nvlist_exists_bool(nvl, "clear"))
if (nvlist_exists_bool(nvl, "clear_counter"))
if (! nvlist_exists_bool(nvl, "keep_counters"))
if (! nvlist_exists_bool(nvl, name))
if (nvlist_exists_bool(nvl, "nat"))
if (! nvlist_exists_bool(nvl, "enabled")
|| ! nvlist_exists_bool(nvl, "adaptive"))
bool nvlist_exists_bool(const nvlist_t *nvl, const char *name);
!nvlist_exists_bool(nvl, "suspend") ||