Searched refs:get_sysctl (Results 1 – 2 of 2) sorted by relevance
| /minix3/tests/modules/ |
| H A D | t_modctl.c | 51 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()
|
| /minix3/external/bsd/top/dist/machine/ |
| H A D | m_freebsd.c | 513 get_sysctl(int idx, void *v, size_t l) in get_sysctl() function 1007 #define GET_VM_STAT(v, s) (void)get_sysctl(v, &(sum->s), sizeof(sum->s)) in get_vm_sum() 1053 (void)get_sysctl(K_CP_TIME, &cp_time, sizeof(cp_time)); in get_system_info() 1070 (void) get_sysctl(VFS_BUFSPACE, &bufspace, sizeof(bufspace)); in get_system_info() 1199 nproc = get_sysctl(K_PROC, pbase, size); in get_process_info()
|