Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ module_setspecific
Function
module_setspecific
freebsd/kern/kern_module.c:290–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
void
291
module_setspecific(module_t mod, modspecific_t *datap)
292
{
293
294
MOD_XLOCK_ASSERT;
295
mod->data = *datap;
296
}
297
298
linker_file_t
299
module_file(module_t mod)
Callers
1
kern_syscall_module_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected