func syscall.Close

28 uses

	syscall (current package)
		exec_linux.go#L156: 		Close(mapPipe[0])
		exec_linux.go#L166: 		Close(mapPipe[1])
		exec_linux.go#L695: 		Close(fd)
		exec_linux.go#L699: 	if err := Close(fd); err != nil {
		exec_linux.go#L725: 		Close(fd)
		exec_linux.go#L729: 	return Close(fd)
		exec_linux.go#L759: 		Close(*sys.PidFD)
		exec_linux.go#L801: 	defer Close(int(pidfd))
		exec_unix.go#L210: 		Close(p[0])
		exec_unix.go#L211: 		Close(p[1])
		exec_unix.go#L218: 	Close(p[1])
		exec_unix.go#L225: 	Close(p[0])
		lsf_linux.go#L38: 		Close(s)
		lsf_linux.go#L55: 	defer Close(s)
		netlink_linux.go#L65: 	defer Close(s)
		syscall_linux.go#L701: 		Close(nfd)
		zsyscall_linux_amd64.go#L334: func Close(fd int) (err error) {

	internal/poll
		hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close

	os
		exec_linux.go#L12: 	syscall.Close(int(p.handle))
		pidfd_linux.go#L161: 	defer syscall.Close(int(fd))
		root_openat.go#L34: 		syscall.Close(r.fd)
		root_openat.go#L59: 		syscall.Close(r.fd)
		root_openat.go#L110: 			syscall.Close(dirfd)
		root_openat.go#L154: 				syscall.Close(dirfd)
		root_openat.go#L176: 					syscall.Close(dirfd)
		root_openat.go#L207: 					syscall.Close(dirfd)
		root_unix.go#L41: 		syscall.Close(fd)

	time
		sys_unix.go#L40: 	syscall.Close(int(fd))