MCPcopy Create free account
hub / github.com/F-Stack/f-stack / module_getid

Function module_getid

freebsd/kern/kern_module.c:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266int
267module_getid(module_t mod)
268{
269
270 MOD_LOCK_ASSERT;
271 return (mod->id);
272}
273
274module_t
275module_getfnext(module_t mod)

Callers 2

sys_modfindFunction · 0.85
sys_kldfirstmodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected