Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/modules/
H A Dt_modctl.c50 static bool get_modstat_info(const char *, modstat_t *);
83 get_modstat_info(const char *name, modstat_t *msdest) in get_modstat_info() function
151 return get_modstat_info("k_helper", NULL); in k_helper_is_present_stat()
439 ATF_CHECK(get_modstat_info("k_helper", &ms)); in ATF_TC_BODY()