Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/modules/
H A Dt_modctl.c51 static bool get_sysctl(const char *, void *buf, const size_t);
129 get_sysctl(const char *name, void *buf, const size_t len) in get_sysctl() function
164 return get_sysctl("vendor.k_helper.present", &present, in k_helper_is_present_sysctl()
335 ATF_CHECK(get_sysctl("vendor.k_helper.prop_str_ok", in ATF_TC_BODY()
350 ATF_CHECK(get_sysctl("vendor.k_helper.prop_str_ok", in ATF_TC_BODY()
355 ATF_CHECK(get_sysctl("vendor.k_helper.prop_str_val", in ATF_TC_BODY()
370 ATF_CHECK(get_sysctl("vendor.k_helper.prop_str_ok", in ATF_TC_BODY()
375 ATF_CHECK(get_sysctl("vendor.k_helper.prop_str_val", in ATF_TC_BODY()
408 ATF_CHECK(get_sysctl("vendor.k_helper.prop_int_load", in ATF_TC_BODY()
411 ATF_CHECK(get_sysctl("vendor.k_helper2.present", in ATF_TC_BODY()