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