const syscall.SYS_CLOSE

8 uses

	syscall (current package)
		exec_linux.go#L365: 		if _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(mapPipe[1]), 0, 0); err1 != 0 {
		exec_linux.go#L434: 			if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
		exec_linux.go#L445: 			if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
		exec_linux.go#L459: 			if _, _, err1 = RawSyscall(SYS_CLOSE, fd1, 0, 0); err1 != 0 {
		exec_linux.go#L593: 			RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
		exec_linux.go#L618: 		RawSyscall(SYS_CLOSE, uintptr(i), 0, 0)
		zsyscall_linux_amd64.go#L335: 	_, _, e1 := Syscall(SYS_CLOSE, uintptr(fd), 0, 0)
		zsysnum_linux_amd64.go#L10: 	SYS_CLOSE                  = 3