Home
last modified time | relevance | path

Searched refs:pr_cmd (Results 1 – 1 of 1) sorted by relevance

/external/libcap/libcap/
Dcap_proc.c137 long int pr_cmd, long int arg1, long int arg2) in _libcap_wprctl3() argument
140 return sc->three(SYS_prctl, pr_cmd, arg1, arg2); in _libcap_wprctl3()
142 return prctl(pr_cmd, arg1, arg2, 0, 0, 0); in _libcap_wprctl3()
146 long int pr_cmd, long int arg1, long int arg2, in _libcap_wprctl6() argument
150 return sc->six(SYS_prctl, pr_cmd, arg1, arg2, arg3, arg4, arg5); in _libcap_wprctl6()
152 return prctl(pr_cmd, arg1, arg2, arg3, arg4, arg5); in _libcap_wprctl6()