internal/poll.FD.Sysfd (field)
67 uses
internal/poll (current package)
copy_file_range_linux.go#L115: n, err = unix.CopyFileRange(src.Sysfd, nil, dst.Sysfd, nil, max, 0)
fd_fsync_posix.go#L18: return syscall.Fsync(fd.Sysfd)
fd_poll_runtime.go#L40: ctx, errno := runtime_pollOpen(uintptr(fd.Sysfd))
fd_posix.go#L29: return syscall.Shutdown(fd.Sysfd, how)
fd_posix.go#L39: return syscall.Fchown(fd.Sysfd, uid, gid)
fd_posix.go#L50: return syscall.Ftruncate(fd.Sysfd, size)
fd_posix.go#L61: f(uintptr(fd.Sysfd))
fd_unix.go#L24: Sysfd int
fd_unix.go#L82: err := fd.SysFile.destroy(fd.Sysfd)
fd_unix.go#L84: fd.Sysfd = -1
fd_unix.go#L130: return syscall.SetNonblock(fd.Sysfd, false)
fd_unix.go#L161: n, err := ignoringEINTRIO(syscall.Read, fd.Sysfd, p)
fd_unix.go#L191: n, err = syscall.Pread(fd.Sysfd, p, off)
fd_unix.go#L214: n, sa, err := syscall.Recvfrom(fd.Sysfd, p, 0)
fd_unix.go#L241: n, err := unix.RecvfromInet4(fd.Sysfd, p, 0, from)
fd_unix.go#L268: n, err := unix.RecvfromInet6(fd.Sysfd, p, 0, from)
fd_unix.go#L295: n, oobn, sysflags, sa, err := syscall.Recvmsg(fd.Sysfd, p, oob, flags)
fd_unix.go#L322: n, oobn, sysflags, err := unix.RecvmsgInet4(fd.Sysfd, p, oob, flags, sa4)
fd_unix.go#L349: n, oobn, sysflags, err := unix.RecvmsgInet6(fd.Sysfd, p, oob, flags, sa6)
fd_unix.go#L381: n, err := ignoringEINTRIO(syscall.Write, fd.Sysfd, p[nn:max])
fd_unix.go#L425: n, err := syscall.Pwrite(fd.Sysfd, p[nn:max], off+int64(nn))
fd_unix.go#L454: err := unix.SendtoInet4(fd.Sysfd, p, 0, sa)
fd_unix.go#L480: err := unix.SendtoInet6(fd.Sysfd, p, 0, sa)
fd_unix.go#L506: err := syscall.Sendto(fd.Sysfd, p, 0, sa)
fd_unix.go#L532: n, err := syscall.SendmsgN(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L558: n, err := unix.SendmsgNInet4(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L584: n, err := unix.SendmsgNInet6(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L611: s, rsa, errcall, err := accept(fd.Sysfd)
fd_unix.go#L641: return syscall.Fchmod(fd.Sysfd, mode)
fd_unix.go#L652: return syscall.Fstat(fd.Sysfd, s)
fd_unix.go#L685: return DupCloseOnExec(fd.Sysfd)
fd_unix.go#L701: return ignoringEINTRIO(syscall.Write, fd.Sysfd, p)
fd_unix.go#L714: if f(uintptr(fd.Sysfd)) {
fd_unix.go#L733: if f(uintptr(fd.Sysfd)) {
fd_unixjs.go#L46: return syscall.Fchdir(fd.Sysfd)
fd_unixjs.go#L58: n, err := ignoringEINTRIO(syscall.ReadDirent, fd.Sysfd, buf)
fd_unixjs.go#L78: return syscall.Seek(fd.Sysfd, offset, whence)
sendfile_linux.go#L27: dst := dstFD.Sysfd
sockopt.go#L17: return syscall.SetsockoptInt(fd.Sysfd, level, name, arg)
sockopt.go#L26: return syscall.SetsockoptInet4Addr(fd.Sysfd, level, name, arg)
sockopt.go#L35: return syscall.SetsockoptLinger(fd.Sysfd, level, name, l)
sockopt.go#L44: return syscall.GetsockoptInt(fd.Sysfd, level, name)
sockopt_linux.go#L15: return syscall.SetsockoptIPMreqn(fd.Sysfd, level, name, mreq)
sockopt_unix.go#L17: return syscall.SetsockoptByte(fd.Sysfd, level, name, arg)
sockoptip.go#L17: return syscall.SetsockoptIPMreq(fd.Sysfd, level, name, mreq)
sockoptip.go#L26: return syscall.SetsockoptIPv6Mreq(fd.Sysfd, level, name, mreq)
splice_linux.go#L100: n, err := splice(pipefd, sock.Sysfd, max, spliceNonblock)
splice_linux.go#L142: n, err := splice(sock.Sysfd, pipefd, inPipe, spliceNonblock)
writev.go#L65: wrote, err = writev(fd.Sysfd, iovecs)
net
fd_unix.go#L29: Sysfd: sysfd,
fd_unix.go#L59: switch err := connectFunc(fd.pfd.Sysfd, ra); err {
fd_unix.go#L149: nerr, err := getsockoptIntFunc(fd.pfd.Sysfd, syscall.SOL_SOCKET, syscall.SO_ERROR)
fd_unix.go#L161: if rsa, err := syscall.Getpeername(fd.pfd.Sysfd); err == nil {
fd_unix.go#L188: lsa, _ := syscall.Getsockname(netfd.pfd.Sysfd)
sock_posix.go#L113: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L139: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L142: } else if rsa, _ = syscall.Getpeername(fd.pfd.Sysfd); rsa != nil {
sock_posix.go#L152: if err = setDefaultListenerSockopts(fd.pfd.Sysfd); err != nil {
sock_posix.go#L167: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L170: if err = listenFunc(fd.pfd.Sysfd, backlog); err != nil {
sock_posix.go#L176: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L192: if err := setDefaultMulticastSockopts(fd.pfd.Sysfd); err != nil {
sock_posix.go#L217: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L223: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
os
file_unix.go#L94: return uintptr(f.pfd.Sysfd)
file_unix.go#L165: Sysfd: fd,
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |