Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_module.c123 ms->ms_refcnt = mod->mod_refcnt; in modctl32_handle_stat()
145 ms->ms_refcnt = -1; in modctl32_handle_stat()
/netbsd/sys/kern/
H A Dsys_module.c192 ms->ms_refcnt = mod->mod_refcnt; in handle_modctl_stat()
214 ms->ms_refcnt = -1; in handle_modctl_stat()
/netbsd/external/bsd/iscsi/dist/src/initiator/
H A Dlibkmod.c113 module->refcnt = ms->ms_refcnt; in readkmod()
/netbsd/sbin/modstat/
H A Dmain.c229 ms->ms_refcnt); in main()
/netbsd/tests/modules/
H A Dt_builtin.c177 ATF_REQUIRE_EQ(m.ms_refcnt, (u_int)-1); in ATF_TC_BODY()
H A Dt_modctl.c506 ATF_CHECK(ms.ms_refcnt == 0); in ATF_TC_BODY()
/netbsd/sys/sys/
H A Dmodule.h265 u_int ms_refcnt; member