const syscall.SYS_CLOSE
8 uses
syscall (current package)
exec_linux.go#L363: if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(mapPipe[1]), 0, 0); err1 != 0 {
exec_linux.go#L432: if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
exec_linux.go#L443: if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
exec_linux.go#L457: if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
exec_linux.go#L591: RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
exec_linux.go#L616: RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
zsyscall_linux_amd64.go#L335: _, _, e1 := Syscall(SYS_CLOSE, uintptr(fd), 0, 0)
zsysnum_linux_amd64.go#L12: SYS_CLOSE = 3
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |