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#L703: 		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(ph.handle))
		pidfd_linux.go#L169: 	defer syscall.Close(int(fd))
		root_openat.go#L35: 		syscall.Close(r.fd)
		root_openat.go#L60: 		syscall.Close(r.fd)
		root_openat.go#L283: 			syscall.Close(dirfd)
		root_openat.go#L328: 				syscall.Close(dirfd)
		root_openat.go#L350: 					syscall.Close(dirfd)
		root_openat.go#L381: 					syscall.Close(dirfd)
		root_unix.go#L45: 		syscall.Close(fd)

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