Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ module_getfnext
Function
module_getfnext
freebsd/kern/kern_module.c:274–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
module_t
275
module_getfnext(module_t mod)
276
{
277
278
MOD_LOCK_ASSERT;
279
return (TAILQ_NEXT(mod, flink));
280
}
281
282
const char *
283
module_getname(module_t mod)
Callers
1
linker_file_unload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected