Home
last modified time | relevance | path

Searched hist:c9b645b50be5adebc3bd7927726af474caea6098 (Results 1 – 3 of 3) sorted by relevance

/freebsd/share/man/man9/
H A DEVENTHANDLER.9diff c9b645b50be5adebc3bd7927726af474caea6098 Tue Aug 13 05:07:49 CEST 2013 Mark Johnston <markj@FreeBSD.org> Add event handlers for module load and unload events. The load handlers are
called after the module has been loaded, and the unload handlers are called
before the module is unloaded. Moreover, the module unload handlers may
return an error to prevent the unload from proceeding.

Reviewed by: avg
MFC after: 2 weeks
/freebsd/sys/sys/
H A Deventhandler.hdiff c9b645b50be5adebc3bd7927726af474caea6098 Tue Aug 13 05:07:49 CEST 2013 Mark Johnston <markj@FreeBSD.org> Add event handlers for module load and unload events. The load handlers are
called after the module has been loaded, and the unload handlers are called
before the module is unloaded. Moreover, the module unload handlers may
return an error to prevent the unload from proceeding.

Reviewed by: avg
MFC after: 2 weeks
/freebsd/sys/kern/
H A Dkern_linker.cdiff c9b645b50be5adebc3bd7927726af474caea6098 Tue Aug 13 05:07:49 CEST 2013 Mark Johnston <markj@FreeBSD.org> Add event handlers for module load and unload events. The load handlers are
called after the module has been loaded, and the unload handlers are called
before the module is unloaded. Moreover, the module unload handlers may
return an error to prevent the unload from proceeding.

Reviewed by: avg
MFC after: 2 weeks