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

Function module_getname

freebsd/kern/kern_module.c:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282const char *
283module_getname(module_t mod)
284{
285
286 MOD_LOCK_ASSERT;
287 return (mod->name);
288}
289
290void
291module_setspecific(module_t mod, modspecific_t *datap)

Callers 1

linker_file_unloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected