Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
const char *
283
module_getname(module_t mod)
284
{
285
286
MOD_LOCK_ASSERT;
287
return (mod->name);
288
}
289
290
void
291
module_setspecific(module_t mod, modspecific_t *datap)
Callers
1
linker_file_unload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected