Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
int
267
module_getid(module_t mod)
268
{
269
270
MOD_LOCK_ASSERT;
271
return (mod->id);
272
}
273
274
module_t
275
module_getfnext(module_t mod)
Callers
2
sys_modfind
Function · 0.85
sys_kldfirstmod
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected