Searched hist:94321 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/digi/
H A Ddigi.cdiff 94321 Tue Apr 09 23:13:57 MDT 2002 brian 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-11-stable/sys/sys/
H A Dlinker.hdiff 94321 Tue Apr 09 23:13:57 MDT 2002 brian 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-11-stable/sys/kern/
H A Dkern_linker.cdiff 94321 Tue Apr 09 23:13:57 MDT 2002 brian 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.

Completed in 105 milliseconds