MCPcopy 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
290void
291module_setspecific(module_t mod, modspecific_t *datap)
292{
293
294 MOD_XLOCK_ASSERT;
295 mod->data = *datap;
296}
297
298linker_file_t
299module_file(module_t mod)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected