call_usermodehelper_setcleanup(9) suse man page | unix.com

Man Page: call_usermodehelper_setcleanup

Operating Environment: suse

Section: 9

CALL_USERMODEHELPER_(9) 					  Module Support					   CALL_USERMODEHELPER_(9)

NAME
call_usermodehelper_setcleanup - set a cleanup function
SYNOPSIS
void call_usermodehelper_setcleanup(struct subprocess_info * info, void (*cleanup) (char **argv, char **envp));
ARGUMENTS
info a subprocess_info returned by call_usermodehelper_setup cleanup a cleanup function
DESCRIPTION
The cleanup function is just befor ethe subprocess_info is about to be freed. This can be used for freeing the argv and envp. The Function must be runnable in either a process context or the context in which call_usermodehelper_exec is called.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 CALL_USERMODEHELPER_(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
gnome-cleanup(1) - opensolaris
dbus-cleanup-sockets(1) - x11r4
pthread_cleanup_pop(3) - netbsd
pthread_cleanup_pop(3t) - hpux
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Migrating to UNIX
Update kernel Linux without reboot?!
Docker learning Phase-I