Home
last modified time | relevance | path

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

/external/libcap/psx/
Dpsx_test.go25 if got, _, err := Syscall6(syscall.SYS_GETPID, 0, 0, 0, 0, 0, 0); err != 0 {
30 if got, _, err := Syscall6(syscall.SYS_CAPGET, 0, 0, 0, 0, 0, 0); err != 14 {
Dpsx.go14 Syscall6 = syscall.AllThreadsSyscall6 var
Dpsx_cgo_test.go28 v6, _, errno := Syscall6(syscall.SYS_GETUID, 0, 0, 0, 0, 0, 0)
Dpsx_cgo.go55 func Syscall6(syscallnr, arg1, arg2, arg3, arg4, arg5, arg6 uintptr) (uintptr, uintptr, syscall.Err… func
DREADME13 psx.Syscall3() and psx.Syscall6() are aliased to
/external/libcap/cap/
Dsyscalls.go15 w6: psx.Syscall6,
/external/libcap/contrib/seccomp/
Dexplore.go168 _, _, e = psx.Syscall6(syscall.SYS_PRCTL, option, arg1, arg2, arg3, arg4, arg5)