MCPcopy 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
274module_t
275module_getfnext(module_t mod)
276{
277
278 MOD_LOCK_ASSERT;
279 return (TAILQ_NEXT(mod, flink));
280}
281
282const char *
283module_getname(module_t mod)

Callers 1

linker_file_unloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected