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