Searched refs:Syscall6 (Results 1 – 7 of 7) sorted by relevance
/external/libcap/psx/ |
D | psx_test.go | 25 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 {
|
D | psx.go | 14 Syscall6 = syscall.AllThreadsSyscall6 var
|
D | psx_cgo_test.go | 28 v6, _, errno := Syscall6(syscall.SYS_GETUID, 0, 0, 0, 0, 0, 0)
|
D | psx_cgo.go | 55 func Syscall6(syscallnr, arg1, arg2, arg3, arg4, arg5, arg6 uintptr) (uintptr, uintptr, syscall.Err… func
|
D | README | 13 psx.Syscall3() and psx.Syscall6() are aliased to
|
/external/libcap/cap/ |
D | syscalls.go | 15 w6: psx.Syscall6,
|
/external/libcap/contrib/seccomp/ |
D | explore.go | 168 _, _, e = psx.Syscall6(syscall.SYS_PRCTL, option, arg1, arg2, arg3, arg4, arg5)
|