const syscall.SYS_CLOSE
8 uses
syscall (current package)
exec_linux.go#L343: if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(mapPipe[1]), 0, 0); err1 != 0 {
exec_linux.go#L412: if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(fd1), 0, 0); err1 != 0 {
exec_linux.go#L423: if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(fd1), 0, 0); err1 != 0 {
exec_linux.go#L437: if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(fd1), 0, 0); err1 != 0 {
exec_linux.go#L571: RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
exec_linux.go#L596: RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
zsyscall_linux_amd64.go#L320: _, _, e1 := Syscall(SYS_CLOSE, uintptr(fd), 0, 0)
zsysnum_linux_amd64.go#L12: SYS_CLOSE = 3
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |