Searched hist:"96987 c74d66bbaf822f59d550460259611a7ed1d" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | linker.h | diff 96987c74d66bbaf822f59d550460259611a7ed1d Wed Apr 10 03:13:57 CEST 2002 Brian Somers <brian@FreeBSD.org> Change linker_reference_module() so that it's passed a struct mod_depend * (which may be NULL). The only consumer of this function at the moment is digi_loadmoduledata(), and that passes a NULL mod_depend *.
In linker_reference_module(), check to see if we've already got the required module loaded. If we have, bump the reference count and return that, otherwise continue the module search as normal. diff 96987c74d66bbaf822f59d550460259611a7ed1d Wed Apr 10 03:13:57 CEST 2002 Brian Somers <brian@FreeBSD.org> Change linker_reference_module() so that it's passed a struct mod_depend * (which may be NULL). The only consumer of this function at the moment is digi_loadmoduledata(), and that passes a NULL mod_depend *.
In linker_reference_module(), check to see if we've already got the required module loaded. If we have, bump the reference count and return that, otherwise continue the module search as normal.
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | diff 96987c74d66bbaf822f59d550460259611a7ed1d Wed Apr 10 03:13:57 CEST 2002 Brian Somers <brian@FreeBSD.org> Change linker_reference_module() so that it's passed a struct mod_depend * (which may be NULL). The only consumer of this function at the moment is digi_loadmoduledata(), and that passes a NULL mod_depend *.
In linker_reference_module(), check to see if we've already got the required module loaded. If we have, bump the reference count and return that, otherwise continue the module search as normal. diff 96987c74d66bbaf822f59d550460259611a7ed1d Wed Apr 10 03:13:57 CEST 2002 Brian Somers <brian@FreeBSD.org> Change linker_reference_module() so that it's passed a struct mod_depend * (which may be NULL). The only consumer of this function at the moment is digi_loadmoduledata(), and that passes a NULL mod_depend *.
In linker_reference_module(), check to see if we've already got the required module loaded. If we have, bump the reference count and return that, otherwise continue the module search as normal.
|