Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_module.c77 ms->ms_refcnt = mod->mod_refcnt; in modctl32_handle_stat()
95 ms->ms_refcnt = -1; in modctl32_handle_stat()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsys_module.c150 ms->ms_refcnt = mod->mod_refcnt; in handle_modctl_stat()
168 ms->ms_refcnt = -1; in handle_modctl_stat()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmodule.h244 u_int ms_refcnt; member