table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CALL_USERMODEHELPER(9) | Module Support | CALL_USERMODEHELPER(9) |
NAME¶
call_usermodehelper - prepare and start a usermode applicationSYNOPSIS¶
int
call_usermodehelper(char * path,
char ** argv, char ** envp,
int wait);
ARGUMENTS¶
pathpath to usermode executable
argv
arg vector for process
envp
environment for process
wait
wait for the application to finish and return
status. when UMH_NO_WAIT don't wait at all, but you get no useful error back
when the program couldn't be exec'ed. This makes it safe to call from
interrupt context.
DESCRIPTION¶
This function is the equivalent to use call_usermodehelper_setup and call_usermodehelper_exec.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |