Home
last modified time | relevance | path

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

/external/libcap/cap/
Dfile.go137 …sz, _, oErr := multisc.r6(syscall.SYS_FGETXATTR, uintptr(file.Fd()), uintptr(unsafe.Pointer(xattrN…
155 …sz, _, oErr := multisc.r6(syscall.SYS_GETXATTR, uintptr(unsafe.Pointer(p)), uintptr(unsafe.Pointer…
251 …if _, _, err := multisc.r6(syscall.SYS_FREMOVEXATTR, uintptr(file.Fd()), uintptr(unsafe.Pointer(xa…
262 …if _, _, err := multisc.r6(syscall.SYS_FSETXATTR, uintptr(file.Fd()), uintptr(unsafe.Pointer(xattr…
293 …if _, _, err := multisc.r6(syscall.SYS_REMOVEXATTR, uintptr(unsafe.Pointer(p)), uintptr(unsafe.Poi…
304 …if _, _, err := multisc.r6(syscall.SYS_SETXATTR, uintptr(unsafe.Pointer(p)), uintptr(unsafe.Pointe…
Dcap.go296 startUp.Do(multisc.cInit)
302 startUp.Do(multisc.cInit)
329 …if err := multisc.caprcall(syscall.SYS_CAPGET, &header{magic: magic, pid: int32(pid)}, v.flat); er…
378 v, err := multisc.prctlrcall(prCapBSetRead, uintptr(val), 0)
424 r, err := multisc.prctlrcall6(prCapAmbient, prCapAmbientIsSet, uintptr(val), 0, 0, 0)
Dsyscalls.go15 var multisc = &syscaller{ var
96 sc := multisc
Dconvenience.go46 v, err := multisc.prctlrcall(prGetSecureBits, 0, 0)
Dtext.go24 startUp.Do(multisc.cInit)
Diab.go51 startUp.Do(multisc.cInit)