MCPcopy
hub / github.com/golang/go / Syscall

Function Syscall

src/pkg/syscall/syscall_unix.go:13–13  ·  view source on GitHub ↗
(trap, a1, a2, a3 uintptr)

Source from the content-addressed store, hash-verified

11)
12
13func Syscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr)
14func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr)
15func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr)
16

Callers 15

getgroupsFunction · 0.70
setgroupsFunction · 0.70
pipeFunction · 0.70
acceptFunction · 0.70
bindFunction · 0.70
connectFunction · 0.70
socketFunction · 0.70
getpeernameFunction · 0.70
getsocknameFunction · 0.70
ShutdownFunction · 0.70
utimesFunction · 0.70
futimesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected