internal/poll.FD.Sysfd (field)
67 uses
internal/poll (current package)
copy_file_range_linux.go#L122: 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#L23: Sysfd int
fd_unix.go#L81: err := fd.SysFile.destroy(fd.Sysfd)
fd_unix.go#L83: fd.Sysfd = -1
fd_unix.go#L129: return syscall.SetNonblock(fd.Sysfd, false)
fd_unix.go#L160: n, err := ignoringEINTRIO(syscall.Read, fd.Sysfd, p)
fd_unix.go#L190: n, err = syscall.Pread(fd.Sysfd, p, off)
fd_unix.go#L213: n, sa, err := syscall.Recvfrom(fd.Sysfd, p, 0)
fd_unix.go#L240: n, err := unix.RecvfromInet4(fd.Sysfd, p, 0, from)
fd_unix.go#L267: n, err := unix.RecvfromInet6(fd.Sysfd, p, 0, from)
fd_unix.go#L294: n, oobn, sysflags, sa, err := syscall.Recvmsg(fd.Sysfd, p, oob, flags)
fd_unix.go#L321: n, oobn, sysflags, err := unix.RecvmsgInet4(fd.Sysfd, p, oob, flags, sa4)
fd_unix.go#L348: n, oobn, sysflags, err := unix.RecvmsgInet6(fd.Sysfd, p, oob, flags, sa6)
fd_unix.go#L380: n, err := ignoringEINTRIO(syscall.Write, fd.Sysfd, p[nn:max])
fd_unix.go#L416: n, err := syscall.Pwrite(fd.Sysfd, p[nn:max], off+int64(nn))
fd_unix.go#L445: err := unix.SendtoInet4(fd.Sysfd, p, 0, sa)
fd_unix.go#L471: err := unix.SendtoInet6(fd.Sysfd, p, 0, sa)
fd_unix.go#L497: err := syscall.Sendto(fd.Sysfd, p, 0, sa)
fd_unix.go#L523: n, err := syscall.SendmsgN(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L549: n, err := unix.SendmsgNInet4(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L575: n, err := unix.SendmsgNInet6(fd.Sysfd, p, oob, sa, 0)
fd_unix.go#L602: s, rsa, errcall, err := accept(fd.Sysfd)
fd_unix.go#L632: return syscall.Fchmod(fd.Sysfd, mode)
fd_unix.go#L643: return syscall.Fstat(fd.Sysfd, s)
fd_unix.go#L676: return DupCloseOnExec(fd.Sysfd)
fd_unix.go#L692: return ignoringEINTRIO(syscall.Write, fd.Sysfd, p)
fd_unix.go#L705: if f(uintptr(fd.Sysfd)) {
fd_unix.go#L724: 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#L23: 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#L102: n, err := splice(pipefd, sock.Sysfd, max, spliceNonblock)
splice_linux.go#L144: 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#L140: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L166: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L169: } else if rsa, _ = syscall.Getpeername(fd.pfd.Sysfd); rsa != nil {
sock_posix.go#L179: if err = setDefaultListenerSockopts(fd.pfd.Sysfd); err != nil {
sock_posix.go#L197: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L200: if err = listenFunc(fd.pfd.Sysfd, backlog); err != nil {
sock_posix.go#L206: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
sock_posix.go#L222: if err := setDefaultMulticastSockopts(fd.pfd.Sysfd); err != nil {
sock_posix.go#L250: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L256: lsa, _ = syscall.Getsockname(fd.pfd.Sysfd)
os
file_unix.go#L93: return uintptr(f.pfd.Sysfd)
file_unix.go#L170: Sysfd: fd,
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |