René's URL Explorer Experiment


Title: syscall package - syscall - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage syscall contains an interface to the low-level operating system primitives.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/syscall#main-content
Why Go https://pkg.go.dev/syscall
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/syscall
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/syscall
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/syscall
Why Go https://pkg.go.dev/syscall
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/syscall
Docs https://pkg.go.dev/syscall
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/syscall
Community https://pkg.go.dev/syscall
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
Standard libraryhttps://pkg.go.dev/std
syscall https://pkg.go.dev/syscall@go1.26.4
https://go.dev/
Version: go1.26.4 https://pkg.go.dev/syscall?tab=versions
Go to latest https://pkg.go.dev/syscall
BSD-3-Clausehttps://pkg.go.dev/syscall?tab=licenses
Imports: 15 https://pkg.go.dev/syscall?tab=imports
Imported by: 313,776 https://pkg.go.dev/syscall?tab=importedby
go.modhttps://cs.opensource.google/go/go/+/go1.26.4:src/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
cs.opensource.google/go/go https://cs.opensource.google/go/go
Report a Vulnerability https://go.dev/security/policy
Documentation https://pkg.go.dev/syscall#section-documentation
Overviewhttps://pkg.go.dev/syscall#pkg-overview
Index https://pkg.go.dev/syscall#pkg-index
Constants https://pkg.go.dev/syscall#pkg-constants
Variables https://pkg.go.dev/syscall#pkg-variables
Functions https://pkg.go.dev/syscall#pkg-functions
Access(path, mode) https://pkg.go.dev/syscall#Access
Acct(path) https://pkg.go.dev/syscall#Acct
Adjtimex(buf) https://pkg.go.dev/syscall#Adjtimex
AttachLsf(fd, i) https://pkg.go.dev/syscall#AttachLsf
Bind(fd, sa) https://pkg.go.dev/syscall#Bind
BindToDevice(fd, device) https://pkg.go.dev/syscall#BindToDevice
BytePtrFromString(s) https://pkg.go.dev/syscall#BytePtrFromString
ByteSliceFromString(s) https://pkg.go.dev/syscall#ByteSliceFromString
Chdir(path) https://pkg.go.dev/syscall#Chdir
Chmod(path, mode) https://pkg.go.dev/syscall#Chmod
Chown(path, uid, gid) https://pkg.go.dev/syscall#Chown
Chroot(path) https://pkg.go.dev/syscall#Chroot
Clearenv() https://pkg.go.dev/syscall#Clearenv
Close(fd) https://pkg.go.dev/syscall#Close
CloseOnExec(fd) https://pkg.go.dev/syscall#CloseOnExec
CmsgLen(datalen) https://pkg.go.dev/syscall#CmsgLen
CmsgSpace(datalen) https://pkg.go.dev/syscall#CmsgSpace
Connect(fd, sa) https://pkg.go.dev/syscall#Connect
Creat(path, mode) https://pkg.go.dev/syscall#Creat
DetachLsf(fd) https://pkg.go.dev/syscall#DetachLsf
Dup(oldfd) https://pkg.go.dev/syscall#Dup
Dup2(oldfd, newfd) https://pkg.go.dev/syscall#Dup2
Dup3(oldfd, newfd, flags) https://pkg.go.dev/syscall#Dup3
Environ() https://pkg.go.dev/syscall#Environ
EpollCreate(size) https://pkg.go.dev/syscall#EpollCreate
EpollCreate1(flag) https://pkg.go.dev/syscall#EpollCreate1
EpollCtl(epfd, op, fd, event) https://pkg.go.dev/syscall#EpollCtl
EpollWait(epfd, events, msec) https://pkg.go.dev/syscall#EpollWait
Exec(argv0, argv, envv) https://pkg.go.dev/syscall#Exec
Exit(code) https://pkg.go.dev/syscall#Exit
Faccessat(dirfd, path, mode, flags) https://pkg.go.dev/syscall#Faccessat
Fallocate(fd, mode, off, len) https://pkg.go.dev/syscall#Fallocate
Fchdir(fd) https://pkg.go.dev/syscall#Fchdir
Fchmod(fd, mode) https://pkg.go.dev/syscall#Fchmod
Fchmodat(dirfd, path, mode, flags) https://pkg.go.dev/syscall#Fchmodat
Fchown(fd, uid, gid) https://pkg.go.dev/syscall#Fchown
Fchownat(dirfd, path, uid, gid, flags) https://pkg.go.dev/syscall#Fchownat
FcntlFlock(fd, cmd, lk) https://pkg.go.dev/syscall#FcntlFlock
Fdatasync(fd) https://pkg.go.dev/syscall#Fdatasync
Flock(fd, how) https://pkg.go.dev/syscall#Flock
ForkExec(argv0, argv, attr) https://pkg.go.dev/syscall#ForkExec
Fstat(fd, stat) https://pkg.go.dev/syscall#Fstat
Fstatfs(fd, buf) https://pkg.go.dev/syscall#Fstatfs
Fsync(fd) https://pkg.go.dev/syscall#Fsync
Ftruncate(fd, length) https://pkg.go.dev/syscall#Ftruncate
Futimes(fd, tv) https://pkg.go.dev/syscall#Futimes
Futimesat(dirfd, path, tv) https://pkg.go.dev/syscall#Futimesat
Getcwd(buf) https://pkg.go.dev/syscall#Getcwd
Getdents(fd, buf) https://pkg.go.dev/syscall#Getdents
Getegid() https://pkg.go.dev/syscall#Getegid
Getenv(key) https://pkg.go.dev/syscall#Getenv
Geteuid() https://pkg.go.dev/syscall#Geteuid
Getgid() https://pkg.go.dev/syscall#Getgid
Getgroups() https://pkg.go.dev/syscall#Getgroups
Getpagesize() https://pkg.go.dev/syscall#Getpagesize
Getpgid(pid) https://pkg.go.dev/syscall#Getpgid
Getpgrp() https://pkg.go.dev/syscall#Getpgrp
Getpid() https://pkg.go.dev/syscall#Getpid
Getppid() https://pkg.go.dev/syscall#Getppid
Getpriority(which, who) https://pkg.go.dev/syscall#Getpriority
Getrlimit(resource, rlim) https://pkg.go.dev/syscall#Getrlimit
Getrusage(who, rusage) https://pkg.go.dev/syscall#Getrusage
GetsockoptInet4Addr(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptInet4Addr
GetsockoptInt(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptInt
Gettid() https://pkg.go.dev/syscall#Gettid
Gettimeofday(tv) https://pkg.go.dev/syscall#Gettimeofday
Getuid() https://pkg.go.dev/syscall#Getuid
Getwd() https://pkg.go.dev/syscall#Getwd
Getxattr(path, attr, dest) https://pkg.go.dev/syscall#Getxattr
InotifyAddWatch(fd, pathname, mask) https://pkg.go.dev/syscall#InotifyAddWatch
InotifyInit() https://pkg.go.dev/syscall#InotifyInit
InotifyInit1(flags) https://pkg.go.dev/syscall#InotifyInit1
InotifyRmWatch(fd, watchdesc) https://pkg.go.dev/syscall#InotifyRmWatch
Ioperm(from, num, on) https://pkg.go.dev/syscall#Ioperm
Iopl(level) https://pkg.go.dev/syscall#Iopl
Kill(pid, sig) https://pkg.go.dev/syscall#Kill
Klogctl(typ, buf) https://pkg.go.dev/syscall#Klogctl
Lchown(path, uid, gid) https://pkg.go.dev/syscall#Lchown
Link(oldpath, newpath) https://pkg.go.dev/syscall#Link
Listen(s, n) https://pkg.go.dev/syscall#Listen
Listxattr(path, dest) https://pkg.go.dev/syscall#Listxattr
LsfSocket(ifindex, proto) https://pkg.go.dev/syscall#LsfSocket
Lstat(path, stat) https://pkg.go.dev/syscall#Lstat
Madvise(b, advice) https://pkg.go.dev/syscall#Madvise
Mkdir(path, mode) https://pkg.go.dev/syscall#Mkdir
Mkdirat(dirfd, path, mode) https://pkg.go.dev/syscall#Mkdirat
Mkfifo(path, mode) https://pkg.go.dev/syscall#Mkfifo
Mknod(path, mode, dev) https://pkg.go.dev/syscall#Mknod
Mknodat(dirfd, path, mode, dev) https://pkg.go.dev/syscall#Mknodat
Mlock(b) https://pkg.go.dev/syscall#Mlock
Mlockall(flags) https://pkg.go.dev/syscall#Mlockall
Mmap(fd, offset, length, prot, flags) https://pkg.go.dev/syscall#Mmap
Mount(source, target, fstype, flags, data) https://pkg.go.dev/syscall#Mount
Mprotect(b, prot) https://pkg.go.dev/syscall#Mprotect
Munlock(b) https://pkg.go.dev/syscall#Munlock
Munlockall() https://pkg.go.dev/syscall#Munlockall
Munmap(b) https://pkg.go.dev/syscall#Munmap
Nanosleep(time, leftover) https://pkg.go.dev/syscall#Nanosleep
NetlinkRIB(proto, family) https://pkg.go.dev/syscall#NetlinkRIB
Open(path, mode, perm) https://pkg.go.dev/syscall#Open
Openat(dirfd, path, flags, mode) https://pkg.go.dev/syscall#Openat
ParseDirent(buf, max, names) https://pkg.go.dev/syscall#ParseDirent
ParseUnixRights(m) https://pkg.go.dev/syscall#ParseUnixRights
Pause() https://pkg.go.dev/syscall#Pause
Pipe(p) https://pkg.go.dev/syscall#Pipe
Pipe2(p, flags) https://pkg.go.dev/syscall#Pipe2
PivotRoot(newroot, putold) https://pkg.go.dev/syscall#PivotRoot
Pread(fd, p, offset) https://pkg.go.dev/syscall#Pread
PtraceAttach(pid) https://pkg.go.dev/syscall#PtraceAttach
PtraceCont(pid, signal) https://pkg.go.dev/syscall#PtraceCont
PtraceDetach(pid) https://pkg.go.dev/syscall#PtraceDetach
PtraceGetEventMsg(pid) https://pkg.go.dev/syscall#PtraceGetEventMsg
PtraceGetRegs(pid, regsout) https://pkg.go.dev/syscall#PtraceGetRegs
PtracePeekData(pid, addr, out) https://pkg.go.dev/syscall#PtracePeekData
PtracePeekText(pid, addr, out) https://pkg.go.dev/syscall#PtracePeekText
PtracePokeData(pid, addr, data) https://pkg.go.dev/syscall#PtracePokeData
PtracePokeText(pid, addr, data) https://pkg.go.dev/syscall#PtracePokeText
PtraceSetOptions(pid, options) https://pkg.go.dev/syscall#PtraceSetOptions
PtraceSetRegs(pid, regs) https://pkg.go.dev/syscall#PtraceSetRegs
PtraceSingleStep(pid) https://pkg.go.dev/syscall#PtraceSingleStep
PtraceSyscall(pid, signal) https://pkg.go.dev/syscall#PtraceSyscall
Pwrite(fd, p, offset) https://pkg.go.dev/syscall#Pwrite
Read(fd, p) https://pkg.go.dev/syscall#Read
ReadDirent(fd, buf) https://pkg.go.dev/syscall#ReadDirent
Readlink(path, buf) https://pkg.go.dev/syscall#Readlink
Reboot(cmd) https://pkg.go.dev/syscall#Reboot
Removexattr(path, attr) https://pkg.go.dev/syscall#Removexattr
Rename(oldpath, newpath) https://pkg.go.dev/syscall#Rename
Renameat(olddirfd, oldpath, newdirfd, newpath) https://pkg.go.dev/syscall#Renameat
Rmdir(path) https://pkg.go.dev/syscall#Rmdir
Seek(fd, offset, whence) https://pkg.go.dev/syscall#Seek
Select(nfd, r, w, e, timeout) https://pkg.go.dev/syscall#Select
Sendfile(outfd, infd, offset, count) https://pkg.go.dev/syscall#Sendfile
Sendmsg(fd, p, oob, to, flags) https://pkg.go.dev/syscall#Sendmsg
SendmsgN(fd, p, oob, to, flags) https://pkg.go.dev/syscall#SendmsgN
Sendto(fd, p, flags, to) https://pkg.go.dev/syscall#Sendto
SetLsfPromisc(name, m) https://pkg.go.dev/syscall#SetLsfPromisc
SetNonblock(fd, nonblocking) https://pkg.go.dev/syscall#SetNonblock
Setdomainname(p) https://pkg.go.dev/syscall#Setdomainname
Setegid(egid) https://pkg.go.dev/syscall#Setegid
Setenv(key, value) https://pkg.go.dev/syscall#Setenv
Seteuid(euid) https://pkg.go.dev/syscall#Seteuid
Setfsgid(gid) https://pkg.go.dev/syscall#Setfsgid
Setfsuid(uid) https://pkg.go.dev/syscall#Setfsuid
Setgid(gid) https://pkg.go.dev/syscall#Setgid
Setgroups(gids) https://pkg.go.dev/syscall#Setgroups
Sethostname(p) https://pkg.go.dev/syscall#Sethostname
Setpgid(pid, pgid) https://pkg.go.dev/syscall#Setpgid
Setpriority(which, who, prio) https://pkg.go.dev/syscall#Setpriority
Setregid(rgid, egid) https://pkg.go.dev/syscall#Setregid
Setresgid(rgid, egid, sgid) https://pkg.go.dev/syscall#Setresgid
Setresuid(ruid, euid, suid) https://pkg.go.dev/syscall#Setresuid
Setreuid(ruid, euid) https://pkg.go.dev/syscall#Setreuid
Setrlimit(resource, rlim) https://pkg.go.dev/syscall#Setrlimit
Setsid() https://pkg.go.dev/syscall#Setsid
SetsockoptByte(fd, level, opt, value) https://pkg.go.dev/syscall#SetsockoptByte
SetsockoptICMPv6Filter(fd, level, opt, filter) https://pkg.go.dev/syscall#SetsockoptICMPv6Filter
SetsockoptIPMreq(fd, level, opt, mreq) https://pkg.go.dev/syscall#SetsockoptIPMreq
SetsockoptIPMreqn(fd, level, opt, mreq) https://pkg.go.dev/syscall#SetsockoptIPMreqn
SetsockoptIPv6Mreq(fd, level, opt, mreq) https://pkg.go.dev/syscall#SetsockoptIPv6Mreq
SetsockoptInet4Addr(fd, level, opt, value) https://pkg.go.dev/syscall#SetsockoptInet4Addr
SetsockoptInt(fd, level, opt, value) https://pkg.go.dev/syscall#SetsockoptInt
SetsockoptLinger(fd, level, opt, l) https://pkg.go.dev/syscall#SetsockoptLinger
SetsockoptString(fd, level, opt, s) https://pkg.go.dev/syscall#SetsockoptString
SetsockoptTimeval(fd, level, opt, tv) https://pkg.go.dev/syscall#SetsockoptTimeval
Settimeofday(tv) https://pkg.go.dev/syscall#Settimeofday
Setuid(uid) https://pkg.go.dev/syscall#Setuid
Setxattr(path, attr, data, flags) https://pkg.go.dev/syscall#Setxattr
Shutdown(fd, how) https://pkg.go.dev/syscall#Shutdown
SlicePtrFromStrings(ss) https://pkg.go.dev/syscall#SlicePtrFromStrings
Socket(domain, typ, proto) https://pkg.go.dev/syscall#Socket
Socketpair(domain, typ, proto) https://pkg.go.dev/syscall#Socketpair
Splice(rfd, roff, wfd, woff, len, flags) https://pkg.go.dev/syscall#Splice
StartProcess(argv0, argv, attr) https://pkg.go.dev/syscall#StartProcess
Stat(path, stat) https://pkg.go.dev/syscall#Stat
Statfs(path, buf) https://pkg.go.dev/syscall#Statfs
StringBytePtr(s) https://pkg.go.dev/syscall#StringBytePtr
StringByteSlice(s) https://pkg.go.dev/syscall#StringByteSlice
StringSlicePtr(ss) https://pkg.go.dev/syscall#StringSlicePtr
Symlink(oldpath, newpath) https://pkg.go.dev/syscall#Symlink
Sync() https://pkg.go.dev/syscall#Sync
SyncFileRange(fd, off, n, flags) https://pkg.go.dev/syscall#SyncFileRange
Sysinfo(info) https://pkg.go.dev/syscall#Sysinfo
Tee(rfd, wfd, len, flags) https://pkg.go.dev/syscall#Tee
Tgkill(tgid, tid, sig) https://pkg.go.dev/syscall#Tgkill
Times(tms) https://pkg.go.dev/syscall#Times
TimespecToNsec(ts) https://pkg.go.dev/syscall#TimespecToNsec
TimevalToNsec(tv) https://pkg.go.dev/syscall#TimevalToNsec
Truncate(path, length) https://pkg.go.dev/syscall#Truncate
Umask(mask) https://pkg.go.dev/syscall#Umask
Uname(buf) https://pkg.go.dev/syscall#Uname
UnixCredentials(ucred) https://pkg.go.dev/syscall#UnixCredentials
UnixRights(fds) https://pkg.go.dev/syscall#UnixRights
Unlink(path) https://pkg.go.dev/syscall#Unlink
Unlinkat(dirfd, path) https://pkg.go.dev/syscall#Unlinkat
Unmount(target, flags) https://pkg.go.dev/syscall#Unmount
Unsetenv(key) https://pkg.go.dev/syscall#Unsetenv
Unshare(flags) https://pkg.go.dev/syscall#Unshare
Ustat(dev, ubuf) https://pkg.go.dev/syscall#Ustat
Utime(path, buf) https://pkg.go.dev/syscall#Utime
Utimes(path, tv) https://pkg.go.dev/syscall#Utimes
UtimesNano(path, ts) https://pkg.go.dev/syscall#UtimesNano
Wait4(pid, wstatus, options, rusage) https://pkg.go.dev/syscall#Wait4
Write(fd, p) https://pkg.go.dev/syscall#Write
Types https://pkg.go.dev/syscall#pkg-types
type Cmsghdr https://pkg.go.dev/syscall#Cmsghdr
(cmsg) SetLen(length) https://pkg.go.dev/syscall#Cmsghdr.SetLen
type Conn https://pkg.go.dev/syscall#Conn
type Credential https://pkg.go.dev/syscall#Credential
type Dirent https://pkg.go.dev/syscall#Dirent
type EpollEvent https://pkg.go.dev/syscall#EpollEvent
type Errno https://pkg.go.dev/syscall#Errno
AllThreadsSyscall(trap, a1, a2, a3) https://pkg.go.dev/syscall#AllThreadsSyscall
AllThreadsSyscall6(trap, a1, a2, a3, a4, a5, a6) https://pkg.go.dev/syscall#AllThreadsSyscall6
RawSyscall(trap, a1, a2, a3) https://pkg.go.dev/syscall#RawSyscall
RawSyscall6(trap, a1, a2, a3, a4, a5, a6) https://pkg.go.dev/syscall#RawSyscall6
Syscall(trap, a1, a2, a3) https://pkg.go.dev/syscall#Syscall
Syscall6(trap, a1, a2, a3, a4, a5, a6) https://pkg.go.dev/syscall#Syscall6
(e) Error() https://pkg.go.dev/syscall#Errno.Error
(e) Is(target) https://pkg.go.dev/syscall#Errno.Is
(e) Temporary() https://pkg.go.dev/syscall#Errno.Temporary
(e) Timeout() https://pkg.go.dev/syscall#Errno.Timeout
type FdSet https://pkg.go.dev/syscall#FdSet
type Flock_t https://pkg.go.dev/syscall#Flock_t
type Fsid https://pkg.go.dev/syscall#Fsid
type ICMPv6Filter https://pkg.go.dev/syscall#ICMPv6Filter
GetsockoptICMPv6Filter(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptICMPv6Filter
type IPMreq https://pkg.go.dev/syscall#IPMreq
GetsockoptIPMreq(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptIPMreq
type IPMreqn https://pkg.go.dev/syscall#IPMreqn
GetsockoptIPMreqn(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptIPMreqn
type IPv6MTUInfo https://pkg.go.dev/syscall#IPv6MTUInfo
GetsockoptIPv6MTUInfo(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptIPv6MTUInfo
type IPv6Mreq https://pkg.go.dev/syscall#IPv6Mreq
GetsockoptIPv6Mreq(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptIPv6Mreq
type IfAddrmsg https://pkg.go.dev/syscall#IfAddrmsg
type IfInfomsg https://pkg.go.dev/syscall#IfInfomsg
type Inet4Pktinfo https://pkg.go.dev/syscall#Inet4Pktinfo
type Inet6Pktinfo https://pkg.go.dev/syscall#Inet6Pktinfo
type InotifyEvent https://pkg.go.dev/syscall#InotifyEvent
type Iovec https://pkg.go.dev/syscall#Iovec
(iov) SetLen(length) https://pkg.go.dev/syscall#Iovec.SetLen
type Linger https://pkg.go.dev/syscall#Linger
type Msghdr https://pkg.go.dev/syscall#Msghdr
(msghdr) SetControllen(length) https://pkg.go.dev/syscall#Msghdr.SetControllen
type NetlinkMessage https://pkg.go.dev/syscall#NetlinkMessage
ParseNetlinkMessage(b) https://pkg.go.dev/syscall#ParseNetlinkMessage
type NetlinkRouteAttr https://pkg.go.dev/syscall#NetlinkRouteAttr
ParseNetlinkRouteAttr(m) https://pkg.go.dev/syscall#ParseNetlinkRouteAttr
type NetlinkRouteRequest https://pkg.go.dev/syscall#NetlinkRouteRequest
type NlAttr https://pkg.go.dev/syscall#NlAttr
type NlMsgerr https://pkg.go.dev/syscall#NlMsgerr
type NlMsghdr https://pkg.go.dev/syscall#NlMsghdr
type ProcAttr https://pkg.go.dev/syscall#ProcAttr
type PtraceRegs https://pkg.go.dev/syscall#PtraceRegs
(r) PC() https://pkg.go.dev/syscall#PtraceRegs.PC
(r) SetPC(pc) https://pkg.go.dev/syscall#PtraceRegs.SetPC
type RawConn https://pkg.go.dev/syscall#RawConn
type RawSockaddr https://pkg.go.dev/syscall#RawSockaddr
type RawSockaddrAny https://pkg.go.dev/syscall#RawSockaddrAny
type RawSockaddrInet4 https://pkg.go.dev/syscall#RawSockaddrInet4
type RawSockaddrInet6 https://pkg.go.dev/syscall#RawSockaddrInet6
type RawSockaddrLinklayer https://pkg.go.dev/syscall#RawSockaddrLinklayer
type RawSockaddrNetlink https://pkg.go.dev/syscall#RawSockaddrNetlink
type RawSockaddrUnix https://pkg.go.dev/syscall#RawSockaddrUnix
type Rlimit https://pkg.go.dev/syscall#Rlimit
type RtAttr https://pkg.go.dev/syscall#RtAttr
type RtGenmsg https://pkg.go.dev/syscall#RtGenmsg
type RtMsg https://pkg.go.dev/syscall#RtMsg
type RtNexthop https://pkg.go.dev/syscall#RtNexthop
type Rusage https://pkg.go.dev/syscall#Rusage
type Signal https://pkg.go.dev/syscall#Signal
(s) Signal() https://pkg.go.dev/syscall#Signal.Signal
(s) String() https://pkg.go.dev/syscall#Signal.String
type SockFilter https://pkg.go.dev/syscall#SockFilter
LsfJump(code, k, jt, jf) https://pkg.go.dev/syscall#LsfJump
LsfStmt(code, k) https://pkg.go.dev/syscall#LsfStmt
type SockFprog https://pkg.go.dev/syscall#SockFprog
type Sockaddr https://pkg.go.dev/syscall#Sockaddr
Accept(fd) https://pkg.go.dev/syscall#Accept
Accept4(fd, flags) https://pkg.go.dev/syscall#Accept4
Getpeername(fd) https://pkg.go.dev/syscall#Getpeername
Getsockname(fd) https://pkg.go.dev/syscall#Getsockname
Recvfrom(fd, p, flags) https://pkg.go.dev/syscall#Recvfrom
Recvmsg(fd, p, oob, flags) https://pkg.go.dev/syscall#Recvmsg
type SockaddrInet4 https://pkg.go.dev/syscall#SockaddrInet4
type SockaddrInet6 https://pkg.go.dev/syscall#SockaddrInet6
type SockaddrLinklayer https://pkg.go.dev/syscall#SockaddrLinklayer
type SockaddrNetlink https://pkg.go.dev/syscall#SockaddrNetlink
type SockaddrUnix https://pkg.go.dev/syscall#SockaddrUnix
type SocketControlMessage https://pkg.go.dev/syscall#SocketControlMessage
ParseSocketControlMessage(b) https://pkg.go.dev/syscall#ParseSocketControlMessage
type Stat_t https://pkg.go.dev/syscall#Stat_t
type Statfs_t https://pkg.go.dev/syscall#Statfs_t
type SysProcAttr https://pkg.go.dev/syscall#SysProcAttr
type SysProcIDMap https://pkg.go.dev/syscall#SysProcIDMap
type Sysinfo_t https://pkg.go.dev/syscall#Sysinfo_t
type TCPInfo https://pkg.go.dev/syscall#TCPInfo
type Termios https://pkg.go.dev/syscall#Termios
type Time_t https://pkg.go.dev/syscall#Time_t
Time(t) https://pkg.go.dev/syscall#Time
type Timespec https://pkg.go.dev/syscall#Timespec
NsecToTimespec(nsec) https://pkg.go.dev/syscall#NsecToTimespec
(ts) Nano() https://pkg.go.dev/syscall#Timespec.Nano
(ts) Unix() https://pkg.go.dev/syscall#Timespec.Unix
type Timeval https://pkg.go.dev/syscall#Timeval
NsecToTimeval(nsec) https://pkg.go.dev/syscall#NsecToTimeval
(tv) Nano() https://pkg.go.dev/syscall#Timeval.Nano
(tv) Unix() https://pkg.go.dev/syscall#Timeval.Unix
type Timex https://pkg.go.dev/syscall#Timex
type Tms https://pkg.go.dev/syscall#Tms
type Ucred https://pkg.go.dev/syscall#Ucred
GetsockoptUcred(fd, level, opt) https://pkg.go.dev/syscall#GetsockoptUcred
ParseUnixCredentials(m) https://pkg.go.dev/syscall#ParseUnixCredentials
type Ustat_t https://pkg.go.dev/syscall#Ustat_t
type Utimbuf https://pkg.go.dev/syscall#Utimbuf
type Utsname https://pkg.go.dev/syscall#Utsname
type WaitStatus https://pkg.go.dev/syscall#WaitStatus
(w) Continued() https://pkg.go.dev/syscall#WaitStatus.Continued
(w) CoreDump() https://pkg.go.dev/syscall#WaitStatus.CoreDump
(w) ExitStatus() https://pkg.go.dev/syscall#WaitStatus.ExitStatus
(w) Exited() https://pkg.go.dev/syscall#WaitStatus.Exited
(w) Signal() https://pkg.go.dev/syscall#WaitStatus.Signal
(w) Signaled() https://pkg.go.dev/syscall#WaitStatus.Signaled
(w) StopSignal() https://pkg.go.dev/syscall#WaitStatus.StopSignal
(w) Stopped() https://pkg.go.dev/syscall#WaitStatus.Stopped
(w) TrapCause() https://pkg.go.dev/syscall#WaitStatus.TrapCause
Source Files https://pkg.go.dev/syscall#section-sourcefiles
Directories https://pkg.go.dev/syscall#section-directories
https://pkg.go.dev/syscall#section-documentation
Rendered forhttps://go.dev/about#build-context
https://pkg.go.dev/syscall#pkg-overview
Errnohttps://pkg.go.dev/syscall#Errno
golang.org/x/syshttps://pkg.go.dev/golang.org/x/sys
https://golang.org/s/go1.4-syscallhttps://golang.org/s/go1.4-syscall
https://pkg.go.dev/syscall#pkg-index
Constantshttps://pkg.go.dev/syscall#pkg-constants
Variableshttps://pkg.go.dev/syscall#pkg-variables
func Access(path string, mode uint32) (err error)https://pkg.go.dev/syscall#Access
func Acct(path string) (err error)https://pkg.go.dev/syscall#Acct
func Adjtimex(buf *Timex) (state int, err error)https://pkg.go.dev/syscall#Adjtimex
func AttachLsf(fd int, i []SockFilter) errorhttps://pkg.go.dev/syscall#AttachLsf
func Bind(fd int, sa Sockaddr) (err error)https://pkg.go.dev/syscall#Bind
func BindToDevice(fd int, device string) (err error)https://pkg.go.dev/syscall#BindToDevice
func BytePtrFromString(s string) (*byte, error)https://pkg.go.dev/syscall#BytePtrFromString
func ByteSliceFromString(s string) ([]byte, error)https://pkg.go.dev/syscall#ByteSliceFromString
func Chdir(path string) (err error)https://pkg.go.dev/syscall#Chdir
func Chmod(path string, mode uint32) (err error)https://pkg.go.dev/syscall#Chmod
func Chown(path string, uid int, gid int) (err error)https://pkg.go.dev/syscall#Chown
func Chroot(path string) (err error)https://pkg.go.dev/syscall#Chroot
func Clearenv()https://pkg.go.dev/syscall#Clearenv
func Close(fd int) (err error)https://pkg.go.dev/syscall#Close
func CloseOnExec(fd int)https://pkg.go.dev/syscall#CloseOnExec
func CmsgLen(datalen int) inthttps://pkg.go.dev/syscall#CmsgLen
func CmsgSpace(datalen int) inthttps://pkg.go.dev/syscall#CmsgSpace
func Connect(fd int, sa Sockaddr) (err error)https://pkg.go.dev/syscall#Connect
func Creat(path string, mode uint32) (fd int, err error)https://pkg.go.dev/syscall#Creat
func DetachLsf(fd int) errorhttps://pkg.go.dev/syscall#DetachLsf
func Dup(oldfd int) (fd int, err error)https://pkg.go.dev/syscall#Dup
func Dup2(oldfd int, newfd int) (err error)https://pkg.go.dev/syscall#Dup2
func Dup3(oldfd int, newfd int, flags int) (err error)https://pkg.go.dev/syscall#Dup3
func Environ() []stringhttps://pkg.go.dev/syscall#Environ
func EpollCreate(size int) (fd int, err error)https://pkg.go.dev/syscall#EpollCreate
func EpollCreate1(flag int) (fd int, err error)https://pkg.go.dev/syscall#EpollCreate1
func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error)https://pkg.go.dev/syscall#EpollCtl
func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error)https://pkg.go.dev/syscall#EpollWait
func Exec(argv0 string, argv []string, envv []string) (err error)https://pkg.go.dev/syscall#Exec
func Exit(code int)https://pkg.go.dev/syscall#Exit
func Faccessat(dirfd int, path string, mode uint32, flags int) (err error)https://pkg.go.dev/syscall#Faccessat
func Fallocate(fd int, mode uint32, off int64, len int64) (err error)https://pkg.go.dev/syscall#Fallocate
func Fchdir(fd int) (err error)https://pkg.go.dev/syscall#Fchdir
func Fchmod(fd int, mode uint32) (err error)https://pkg.go.dev/syscall#Fchmod
func Fchmodat(dirfd int, path string, mode uint32, flags int) errorhttps://pkg.go.dev/syscall#Fchmodat
func Fchown(fd int, uid int, gid int) (err error)https://pkg.go.dev/syscall#Fchown
func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error)https://pkg.go.dev/syscall#Fchownat
func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) errorhttps://pkg.go.dev/syscall#FcntlFlock
func Fdatasync(fd int) (err error)https://pkg.go.dev/syscall#Fdatasync
func Flock(fd int, how int) (err error)https://pkg.go.dev/syscall#Flock
func ForkExec(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)https://pkg.go.dev/syscall#ForkExec
func Fstat(fd int, stat *Stat_t) (err error)https://pkg.go.dev/syscall#Fstat
func Fstatfs(fd int, buf *Statfs_t) (err error)https://pkg.go.dev/syscall#Fstatfs
func Fsync(fd int) (err error)https://pkg.go.dev/syscall#Fsync
func Ftruncate(fd int, length int64) (err error)https://pkg.go.dev/syscall#Ftruncate
func Futimes(fd int, tv []Timeval) (err error)https://pkg.go.dev/syscall#Futimes
func Futimesat(dirfd int, path string, tv []Timeval) (err error)https://pkg.go.dev/syscall#Futimesat
func Getcwd(buf []byte) (n int, err error)https://pkg.go.dev/syscall#Getcwd
func Getdents(fd int, buf []byte) (n int, err error)https://pkg.go.dev/syscall#Getdents
func Getegid() (egid int)https://pkg.go.dev/syscall#Getegid
func Getenv(key string) (value string, found bool)https://pkg.go.dev/syscall#Getenv
func Geteuid() (euid int)https://pkg.go.dev/syscall#Geteuid
func Getgid() (gid int)https://pkg.go.dev/syscall#Getgid
func Getgroups() (gids []int, err error)https://pkg.go.dev/syscall#Getgroups
func Getpagesize() inthttps://pkg.go.dev/syscall#Getpagesize
func Getpgid(pid int) (pgid int, err error)https://pkg.go.dev/syscall#Getpgid
func Getpgrp() (pid int)https://pkg.go.dev/syscall#Getpgrp
func Getpid() (pid int)https://pkg.go.dev/syscall#Getpid
func Getppid() (ppid int)https://pkg.go.dev/syscall#Getppid
func Getpriority(which int, who int) (prio int, err error)https://pkg.go.dev/syscall#Getpriority
func Getrlimit(resource int, rlim *Rlimit) (err error)https://pkg.go.dev/syscall#Getrlimit
func Getrusage(who int, rusage *Rusage) (err error)https://pkg.go.dev/syscall#Getrusage
func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error)https://pkg.go.dev/syscall#GetsockoptInet4Addr
func GetsockoptInt(fd, level, opt int) (value int, err error)https://pkg.go.dev/syscall#GetsockoptInt
func Gettid() (tid int)https://pkg.go.dev/syscall#Gettid
func Gettimeofday(tv *Timeval) (err error)https://pkg.go.dev/syscall#Gettimeofday
func Getuid() (uid int)https://pkg.go.dev/syscall#Getuid
func Getwd() (wd string, err error)https://pkg.go.dev/syscall#Getwd
func Getxattr(path string, attr string, dest []byte) (sz int, err error)https://pkg.go.dev/syscall#Getxattr
func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error)https://pkg.go.dev/syscall#InotifyAddWatch
func InotifyInit() (fd int, err error)https://pkg.go.dev/syscall#InotifyInit
func InotifyInit1(flags int) (fd int, err error)https://pkg.go.dev/syscall#InotifyInit1
func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error)https://pkg.go.dev/syscall#InotifyRmWatch
func Ioperm(from int, num int, on int) (err error)https://pkg.go.dev/syscall#Ioperm
func Iopl(level int) (err error)https://pkg.go.dev/syscall#Iopl
func Kill(pid int, sig Signal) (err error)https://pkg.go.dev/syscall#Kill
func Klogctl(typ int, buf []byte) (n int, err error)https://pkg.go.dev/syscall#Klogctl
func Lchown(path string, uid int, gid int) (err error)https://pkg.go.dev/syscall#Lchown
func Link(oldpath string, newpath string) (err error)https://pkg.go.dev/syscall#Link
func Listen(s int, n int) (err error)https://pkg.go.dev/syscall#Listen
func Listxattr(path string, dest []byte) (sz int, err error)https://pkg.go.dev/syscall#Listxattr
func LsfSocket(ifindex, proto int) (int, error)https://pkg.go.dev/syscall#LsfSocket
func Lstat(path string, stat *Stat_t) (err error)https://pkg.go.dev/syscall#Lstat
func Madvise(b []byte, advice int) (err error)https://pkg.go.dev/syscall#Madvise
func Mkdir(path string, mode uint32) (err error)https://pkg.go.dev/syscall#Mkdir
func Mkdirat(dirfd int, path string, mode uint32) (err error)https://pkg.go.dev/syscall#Mkdirat
func Mkfifo(path string, mode uint32) (err error)https://pkg.go.dev/syscall#Mkfifo
func Mknod(path string, mode uint32, dev int) (err error)https://pkg.go.dev/syscall#Mknod
func Mknodat(dirfd int, path string, mode uint32, dev int) (err error)https://pkg.go.dev/syscall#Mknodat
func Mlock(b []byte) (err error)https://pkg.go.dev/syscall#Mlock
func Mlockall(flags int) (err error)https://pkg.go.dev/syscall#Mlockall
func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)https://pkg.go.dev/syscall#Mmap
func Mount(source string, target string, fstype string, flags uintptr, data string) (err error)https://pkg.go.dev/syscall#Mount
func Mprotect(b []byte, prot int) (err error)https://pkg.go.dev/syscall#Mprotect
func Munlock(b []byte) (err error)https://pkg.go.dev/syscall#Munlock
func Munlockall() (err error)https://pkg.go.dev/syscall#Munlockall
func Munmap(b []byte) (err error)https://pkg.go.dev/syscall#Munmap
func Nanosleep(time *Timespec, leftover *Timespec) (err error)https://pkg.go.dev/syscall#Nanosleep
func NetlinkRIB(proto, family int) ([]byte, error)https://pkg.go.dev/syscall#NetlinkRIB
func Open(path string, mode int, perm uint32) (fd int, err error)https://pkg.go.dev/syscall#Open
func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err error)https://pkg.go.dev/syscall#Openat
func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string)https://pkg.go.dev/syscall#ParseDirent
func ParseUnixRights(m *SocketControlMessage) ([]int, error)https://pkg.go.dev/syscall#ParseUnixRights
func Pause() (err error)https://pkg.go.dev/syscall#Pause
func Pipe(p []int) errorhttps://pkg.go.dev/syscall#Pipe
func Pipe2(p []int, flags int) errorhttps://pkg.go.dev/syscall#Pipe2
func PivotRoot(newroot string, putold string) (err error)https://pkg.go.dev/syscall#PivotRoot
func Pread(fd int, p []byte, offset int64) (n int, err error)https://pkg.go.dev/syscall#Pread
func PtraceAttach(pid int) (err error)https://pkg.go.dev/syscall#PtraceAttach
func PtraceCont(pid int, signal int) (err error)https://pkg.go.dev/syscall#PtraceCont
func PtraceDetach(pid int) (err error)https://pkg.go.dev/syscall#PtraceDetach
func PtraceGetEventMsg(pid int) (msg uint, err error)https://pkg.go.dev/syscall#PtraceGetEventMsg
func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error)https://pkg.go.dev/syscall#PtraceGetRegs
func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err error)https://pkg.go.dev/syscall#PtracePeekData
func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err error)https://pkg.go.dev/syscall#PtracePeekText
func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err error)https://pkg.go.dev/syscall#PtracePokeData
func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err error)https://pkg.go.dev/syscall#PtracePokeText
func PtraceSetOptions(pid int, options int) (err error)https://pkg.go.dev/syscall#PtraceSetOptions
func PtraceSetRegs(pid int, regs *PtraceRegs) (err error)https://pkg.go.dev/syscall#PtraceSetRegs
func PtraceSingleStep(pid int) (err error)https://pkg.go.dev/syscall#PtraceSingleStep
func PtraceSyscall(pid int, signal int) (err error)https://pkg.go.dev/syscall#PtraceSyscall
func Pwrite(fd int, p []byte, offset int64) (n int, err error)https://pkg.go.dev/syscall#Pwrite
func Read(fd int, p []byte) (n int, err error)https://pkg.go.dev/syscall#Read
func ReadDirent(fd int, buf []byte) (n int, err error)https://pkg.go.dev/syscall#ReadDirent
func Readlink(path string, buf []byte) (n int, err error)https://pkg.go.dev/syscall#Readlink
func Reboot(cmd int) (err error)https://pkg.go.dev/syscall#Reboot
func Removexattr(path string, attr string) (err error)https://pkg.go.dev/syscall#Removexattr
func Rename(oldpath string, newpath string) (err error)https://pkg.go.dev/syscall#Rename
func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)https://pkg.go.dev/syscall#Renameat
func Rmdir(path string) errorhttps://pkg.go.dev/syscall#Rmdir
func Seek(fd int, offset int64, whence int) (off int64, err error)https://pkg.go.dev/syscall#Seek
func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)https://pkg.go.dev/syscall#Select
func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)https://pkg.go.dev/syscall#Sendfile
func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error)https://pkg.go.dev/syscall#Sendmsg
func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error)https://pkg.go.dev/syscall#SendmsgN
func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error)https://pkg.go.dev/syscall#Sendto
func SetLsfPromisc(name string, m bool) errorhttps://pkg.go.dev/syscall#SetLsfPromisc
func SetNonblock(fd int, nonblocking bool) (err error)https://pkg.go.dev/syscall#SetNonblock
func Setdomainname(p []byte) (err error)https://pkg.go.dev/syscall#Setdomainname
func Setegid(egid int) (err error)https://pkg.go.dev/syscall#Setegid
func Setenv(key, value string) errorhttps://pkg.go.dev/syscall#Setenv
func Seteuid(euid int) (err error)https://pkg.go.dev/syscall#Seteuid
func Setfsgid(gid int) (err error)https://pkg.go.dev/syscall#Setfsgid
func Setfsuid(uid int) (err error)https://pkg.go.dev/syscall#Setfsuid
func Setgid(gid int) (err error)https://pkg.go.dev/syscall#Setgid
func Setgroups(gids []int) (err error)https://pkg.go.dev/syscall#Setgroups
func Sethostname(p []byte) (err error)https://pkg.go.dev/syscall#Sethostname
func Setpgid(pid int, pgid int) (err error)https://pkg.go.dev/syscall#Setpgid
func Setpriority(which int, who int, prio int) (err error)https://pkg.go.dev/syscall#Setpriority
func Setregid(rgid, egid int) (err error)https://pkg.go.dev/syscall#Setregid
func Setresgid(rgid, egid, sgid int) (err error)https://pkg.go.dev/syscall#Setresgid
func Setresuid(ruid, euid, suid int) (err error)https://pkg.go.dev/syscall#Setresuid
func Setreuid(ruid, euid int) (err error)https://pkg.go.dev/syscall#Setreuid
func Setrlimit(resource int, rlim *Rlimit) errorhttps://pkg.go.dev/syscall#Setrlimit
func Setsid() (pid int, err error)https://pkg.go.dev/syscall#Setsid
func SetsockoptByte(fd, level, opt int, value byte) (err error)https://pkg.go.dev/syscall#SetsockoptByte
func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) errorhttps://pkg.go.dev/syscall#SetsockoptICMPv6Filter
func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error)https://pkg.go.dev/syscall#SetsockoptIPMreq
func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error)https://pkg.go.dev/syscall#SetsockoptIPMreqn
func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error)https://pkg.go.dev/syscall#SetsockoptIPv6Mreq
func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error)https://pkg.go.dev/syscall#SetsockoptInet4Addr
func SetsockoptInt(fd, level, opt int, value int) (err error)https://pkg.go.dev/syscall#SetsockoptInt
func SetsockoptLinger(fd, level, opt int, l *Linger) (err error)https://pkg.go.dev/syscall#SetsockoptLinger
func SetsockoptString(fd, level, opt int, s string) (err error)https://pkg.go.dev/syscall#SetsockoptString
func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error)https://pkg.go.dev/syscall#SetsockoptTimeval
func Settimeofday(tv *Timeval) (err error)https://pkg.go.dev/syscall#Settimeofday
func Setuid(uid int) (err error)https://pkg.go.dev/syscall#Setuid
func Setxattr(path string, attr string, data []byte, flags int) (err error)https://pkg.go.dev/syscall#Setxattr
func Shutdown(fd int, how int) (err error)https://pkg.go.dev/syscall#Shutdown
func SlicePtrFromStrings(ss []string) ([]*byte, error)https://pkg.go.dev/syscall#SlicePtrFromStrings
func Socket(domain, typ, proto int) (fd int, err error)https://pkg.go.dev/syscall#Socket
func Socketpair(domain, typ, proto int) (fd [2]int, err error)https://pkg.go.dev/syscall#Socketpair
func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)https://pkg.go.dev/syscall#Splice
func StartProcess(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)https://pkg.go.dev/syscall#StartProcess
func Stat(path string, stat *Stat_t) (err error)https://pkg.go.dev/syscall#Stat
func Statfs(path string, buf *Statfs_t) (err error)https://pkg.go.dev/syscall#Statfs
func StringBytePtr(s string) *bytehttps://pkg.go.dev/syscall#StringBytePtr
func StringByteSlice(s string) []bytehttps://pkg.go.dev/syscall#StringByteSlice
func StringSlicePtr(ss []string) []*bytehttps://pkg.go.dev/syscall#StringSlicePtr
func Symlink(oldpath string, newpath string) (err error)https://pkg.go.dev/syscall#Symlink
func Sync()https://pkg.go.dev/syscall#Sync
func SyncFileRange(fd int, off int64, n int64, flags int) (err error)https://pkg.go.dev/syscall#SyncFileRange
func Sysinfo(info *Sysinfo_t) (err error)https://pkg.go.dev/syscall#Sysinfo
func Tee(rfd int, wfd int, len int, flags int) (n int64, err error)https://pkg.go.dev/syscall#Tee
func Tgkill(tgid int, tid int, sig Signal) (err error)https://pkg.go.dev/syscall#Tgkill
func Times(tms *Tms) (ticks uintptr, err error)https://pkg.go.dev/syscall#Times
func TimespecToNsec(ts Timespec) int64https://pkg.go.dev/syscall#TimespecToNsec
func TimevalToNsec(tv Timeval) int64https://pkg.go.dev/syscall#TimevalToNsec
func Truncate(path string, length int64) (err error)https://pkg.go.dev/syscall#Truncate
func Umask(mask int) (oldmask int)https://pkg.go.dev/syscall#Umask
func Uname(buf *Utsname) (err error)https://pkg.go.dev/syscall#Uname
func UnixCredentials(ucred *Ucred) []bytehttps://pkg.go.dev/syscall#UnixCredentials
func UnixRights(fds ...int) []bytehttps://pkg.go.dev/syscall#UnixRights
func Unlink(path string) errorhttps://pkg.go.dev/syscall#Unlink
func Unlinkat(dirfd int, path string) errorhttps://pkg.go.dev/syscall#Unlinkat
func Unmount(target string, flags int) (err error)https://pkg.go.dev/syscall#Unmount
func Unsetenv(key string) errorhttps://pkg.go.dev/syscall#Unsetenv
func Unshare(flags int) (err error)https://pkg.go.dev/syscall#Unshare
func Ustat(dev int, ubuf *Ustat_t) (err error)https://pkg.go.dev/syscall#Ustat
func Utime(path string, buf *Utimbuf) (err error)https://pkg.go.dev/syscall#Utime
func Utimes(path string, tv []Timeval) (err error)https://pkg.go.dev/syscall#Utimes
func UtimesNano(path string, ts []Timespec) (err error)https://pkg.go.dev/syscall#UtimesNano
func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)https://pkg.go.dev/syscall#Wait4
func Write(fd int, p []byte) (n int, err error)https://pkg.go.dev/syscall#Write
type Cmsghdrhttps://pkg.go.dev/syscall#Cmsghdr
func (cmsg *Cmsghdr) SetLen(length int)https://pkg.go.dev/syscall#Cmsghdr.SetLen
type Connhttps://pkg.go.dev/syscall#Conn
type Credentialhttps://pkg.go.dev/syscall#Credential
type Direnthttps://pkg.go.dev/syscall#Dirent
type EpollEventhttps://pkg.go.dev/syscall#EpollEvent
type Errnohttps://pkg.go.dev/syscall#Errno
func AllThreadsSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#AllThreadsSyscall
func AllThreadsSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#AllThreadsSyscall6
func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#RawSyscall
func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#RawSyscall6
func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#Syscall
func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)https://pkg.go.dev/syscall#Syscall6
func (e Errno) Error() stringhttps://pkg.go.dev/syscall#Errno.Error
func (e Errno) Is(target error) boolhttps://pkg.go.dev/syscall#Errno.Is
func (e Errno) Temporary() boolhttps://pkg.go.dev/syscall#Errno.Temporary
func (e Errno) Timeout() boolhttps://pkg.go.dev/syscall#Errno.Timeout
type FdSethttps://pkg.go.dev/syscall#FdSet
type Flock_thttps://pkg.go.dev/syscall#Flock_t
type Fsidhttps://pkg.go.dev/syscall#Fsid
type ICMPv6Filterhttps://pkg.go.dev/syscall#ICMPv6Filter
func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error)https://pkg.go.dev/syscall#GetsockoptICMPv6Filter
type IPMreqhttps://pkg.go.dev/syscall#IPMreq
func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error)https://pkg.go.dev/syscall#GetsockoptIPMreq
type IPMreqnhttps://pkg.go.dev/syscall#IPMreqn
func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error)https://pkg.go.dev/syscall#GetsockoptIPMreqn
type IPv6MTUInfohttps://pkg.go.dev/syscall#IPv6MTUInfo
func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error)https://pkg.go.dev/syscall#GetsockoptIPv6MTUInfo
type IPv6Mreqhttps://pkg.go.dev/syscall#IPv6Mreq
func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error)https://pkg.go.dev/syscall#GetsockoptIPv6Mreq
type IfAddrmsghttps://pkg.go.dev/syscall#IfAddrmsg
type IfInfomsghttps://pkg.go.dev/syscall#IfInfomsg
type Inet4Pktinfohttps://pkg.go.dev/syscall#Inet4Pktinfo
type Inet6Pktinfohttps://pkg.go.dev/syscall#Inet6Pktinfo
type InotifyEventhttps://pkg.go.dev/syscall#InotifyEvent
type Iovechttps://pkg.go.dev/syscall#Iovec
func (iov *Iovec) SetLen(length int)https://pkg.go.dev/syscall#Iovec.SetLen
type Lingerhttps://pkg.go.dev/syscall#Linger
type Msghdrhttps://pkg.go.dev/syscall#Msghdr
func (msghdr *Msghdr) SetControllen(length int)https://pkg.go.dev/syscall#Msghdr.SetControllen
type NetlinkMessagehttps://pkg.go.dev/syscall#NetlinkMessage
func ParseNetlinkMessage(b []byte) ([]NetlinkMessage, error)https://pkg.go.dev/syscall#ParseNetlinkMessage
type NetlinkRouteAttrhttps://pkg.go.dev/syscall#NetlinkRouteAttr
func ParseNetlinkRouteAttr(m *NetlinkMessage) ([]NetlinkRouteAttr, error)https://pkg.go.dev/syscall#ParseNetlinkRouteAttr
type NetlinkRouteRequesthttps://pkg.go.dev/syscall#NetlinkRouteRequest
type NlAttrhttps://pkg.go.dev/syscall#NlAttr
type NlMsgerrhttps://pkg.go.dev/syscall#NlMsgerr
type NlMsghdrhttps://pkg.go.dev/syscall#NlMsghdr
type ProcAttrhttps://pkg.go.dev/syscall#ProcAttr
type PtraceRegshttps://pkg.go.dev/syscall#PtraceRegs
func (r *PtraceRegs) PC() uint64https://pkg.go.dev/syscall#PtraceRegs.PC
func (r *PtraceRegs) SetPC(pc uint64)https://pkg.go.dev/syscall#PtraceRegs.SetPC
type RawConnhttps://pkg.go.dev/syscall#RawConn
type RawSockaddrhttps://pkg.go.dev/syscall#RawSockaddr
type RawSockaddrAnyhttps://pkg.go.dev/syscall#RawSockaddrAny
type RawSockaddrInet4https://pkg.go.dev/syscall#RawSockaddrInet4
type RawSockaddrInet6https://pkg.go.dev/syscall#RawSockaddrInet6
type RawSockaddrLinklayerhttps://pkg.go.dev/syscall#RawSockaddrLinklayer
type RawSockaddrNetlinkhttps://pkg.go.dev/syscall#RawSockaddrNetlink
type RawSockaddrUnixhttps://pkg.go.dev/syscall#RawSockaddrUnix
type Rlimithttps://pkg.go.dev/syscall#Rlimit
type RtAttrhttps://pkg.go.dev/syscall#RtAttr
type RtGenmsghttps://pkg.go.dev/syscall#RtGenmsg
type RtMsghttps://pkg.go.dev/syscall#RtMsg
type RtNexthophttps://pkg.go.dev/syscall#RtNexthop
type Rusagehttps://pkg.go.dev/syscall#Rusage
type Signalhttps://pkg.go.dev/syscall#Signal
func (s Signal) Signal()https://pkg.go.dev/syscall#Signal.Signal
func (s Signal) String() stringhttps://pkg.go.dev/syscall#Signal.String
type SockFilterhttps://pkg.go.dev/syscall#SockFilter
func LsfJump(code, k, jt, jf int) *SockFilterhttps://pkg.go.dev/syscall#LsfJump
func LsfStmt(code, k int) *SockFilterhttps://pkg.go.dev/syscall#LsfStmt
type SockFproghttps://pkg.go.dev/syscall#SockFprog
type Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
func Accept(fd int) (nfd int, sa Sockaddr, err error)https://pkg.go.dev/syscall#Accept
func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error)https://pkg.go.dev/syscall#Accept4
func Getpeername(fd int) (sa Sockaddr, err error)https://pkg.go.dev/syscall#Getpeername
func Getsockname(fd int) (sa Sockaddr, err error)https://pkg.go.dev/syscall#Getsockname
func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err error)https://pkg.go.dev/syscall#Recvfrom
func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error)https://pkg.go.dev/syscall#Recvmsg
type SockaddrInet4https://pkg.go.dev/syscall#SockaddrInet4
type SockaddrInet6https://pkg.go.dev/syscall#SockaddrInet6
type SockaddrLinklayerhttps://pkg.go.dev/syscall#SockaddrLinklayer
type SockaddrNetlinkhttps://pkg.go.dev/syscall#SockaddrNetlink
type SockaddrUnixhttps://pkg.go.dev/syscall#SockaddrUnix
type SocketControlMessagehttps://pkg.go.dev/syscall#SocketControlMessage
func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error)https://pkg.go.dev/syscall#ParseSocketControlMessage
type Stat_thttps://pkg.go.dev/syscall#Stat_t
type Statfs_thttps://pkg.go.dev/syscall#Statfs_t
type SysProcAttrhttps://pkg.go.dev/syscall#SysProcAttr
type SysProcIDMaphttps://pkg.go.dev/syscall#SysProcIDMap
type Sysinfo_thttps://pkg.go.dev/syscall#Sysinfo_t
type TCPInfohttps://pkg.go.dev/syscall#TCPInfo
type Termioshttps://pkg.go.dev/syscall#Termios
type Time_thttps://pkg.go.dev/syscall#Time_t
func Time(t *Time_t) (tt Time_t, err error)https://pkg.go.dev/syscall#Time
type Timespechttps://pkg.go.dev/syscall#Timespec
func NsecToTimespec(nsec int64) Timespechttps://pkg.go.dev/syscall#NsecToTimespec
func (ts *Timespec) Nano() int64https://pkg.go.dev/syscall#Timespec.Nano
func (ts *Timespec) Unix() (sec int64, nsec int64)https://pkg.go.dev/syscall#Timespec.Unix
type Timevalhttps://pkg.go.dev/syscall#Timeval
func NsecToTimeval(nsec int64) Timevalhttps://pkg.go.dev/syscall#NsecToTimeval
func (tv *Timeval) Nano() int64https://pkg.go.dev/syscall#Timeval.Nano
func (tv *Timeval) Unix() (sec int64, nsec int64)https://pkg.go.dev/syscall#Timeval.Unix
type Timexhttps://pkg.go.dev/syscall#Timex
type Tmshttps://pkg.go.dev/syscall#Tms
type Ucredhttps://pkg.go.dev/syscall#Ucred
func GetsockoptUcred(fd, level, opt int) (*Ucred, error)https://pkg.go.dev/syscall#GetsockoptUcred
func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error)https://pkg.go.dev/syscall#ParseUnixCredentials
type Ustat_thttps://pkg.go.dev/syscall#Ustat_t
type Utimbufhttps://pkg.go.dev/syscall#Utimbuf
type Utsnamehttps://pkg.go.dev/syscall#Utsname
type WaitStatushttps://pkg.go.dev/syscall#WaitStatus
func (w WaitStatus) Continued() boolhttps://pkg.go.dev/syscall#WaitStatus.Continued
func (w WaitStatus) CoreDump() boolhttps://pkg.go.dev/syscall#WaitStatus.CoreDump
func (w WaitStatus) ExitStatus() inthttps://pkg.go.dev/syscall#WaitStatus.ExitStatus
func (w WaitStatus) Exited() boolhttps://pkg.go.dev/syscall#WaitStatus.Exited
func (w WaitStatus) Signal() Signalhttps://pkg.go.dev/syscall#WaitStatus.Signal
func (w WaitStatus) Signaled() boolhttps://pkg.go.dev/syscall#WaitStatus.Signaled
func (w WaitStatus) StopSignal() Signalhttps://pkg.go.dev/syscall#WaitStatus.StopSignal
func (w WaitStatus) Stopped() boolhttps://pkg.go.dev/syscall#WaitStatus.Stopped
func (w WaitStatus) TrapCause() inthttps://pkg.go.dev/syscall#WaitStatus.TrapCause
https://pkg.go.dev/syscall#pkg-constants
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_linux.go;l=18
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zerrors_linux_amd64.go;l=9
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zerrors_linux_amd64.go;l=1181
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
Errnohttps://pkg.go.dev/syscall#Errno
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zerrors_linux_amd64.go;l=1318
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
Signalhttps://pkg.go.dev/syscall#Signal
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsysnum_linux_amd64.go;l=6
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=308
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=329
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=486
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=617
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=367
truehttps://pkg.go.dev/builtin#true
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=6
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=512
https://pkg.go.dev/syscall#pkg-variables
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=22
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=65
synchttps://pkg.go.dev/sync
RWMutexhttps://pkg.go.dev/sync#RWMutex
Pipehttps://pkg.go.dev/syscall#Pipe
Sockethttps://pkg.go.dev/syscall#Socket
Openhttps://pkg.go.dev/syscall#Open
O_CLOEXEChttps://pkg.go.dev/syscall#O_CLOEXEC
Duphttps://pkg.go.dev/syscall#Dup
F_DUPFD_CLOEXEChttps://pkg.go.dev/syscall#F_DUPFD_CLOEXEC
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=263
boolhttps://pkg.go.dev/builtin#bool
EAFNOSUPPORThttps://pkg.go.dev/syscall#EAFNOSUPPORT
https://pkg.go.dev/syscall#pkg-functions
Accesshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=109
https://pkg.go.dev/syscall#Access
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Accthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=278
https://pkg.go.dev/syscall#Acct
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Adjtimexhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=293
https://pkg.go.dev/syscall#Adjtimex
Timexhttps://pkg.go.dev/syscall#Timex
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
AttachLsfhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=75
inthttps://pkg.go.dev/builtin#int
SockFilterhttps://pkg.go.dev/syscall#SockFilter
errorhttps://pkg.go.dev/builtin#error
Bindhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=287
https://pkg.go.dev/syscall#Bind
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
BindToDevicehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=844
https://pkg.go.dev/syscall#BindToDevice
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
BytePtrFromStringhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=67
https://pkg.go.dev/syscall#BytePtrFromString
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
EINVALhttps://pkg.go.dev/syscall#EINVAL
ByteSliceFromStringhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=48
https://pkg.go.dev/syscall#ByteSliceFromString
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
EINVALhttps://pkg.go.dev/syscall#EINVAL
Chdirhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=304
https://pkg.go.dev/syscall#Chdir
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Chmodhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=113
https://pkg.go.dev/syscall#Chmod
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Chownhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=117
https://pkg.go.dev/syscall#Chown
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Chroothttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=319
https://pkg.go.dev/syscall#Chroot
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Clearenvhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go;l=123
https://pkg.go.dev/syscall#Clearenv
Closehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=334
https://pkg.go.dev/syscall#Close
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
CloseOnExechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=103
https://pkg.go.dev/syscall#CloseOnExec
inthttps://pkg.go.dev/builtin#int
CmsgLenhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=17
https://pkg.go.dev/syscall#CmsgLen
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Cmsghdrhttps://pkg.go.dev/syscall#Cmsghdr
CmsgSpacehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=23
https://pkg.go.dev/syscall#CmsgSpace
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Connecthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=295
https://pkg.go.dev/syscall#Connect
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Creathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=121
https://pkg.go.dev/syscall#Creat
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
DetachLsfhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=83
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Duphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=344
https://pkg.go.dev/syscall#Dup
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Dup2https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1089
https://pkg.go.dev/syscall#Dup2
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Dup3https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=355
https://pkg.go.dev/syscall#Dup3
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Environhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go;l=135
https://pkg.go.dev/syscall#Environ
stringhttps://pkg.go.dev/builtin#string
EpollCreatehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=125
https://pkg.go.dev/syscall#EpollCreate
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
EpollCreate1https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=365
https://pkg.go.dev/syscall#EpollCreate1
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
EpollCtlhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=376
https://pkg.go.dev/syscall#EpollCtl
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
EpollEventhttps://pkg.go.dev/syscall#EpollEvent
errorhttps://pkg.go.dev/builtin#error
EpollWaithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1584
https://pkg.go.dev/syscall#EpollWait
inthttps://pkg.go.dev/builtin#int
EpollEventhttps://pkg.go.dev/syscall#EpollEvent
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Exechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=271
https://pkg.go.dev/syscall#Exec
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Exithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=102
https://pkg.go.dev/syscall#Exit
inthttps://pkg.go.dev/builtin#int
Faccessathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=154
https://pkg.go.dev/syscall#Faccessat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Fallocatehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=386
https://pkg.go.dev/syscall#Fallocate
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
Fchdirhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=396
https://pkg.go.dev/syscall#Fchdir
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Fchmodhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=406
https://pkg.go.dev/syscall#Fchmod
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Fchmodathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=246
https://pkg.go.dev/syscall#Fchmodat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Fchownhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1099
https://pkg.go.dev/syscall#Fchown
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Fchownathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=416
https://pkg.go.dev/syscall#Fchownat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
FcntlFlockhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/flock_linux.go;l=14
https://pkg.go.dev/syscall#FcntlFlock
uintptrhttps://pkg.go.dev/builtin#uintptr
inthttps://pkg.go.dev/builtin#int
Flock_thttps://pkg.go.dev/syscall#Flock_t
errorhttps://pkg.go.dev/builtin#error
F_GETLKhttps://pkg.go.dev/syscall#F_GETLK
F_SETLKhttps://pkg.go.dev/syscall#F_SETLK
F_SETLKWhttps://pkg.go.dev/syscall#F_SETLKW
Fdatasynchttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=442
https://pkg.go.dev/syscall#Fdatasync
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Flockhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=452
https://pkg.go.dev/syscall#Flock
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
ForkExechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=252
https://pkg.go.dev/syscall#ForkExec
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ProcAttrhttps://pkg.go.dev/syscall#ProcAttr
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Fstathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1109
https://pkg.go.dev/syscall#Fstat
inthttps://pkg.go.dev/builtin#int
Stat_thttps://pkg.go.dev/syscall#Stat_t
errorhttps://pkg.go.dev/builtin#error
Fstatfshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1119
https://pkg.go.dev/syscall#Fstatfs
inthttps://pkg.go.dev/builtin#int
Statfs_thttps://pkg.go.dev/syscall#Statfs_t
errorhttps://pkg.go.dev/builtin#error
Fsynchttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=462
https://pkg.go.dev/syscall#Fsync
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Ftruncatehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1129
https://pkg.go.dev/syscall#Ftruncate
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
Futimeshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=361
https://pkg.go.dev/syscall#Futimes
inthttps://pkg.go.dev/builtin#int
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
Futimesathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=354
https://pkg.go.dev/syscall#Futimesat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
Getcwdhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=190
https://pkg.go.dev/syscall#Getcwd
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Getdentshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=472
https://pkg.go.dev/syscall#Getdents
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Getegidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1139
https://pkg.go.dev/syscall#Getegid
inthttps://pkg.go.dev/builtin#int
Getenvhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go;l=66
https://pkg.go.dev/syscall#Getenv
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Geteuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1147
https://pkg.go.dev/syscall#Geteuid
inthttps://pkg.go.dev/builtin#int
Getgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1155
https://pkg.go.dev/syscall#Getgid
inthttps://pkg.go.dev/builtin#int
Getgroupshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=391
https://pkg.go.dev/syscall#Getgroups
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Getpagesizehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=101
https://pkg.go.dev/syscall#Getpagesize
inthttps://pkg.go.dev/builtin#int
Getpgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=489
https://pkg.go.dev/syscall#Getpgid
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Getpgrphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1069
https://pkg.go.dev/syscall#Getpgrp
inthttps://pkg.go.dev/builtin#int
Getpidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=500
https://pkg.go.dev/syscall#Getpid
inthttps://pkg.go.dev/builtin#int
Getppidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=508
https://pkg.go.dev/syscall#Getppid
inthttps://pkg.go.dev/builtin#int
Getpriorityhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=516
https://pkg.go.dev/syscall#Getpriority
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Getrlimithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1293
https://pkg.go.dev/syscall#Getrlimit
inthttps://pkg.go.dev/builtin#int
Rlimithttps://pkg.go.dev/syscall#Rlimit
errorhttps://pkg.go.dev/builtin#error
Getrusagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=527
https://pkg.go.dev/syscall#Getrusage
inthttps://pkg.go.dev/builtin#int
Rusagehttps://pkg.go.dev/syscall#Rusage
errorhttps://pkg.go.dev/builtin#error
GetsockoptInet4Addrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=718
https://pkg.go.dev/syscall#GetsockoptInet4Addr
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
GetsockoptInthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=312
https://pkg.go.dev/syscall#GetsockoptInt
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Gettidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=537
https://pkg.go.dev/syscall#Gettid
inthttps://pkg.go.dev/builtin#int
Gettimeofdayhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=77
https://pkg.go.dev/syscall#Gettimeofday
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
Getuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1163
https://pkg.go.dev/syscall#Getuid
inthttps://pkg.go.dev/builtin#int
Getwdhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=371
https://pkg.go.dev/syscall#Getwd
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Getxattrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=545
https://pkg.go.dev/syscall#Getxattr
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
InotifyAddWatchhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=572
https://pkg.go.dev/syscall#InotifyAddWatch
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
InotifyInithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1171
https://pkg.go.dev/syscall#InotifyInit
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
InotifyInit1https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=588
https://pkg.go.dev/syscall#InotifyInit1
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
InotifyRmWatchhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=599
https://pkg.go.dev/syscall#InotifyRmWatch
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Iopermhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1182
https://pkg.go.dev/syscall#Ioperm
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Ioplhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1192
https://pkg.go.dev/syscall#Iopl
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Killhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=610
https://pkg.go.dev/syscall#Kill
inthttps://pkg.go.dev/builtin#int
Signalhttps://pkg.go.dev/syscall#Signal
errorhttps://pkg.go.dev/builtin#error
Klogctlhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=620
https://pkg.go.dev/syscall#Klogctl
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Lchownhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=64
https://pkg.go.dev/syscall#Lchown
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Linkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=267
https://pkg.go.dev/syscall#Link
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Listenhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1202
https://pkg.go.dev/syscall#Listen
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Listxattrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=637
https://pkg.go.dev/syscall#Listxattr
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
LsfSockethttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=24
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Lstathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=68
https://pkg.go.dev/syscall#Lstat
stringhttps://pkg.go.dev/builtin#string
Stat_thttps://pkg.go.dev/syscall#Stat_t
errorhttps://pkg.go.dev/builtin#error
Madvisehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1005
https://pkg.go.dev/syscall#Madvise
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Mkdirhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=271
https://pkg.go.dev/syscall#Mkdir
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Mkdirathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=659
https://pkg.go.dev/syscall#Mkdirat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Mkfifohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=518
https://pkg.go.dev/syscall#Mkfifo
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
errorhttps://pkg.go.dev/builtin#error
Mknodhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=275
https://pkg.go.dev/syscall#Mknod
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Mknodathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=674
https://pkg.go.dev/syscall#Mknodat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Mlockhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1037
https://pkg.go.dev/syscall#Mlock
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Mlockallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1069
https://pkg.go.dev/syscall#Mlockall
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Mmaphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1278
https://pkg.go.dev/syscall#Mmap
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Mounthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1029
https://pkg.go.dev/syscall#Mount
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
uintptrhttps://pkg.go.dev/builtin#uintptr
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Mprotecthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1021
https://pkg.go.dev/syscall#Mprotect
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Munlockhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1053
https://pkg.go.dev/syscall#Munlock
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Munlockallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1079
https://pkg.go.dev/syscall#Munlockall
errorhttps://pkg.go.dev/builtin#error
Munmaphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1282
https://pkg.go.dev/syscall#Munmap
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Nanosleephttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=689
https://pkg.go.dev/syscall#Nanosleep
Timespechttps://pkg.go.dev/syscall#Timespec
Timespechttps://pkg.go.dev/syscall#Timespec
errorhttps://pkg.go.dev/builtin#error
NetlinkRIBhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=60
https://pkg.go.dev/syscall#NetlinkRIB
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Openhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=279
https://pkg.go.dev/syscall#Open
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Openathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=285
https://pkg.go.dev/syscall#Openat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
ParseDirenthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/dirent.go;l=61
https://pkg.go.dev/syscall#ParseDirent
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
ParseUnixRightshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=79
https://pkg.go.dev/syscall#ParseUnixRights
SocketControlMessagehttps://pkg.go.dev/syscall#SocketControlMessage
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Pausehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1212
https://pkg.go.dev/syscall#Pause
errorhttps://pkg.go.dev/builtin#error
Pipehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=289
https://pkg.go.dev/syscall#Pipe
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Pipe2https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=295
https://pkg.go.dev/syscall#Pipe2
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PivotRoothttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=699
https://pkg.go.dev/syscall#PivotRoot
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Preadhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=225
https://pkg.go.dev/syscall#Pread
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceAttachhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=997
https://pkg.go.dev/syscall#PtraceAttach
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceConthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=987
https://pkg.go.dev/syscall#PtraceCont
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceDetachhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=999
https://pkg.go.dev/syscall#PtraceDetach
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceGetEventMsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=980
https://pkg.go.dev/syscall#PtraceGetEventMsg
inthttps://pkg.go.dev/builtin#int
uinthttps://pkg.go.dev/builtin#uint
errorhttps://pkg.go.dev/builtin#error
PtraceGetRegshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=962
https://pkg.go.dev/syscall#PtraceGetRegs
inthttps://pkg.go.dev/builtin#int
PtraceRegshttps://pkg.go.dev/syscall#PtraceRegs
errorhttps://pkg.go.dev/builtin#error
PtracePeekDatahttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=895
https://pkg.go.dev/syscall#PtracePeekData
inthttps://pkg.go.dev/builtin#int
uintptrhttps://pkg.go.dev/builtin#uintptr
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtracePeekTexthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=891
https://pkg.go.dev/syscall#PtracePeekText
inthttps://pkg.go.dev/builtin#int
uintptrhttps://pkg.go.dev/builtin#uintptr
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtracePokeDatahttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=954
https://pkg.go.dev/syscall#PtracePokeData
inthttps://pkg.go.dev/builtin#int
uintptrhttps://pkg.go.dev/builtin#uintptr
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtracePokeTexthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=950
https://pkg.go.dev/syscall#PtracePokeText
inthttps://pkg.go.dev/builtin#int
uintptrhttps://pkg.go.dev/builtin#uintptr
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceSetOptionshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=976
https://pkg.go.dev/syscall#PtraceSetOptions
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceSetRegshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=969
https://pkg.go.dev/syscall#PtraceSetRegs
inthttps://pkg.go.dev/builtin#int
PtraceRegshttps://pkg.go.dev/syscall#PtraceRegs
errorhttps://pkg.go.dev/builtin#error
PtraceSingleStephttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=995
https://pkg.go.dev/syscall#PtraceSingleStep
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
PtraceSyscallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=991
https://pkg.go.dev/syscall#PtraceSyscall
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Pwritehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=244
https://pkg.go.dev/syscall#Pwrite
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Readhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=182
https://pkg.go.dev/syscall#Read
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
ReadDirenthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1007
https://pkg.go.dev/syscall#ReadDirent
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Readlinkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=310
https://pkg.go.dev/syscall#Readlink
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Reboothttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1003
https://pkg.go.dev/syscall#Reboot
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Removexattrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=746
https://pkg.go.dev/syscall#Removexattr
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Renamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=314
https://pkg.go.dev/syscall#Rename
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Renameathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1256
https://pkg.go.dev/syscall#Renameat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Rmdirhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=318
https://pkg.go.dev/syscall#Rmdir
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Seekhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1276
https://pkg.go.dev/syscall#Seek
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
Selecthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1287
https://pkg.go.dev/syscall#Select
inthttps://pkg.go.dev/builtin#int
FdSethttps://pkg.go.dev/syscall#FdSet
FdSethttps://pkg.go.dev/syscall#FdSet
FdSethttps://pkg.go.dev/syscall#FdSet
Timevalhttps://pkg.go.dev/syscall#Timeval
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Sendfilehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=525
https://pkg.go.dev/syscall#Sendfile
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Sendmsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=395
https://pkg.go.dev/syscall#Sendmsg
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
SendmsgNhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=400
https://pkg.go.dev/syscall#SendmsgN
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Sendtohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=452
https://pkg.go.dev/syscall#Sendto
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
SetLsfPromischttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=50
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
errorhttps://pkg.go.dev/builtin#error
SetNonblockhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=105
https://pkg.go.dev/syscall#SetNonblock
inthttps://pkg.go.dev/builtin#int
boolhttps://pkg.go.dev/builtin#bool
errorhttps://pkg.go.dev/builtin#error
Setdomainnamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=766
https://pkg.go.dev/syscall#Setdomainname
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Setegidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1152
https://pkg.go.dev/syscall#Setegid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setenvhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go;l=88
https://pkg.go.dev/syscall#Setenv
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Seteuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1165
https://pkg.go.dev/syscall#Seteuid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setfsgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1309
https://pkg.go.dev/syscall#Setfsgid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setfsuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1319
https://pkg.go.dev/syscall#Setfsuid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1178
https://pkg.go.dev/syscall#Setgid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setgroupshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=419
https://pkg.go.dev/syscall#Setgroups
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Sethostnamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=782
https://pkg.go.dev/syscall#Sethostname
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Setpgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=798
https://pkg.go.dev/syscall#Setpgid
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setpriorityhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=829
https://pkg.go.dev/syscall#Setpriority
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setregidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1191
https://pkg.go.dev/syscall#Setregid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setresgidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1204
https://pkg.go.dev/syscall#Setresgid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setresuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1217
https://pkg.go.dev/syscall#Setresuid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setreuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1230
https://pkg.go.dev/syscall#Setreuid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setrlimithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/rlimit.go;l=49
https://pkg.go.dev/syscall#Setrlimit
inthttps://pkg.go.dev/builtin#int
Rlimithttps://pkg.go.dev/syscall#Rlimit
errorhttps://pkg.go.dev/builtin#error
Setsidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=808
https://pkg.go.dev/syscall#Setsid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
SetsockoptBytehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=466
https://pkg.go.dev/syscall#SetsockoptByte
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
SetsockoptICMPv6Filterhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=487
https://pkg.go.dev/syscall#SetsockoptICMPv6Filter
inthttps://pkg.go.dev/builtin#int
ICMPv6Filterhttps://pkg.go.dev/syscall#ICMPv6Filter
errorhttps://pkg.go.dev/builtin#error
SetsockoptIPMreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=479
https://pkg.go.dev/syscall#SetsockoptIPMreq
inthttps://pkg.go.dev/builtin#int
IPMreqhttps://pkg.go.dev/syscall#IPMreq
errorhttps://pkg.go.dev/builtin#error
SetsockoptIPMreqnhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=766
https://pkg.go.dev/syscall#SetsockoptIPMreqn
inthttps://pkg.go.dev/builtin#int
IPMreqnhttps://pkg.go.dev/syscall#IPMreqn
errorhttps://pkg.go.dev/builtin#error
SetsockoptIPv6Mreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=483
https://pkg.go.dev/syscall#SetsockoptIPv6Mreq
inthttps://pkg.go.dev/builtin#int
IPv6Mreqhttps://pkg.go.dev/syscall#IPv6Mreq
errorhttps://pkg.go.dev/builtin#error
SetsockoptInet4Addrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=475
https://pkg.go.dev/syscall#SetsockoptInet4Addr
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
SetsockoptInthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=470
https://pkg.go.dev/syscall#SetsockoptInt
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
SetsockoptLingerhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=491
https://pkg.go.dev/syscall#SetsockoptLinger
inthttps://pkg.go.dev/builtin#int
Lingerhttps://pkg.go.dev/syscall#Linger
errorhttps://pkg.go.dev/builtin#error
SetsockoptStringhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=495
https://pkg.go.dev/syscall#SetsockoptString
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
SetsockoptTimevalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=503
https://pkg.go.dev/syscall#SetsockoptTimeval
inthttps://pkg.go.dev/builtin#int
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
Settimeofdayhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=819
https://pkg.go.dev/syscall#Settimeofday
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
Setuidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1243
https://pkg.go.dev/syscall#Setuid
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Setxattrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=839
https://pkg.go.dev/syscall#Setxattr
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Shutdownhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1329
https://pkg.go.dev/syscall#Shutdown
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
SlicePtrFromStringshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=84
https://pkg.go.dev/syscall#SlicePtrFromStrings
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
EINVALhttps://pkg.go.dev/syscall#EINVAL
Sockethttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=507
https://pkg.go.dev/syscall#Socket
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Socketpairhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=515
https://pkg.go.dev/syscall#Socketpair
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Splicehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1339
https://pkg.go.dev/syscall#Splice
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
StartProcesshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=257
https://pkg.go.dev/syscall#StartProcess
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
ProcAttrhttps://pkg.go.dev/syscall#ProcAttr
inthttps://pkg.go.dev/builtin#int
uintptrhttps://pkg.go.dev/builtin#uintptr
errorhttps://pkg.go.dev/builtin#error
ForkExechttps://pkg.go.dev/syscall#ForkExec
Stathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=60
https://pkg.go.dev/syscall#Stat
stringhttps://pkg.go.dev/builtin#string
Stat_thttps://pkg.go.dev/syscall#Stat_t
errorhttps://pkg.go.dev/builtin#error
Statfshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1350
https://pkg.go.dev/syscall#Statfs
stringhttps://pkg.go.dev/builtin#string
Statfs_thttps://pkg.go.dev/syscall#Statfs_t
errorhttps://pkg.go.dev/builtin#error
StringBytePtrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=62
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
BytePtrFromStringhttps://pkg.go.dev/syscall#BytePtrFromString
StringByteSlicehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=37
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
StringSlicePtrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=72
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
SlicePtrFromStringshttps://pkg.go.dev/syscall#SlicePtrFromStrings
Symlinkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=324
https://pkg.go.dev/syscall#Symlink
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Synchttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=865
https://pkg.go.dev/syscall#Sync
SyncFileRangehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1365
https://pkg.go.dev/syscall#SyncFileRange
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Sysinfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=872
https://pkg.go.dev/syscall#Sysinfo
Sysinfo_thttps://pkg.go.dev/syscall#Sysinfo_t
errorhttps://pkg.go.dev/builtin#error
Teehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=882
https://pkg.go.dev/syscall#Tee
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
Tgkillhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=893
https://pkg.go.dev/syscall#Tgkill
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Signalhttps://pkg.go.dev/syscall#Signal
errorhttps://pkg.go.dev/builtin#error
Timeshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=903
https://pkg.go.dev/syscall#Times
Tmshttps://pkg.go.dev/syscall#Tms
uintptrhttps://pkg.go.dev/builtin#uintptr
errorhttps://pkg.go.dev/builtin#error
TimespecToNsechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/timestruct.go;l=10
https://pkg.go.dev/syscall#TimespecToNsec
Timespechttps://pkg.go.dev/syscall#Timespec
int64https://pkg.go.dev/builtin#int64
TimevalToNsechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/timestruct.go;l=24
https://pkg.go.dev/syscall#TimevalToNsec
Timevalhttps://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
Truncatehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1375
https://pkg.go.dev/syscall#Truncate
stringhttps://pkg.go.dev/builtin#string
int64https://pkg.go.dev/builtin#int64
errorhttps://pkg.go.dev/builtin#error
Umaskhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=914
https://pkg.go.dev/syscall#Umask
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Unamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=922
https://pkg.go.dev/syscall#Uname
Utsnamehttps://pkg.go.dev/syscall#Utsname
errorhttps://pkg.go.dev/builtin#error
UnixCredentialshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_linux.go;l=14
https://pkg.go.dev/syscall#UnixCredentials
Ucredhttps://pkg.go.dev/syscall#Ucred
bytehttps://pkg.go.dev/builtin#byte
UnixRightshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=64
https://pkg.go.dev/syscall#UnixRights
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
Unlinkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=328
https://pkg.go.dev/syscall#Unlink
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Unlinkathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=334
https://pkg.go.dev/syscall#Unlinkat
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Unmounthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=932
https://pkg.go.dev/syscall#Unmount
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Unsetenvhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go;l=52
https://pkg.go.dev/syscall#Unsetenv
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Unsharehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=947
https://pkg.go.dev/syscall#Unshare
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Ustathttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1390
https://pkg.go.dev/syscall#Ustat
inthttps://pkg.go.dev/builtin#int
Ustat_thttps://pkg.go.dev/syscall#Ustat_t
errorhttps://pkg.go.dev/builtin#error
Utimehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go;l=1616
https://pkg.go.dev/syscall#Utime
stringhttps://pkg.go.dev/builtin#string
Utimbufhttps://pkg.go.dev/syscall#Utimbuf
errorhttps://pkg.go.dev/builtin#error
Utimeshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=338
https://pkg.go.dev/syscall#Utimes
stringhttps://pkg.go.dev/builtin#string
Timevalhttps://pkg.go.dev/syscall#Timeval
errorhttps://pkg.go.dev/builtin#error
UtimesNanohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=347
https://pkg.go.dev/syscall#UtimesNano
stringhttps://pkg.go.dev/builtin#string
Timespechttps://pkg.go.dev/syscall#Timespec
errorhttps://pkg.go.dev/builtin#error
Wait4https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=509
https://pkg.go.dev/syscall#Wait4
inthttps://pkg.go.dev/builtin#int
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
inthttps://pkg.go.dev/builtin#int
Rusagehttps://pkg.go.dev/syscall#Rusage
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
Writehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=201
https://pkg.go.dev/syscall#Write
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/syscall#pkg-types
Cmsghdrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=242
https://pkg.go.dev/syscall#Cmsghdr
uint64https://pkg.go.dev/builtin#uint64
int32https://pkg.go.dev/builtin#int32
int32https://pkg.go.dev/builtin#int32
SetLenhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=120
https://pkg.go.dev/syscall#Cmsghdr.SetLen
Cmsghdrhttps://pkg.go.dev/syscall#Cmsghdr
inthttps://pkg.go.dev/builtin#int
Connhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/net.go;l=31
https://pkg.go.dev/syscall#Conn
RawConnhttps://pkg.go.dev/syscall#RawConn
errorhttps://pkg.go.dev/builtin#error
Credentialhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=124
https://pkg.go.dev/syscall#Credential
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
boolhttps://pkg.go.dev/builtin#bool
StartProcesshttps://pkg.go.dev/syscall#StartProcess
Direnthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=132
https://pkg.go.dev/syscall#Dirent
uint64https://pkg.go.dev/builtin#uint64
int64https://pkg.go.dev/builtin#int64
uint16https://pkg.go.dev/builtin#uint16
uint8https://pkg.go.dev/builtin#uint8
int8https://pkg.go.dev/builtin#int8
bytehttps://pkg.go.dev/builtin#byte
EpollEventhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=585
https://pkg.go.dev/syscall#EpollEvent
uint32https://pkg.go.dev/builtin#uint32
int32https://pkg.go.dev/builtin#int32
int32https://pkg.go.dev/builtin#int32
Errnohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=108
https://pkg.go.dev/syscall#Errno
uintptrhttps://pkg.go.dev/builtin#uintptr
errors.Ishttps://pkg.go.dev/errors#Is
AllThreadsSyscallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1123
https://pkg.go.dev/syscall#AllThreadsSyscall
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
ENOTSUPhttps://pkg.go.dev/syscall#ENOTSUP
AllThreadsSyscall6https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=1135
https://pkg.go.dev/syscall#AllThreadsSyscall6
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
AllThreadsSyscallhttps://pkg.go.dev/syscall#AllThreadsSyscall
RawSyscallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=55
https://pkg.go.dev/syscall#RawSyscall
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
RawSyscall6https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=63
https://pkg.go.dev/syscall#RawSyscall6
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
Syscallhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=73
https://pkg.go.dev/syscall#Syscall
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
Syscall6https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=95
https://pkg.go.dev/syscall#Syscall6
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
Errnohttps://pkg.go.dev/syscall#Errno
Errorhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=110
https://pkg.go.dev/syscall#Errno.Error
Errnohttps://pkg.go.dev/syscall#Errno
stringhttps://pkg.go.dev/builtin#string
Ishttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=120
https://pkg.go.dev/syscall#Errno.Is
Errnohttps://pkg.go.dev/syscall#Errno
errorhttps://pkg.go.dev/builtin#error
boolhttps://pkg.go.dev/builtin#bool
Temporaryhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=134
https://pkg.go.dev/syscall#Errno.Temporary
Errnohttps://pkg.go.dev/syscall#Errno
boolhttps://pkg.go.dev/builtin#bool
Timeouthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=138
https://pkg.go.dev/syscall#Errno.Timeout
Errnohttps://pkg.go.dev/syscall#Errno
boolhttps://pkg.go.dev/builtin#bool
FdSethttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=544
https://pkg.go.dev/syscall#FdSet
int64https://pkg.go.dev/builtin#int64
Flock_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=145
https://pkg.go.dev/syscall#Flock_t
int16https://pkg.go.dev/builtin#int16
int16https://pkg.go.dev/builtin#int16
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
Fsidhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=141
https://pkg.go.dev/syscall#Fsid
int32https://pkg.go.dev/builtin#int32
ICMPv6Filterhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=264
https://pkg.go.dev/syscall#ICMPv6Filter
uint32https://pkg.go.dev/builtin#uint32
GetsockoptICMPv6Filterhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=752
https://pkg.go.dev/syscall#GetsockoptICMPv6Filter
inthttps://pkg.go.dev/builtin#int
ICMPv6Filterhttps://pkg.go.dev/syscall#ICMPv6Filter
errorhttps://pkg.go.dev/builtin#error
IPMreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=214
https://pkg.go.dev/syscall#IPMreq
bytehttps://pkg.go.dev/builtin#byte
bytehttps://pkg.go.dev/builtin#byte
GetsockoptIPMreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=724
https://pkg.go.dev/syscall#GetsockoptIPMreq
inthttps://pkg.go.dev/builtin#int
IPMreqhttps://pkg.go.dev/syscall#IPMreq
errorhttps://pkg.go.dev/builtin#error
IPMreqnhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=219
https://pkg.go.dev/syscall#IPMreqn
bytehttps://pkg.go.dev/builtin#byte
bytehttps://pkg.go.dev/builtin#byte
int32https://pkg.go.dev/builtin#int32
GetsockoptIPMreqnhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=731
https://pkg.go.dev/syscall#GetsockoptIPMreqn
inthttps://pkg.go.dev/builtin#int
IPMreqnhttps://pkg.go.dev/syscall#IPMreqn
errorhttps://pkg.go.dev/builtin#error
IPv6MTUInfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=259
https://pkg.go.dev/syscall#IPv6MTUInfo
RawSockaddrInet6https://pkg.go.dev/syscall#RawSockaddrInet6
uint32https://pkg.go.dev/builtin#uint32
GetsockoptIPv6MTUInfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=745
https://pkg.go.dev/syscall#GetsockoptIPv6MTUInfo
inthttps://pkg.go.dev/builtin#int
IPv6MTUInfohttps://pkg.go.dev/syscall#IPv6MTUInfo
errorhttps://pkg.go.dev/builtin#error
IPv6Mreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=225
https://pkg.go.dev/syscall#IPv6Mreq
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
GetsockoptIPv6Mreqhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=738
https://pkg.go.dev/syscall#GetsockoptIPv6Mreq
inthttps://pkg.go.dev/builtin#int
IPv6Mreqhttps://pkg.go.dev/syscall#IPv6Mreq
errorhttps://pkg.go.dev/builtin#error
IfAddrmsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=459
https://pkg.go.dev/syscall#IfAddrmsg
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint32https://pkg.go.dev/builtin#uint32
IfInfomsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=450
https://pkg.go.dev/syscall#IfInfomsg
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint16https://pkg.go.dev/builtin#uint16
int32https://pkg.go.dev/builtin#int32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
Inet4Pktinfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=248
https://pkg.go.dev/syscall#Inet4Pktinfo
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
bytehttps://pkg.go.dev/builtin#byte
Inet6Pktinfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=254
https://pkg.go.dev/syscall#Inet6Pktinfo
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
InotifyEventhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=504
https://pkg.go.dev/syscall#InotifyEvent
int32https://pkg.go.dev/builtin#int32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint8https://pkg.go.dev/builtin#uint8
Iovechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=209
https://pkg.go.dev/syscall#Iovec
bytehttps://pkg.go.dev/builtin#byte
uint64https://pkg.go.dev/builtin#uint64
SetLenhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=112
https://pkg.go.dev/syscall#Iovec.SetLen
Iovechttps://pkg.go.dev/syscall#Iovec
inthttps://pkg.go.dev/builtin#int
Lingerhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=204
https://pkg.go.dev/syscall#Linger
int32https://pkg.go.dev/builtin#int32
int32https://pkg.go.dev/builtin#int32
Msghdrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=230
https://pkg.go.dev/syscall#Msghdr
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
bytehttps://pkg.go.dev/builtin#byte
Iovechttps://pkg.go.dev/syscall#Iovec
uint64https://pkg.go.dev/builtin#uint64
bytehttps://pkg.go.dev/builtin#byte
uint64https://pkg.go.dev/builtin#uint64
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
SetControllenhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=116
https://pkg.go.dev/syscall#Msghdr.SetControllen
Msghdrhttps://pkg.go.dev/syscall#Msghdr
inthttps://pkg.go.dev/builtin#int
NetlinkMessagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=118
https://pkg.go.dev/syscall#NetlinkMessage
NlMsghdrhttps://pkg.go.dev/syscall#NlMsghdr
bytehttps://pkg.go.dev/builtin#byte
ParseNetlinkMessagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=125
https://pkg.go.dev/syscall#ParseNetlinkMessage
bytehttps://pkg.go.dev/builtin#byte
NetlinkMessagehttps://pkg.go.dev/syscall#NetlinkMessage
errorhttps://pkg.go.dev/builtin#error
NetlinkRouteAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=149
https://pkg.go.dev/syscall#NetlinkRouteAttr
RtAttrhttps://pkg.go.dev/syscall#RtAttr
bytehttps://pkg.go.dev/builtin#byte
ParseNetlinkRouteAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=157
https://pkg.go.dev/syscall#ParseNetlinkRouteAttr
NetlinkMessagehttps://pkg.go.dev/syscall#NetlinkMessage
NetlinkRouteAttrhttps://pkg.go.dev/syscall#NetlinkRouteAttr
errorhttps://pkg.go.dev/builtin#error
NetlinkRouteRequesthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go;l=27
https://pkg.go.dev/syscall#NetlinkRouteRequest
NlMsghdrhttps://pkg.go.dev/syscall#NlMsghdr
RtGenmsghttps://pkg.go.dev/syscall#RtGenmsg
NlAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=440
https://pkg.go.dev/syscall#NlAttr
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
NlMsgerrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=431
https://pkg.go.dev/syscall#NlMsgerr
int32https://pkg.go.dev/builtin#int32
NlMsghdrhttps://pkg.go.dev/syscall#NlMsghdr
NlMsghdrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=423
https://pkg.go.dev/syscall#NlMsghdr
uint32https://pkg.go.dev/builtin#uint32
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
ProcAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go;l=133
https://pkg.go.dev/syscall#ProcAttr
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
uintptrhttps://pkg.go.dev/builtin#uintptr
SysProcAttrhttps://pkg.go.dev/syscall#SysProcAttr
StartProcesshttps://pkg.go.dev/syscall#StartProcess
PtraceRegshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=514
https://pkg.go.dev/syscall#PtraceRegs
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
PChttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=108
https://pkg.go.dev/syscall#PtraceRegs.PC
PtraceRegshttps://pkg.go.dev/syscall#PtraceRegs
uint64https://pkg.go.dev/builtin#uint64
SetPChttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=110
https://pkg.go.dev/syscall#PtraceRegs.SetPC
PtraceRegshttps://pkg.go.dev/syscall#PtraceRegs
uint64https://pkg.go.dev/builtin#uint64
RawConnhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/net.go;l=8
https://pkg.go.dev/syscall#RawConn
uintptrhttps://pkg.go.dev/builtin#uintptr
errorhttps://pkg.go.dev/builtin#error
uintptrhttps://pkg.go.dev/builtin#uintptr
boolhttps://pkg.go.dev/builtin#bool
errorhttps://pkg.go.dev/builtin#error
uintptrhttps://pkg.go.dev/builtin#uintptr
boolhttps://pkg.go.dev/builtin#bool
errorhttps://pkg.go.dev/builtin#error
RawSockaddrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=192
https://pkg.go.dev/syscall#RawSockaddr
uint16https://pkg.go.dev/builtin#uint16
int8https://pkg.go.dev/builtin#int8
RawSockaddrAnyhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=197
https://pkg.go.dev/syscall#RawSockaddrAny
RawSockaddrhttps://pkg.go.dev/syscall#RawSockaddr
int8https://pkg.go.dev/builtin#int8
RawSockaddrInet4https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=155
https://pkg.go.dev/syscall#RawSockaddrInet4
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
bytehttps://pkg.go.dev/builtin#byte
uint8https://pkg.go.dev/builtin#uint8
RawSockaddrInet6https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=162
https://pkg.go.dev/syscall#RawSockaddrInet6
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
uint32https://pkg.go.dev/builtin#uint32
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
RawSockaddrLinklayerhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=175
https://pkg.go.dev/syscall#RawSockaddrLinklayer
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
int32https://pkg.go.dev/builtin#int32
uint16https://pkg.go.dev/builtin#uint16
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
RawSockaddrNetlinkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=185
https://pkg.go.dev/syscall#RawSockaddrNetlink
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
RawSockaddrUnixhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=170
https://pkg.go.dev/syscall#RawSockaddrUnix
uint16https://pkg.go.dev/builtin#uint16
int8https://pkg.go.dev/builtin#int8
Rlimithttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=92
https://pkg.go.dev/syscall#Rlimit
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
RtAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=445
https://pkg.go.dev/syscall#RtAttr
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
RtGenmsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=436
https://pkg.go.dev/syscall#RtGenmsg
uint8https://pkg.go.dev/builtin#uint8
RtMsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=467
https://pkg.go.dev/syscall#RtMsg
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint32https://pkg.go.dev/builtin#uint32
RtNexthophttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=479
https://pkg.go.dev/syscall#RtNexthop
uint16https://pkg.go.dev/builtin#uint16
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
int32https://pkg.go.dev/builtin#int32
Rusagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=73
https://pkg.go.dev/syscall#Rusage
Timevalhttps://pkg.go.dev/syscall#Timeval
Timevalhttps://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Signalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=168
https://pkg.go.dev/syscall#Signal
inthttps://pkg.go.dev/builtin#int
os.Signalhttps://pkg.go.dev/os#Signal
Signalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=170
https://pkg.go.dev/syscall#Signal.Signal
Signalhttps://pkg.go.dev/syscall#Signal
Stringhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=172
https://pkg.go.dev/syscall#Signal.String
Signalhttps://pkg.go.dev/syscall#Signal
stringhttps://pkg.go.dev/builtin#string
SockFilterhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=491
https://pkg.go.dev/syscall#SockFilter
uint16https://pkg.go.dev/builtin#uint16
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint32https://pkg.go.dev/builtin#uint32
LsfJumphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=19
inthttps://pkg.go.dev/builtin#int
SockFilterhttps://pkg.go.dev/syscall#SockFilter
LsfStmthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go;l=14
inthttps://pkg.go.dev/builtin#int
SockFilterhttps://pkg.go.dev/syscall#SockFilter
SockFproghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=498
https://pkg.go.dev/syscall#SockFprog
uint16https://pkg.go.dev/builtin#uint16
bytehttps://pkg.go.dev/builtin#byte
SockFilterhttps://pkg.go.dev/syscall#SockFilter
Sockaddrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=265
https://pkg.go.dev/syscall#Sockaddr
Accepthttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=687
https://pkg.go.dev/syscall#Accept
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Accept4https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=691
https://pkg.go.dev/syscall#Accept4
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Getpeernamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=303
https://pkg.go.dev/syscall#Getpeername
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Getsocknamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=709
https://pkg.go.dev/syscall#Getsockname
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Recvfromhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=319
https://pkg.go.dev/syscall#Recvfrom
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
Recvmsghttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=385
https://pkg.go.dev/syscall#Recvmsg
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Sockaddrhttps://pkg.go.dev/syscall#Sockaddr
errorhttps://pkg.go.dev/builtin#error
SockaddrInet4https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=269
https://pkg.go.dev/syscall#SockaddrInet4
inthttps://pkg.go.dev/builtin#int
bytehttps://pkg.go.dev/builtin#byte
SockaddrInet6https://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=275
https://pkg.go.dev/syscall#SockaddrInet6
inthttps://pkg.go.dev/builtin#int
uint32https://pkg.go.dev/builtin#uint32
bytehttps://pkg.go.dev/builtin#byte
SockaddrLinklayerhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=581
https://pkg.go.dev/syscall#SockaddrLinklayer
uint16https://pkg.go.dev/builtin#uint16
inthttps://pkg.go.dev/builtin#int
uint16https://pkg.go.dev/builtin#uint16
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
bytehttps://pkg.go.dev/builtin#byte
SockaddrNetlinkhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=605
https://pkg.go.dev/syscall#SockaddrNetlink
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
SockaddrUnixhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go;l=282
https://pkg.go.dev/syscall#SockaddrUnix
stringhttps://pkg.go.dev/builtin#string
SocketControlMessagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=32
https://pkg.go.dev/syscall#SocketControlMessage
Cmsghdrhttps://pkg.go.dev/syscall#Cmsghdr
bytehttps://pkg.go.dev/builtin#byte
ParseSocketControlMessagehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go;l=39
https://pkg.go.dev/syscall#ParseSocketControlMessage
bytehttps://pkg.go.dev/builtin#byte
SocketControlMessagehttps://pkg.go.dev/syscall#SocketControlMessage
errorhttps://pkg.go.dev/builtin#error
Stat_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=99
https://pkg.go.dev/syscall#Stat_t
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
int32https://pkg.go.dev/builtin#int32
uint64https://pkg.go.dev/builtin#uint64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Timespechttps://pkg.go.dev/syscall#Timespec
Timespechttps://pkg.go.dev/syscall#Timespec
Timespechttps://pkg.go.dev/syscall#Timespec
int64https://pkg.go.dev/builtin#int64
Statfs_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=117
https://pkg.go.dev/syscall#Statfs_t
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
Fsidhttps://pkg.go.dev/syscall#Fsid
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
SysProcAttrhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_linux.go;l=67
https://pkg.go.dev/syscall#SysProcAttr
stringhttps://pkg.go.dev/builtin#string
Credentialhttps://pkg.go.dev/syscall#Credential
boolhttps://pkg.go.dev/builtin#bool
boolhttps://pkg.go.dev/builtin#bool
boolhttps://pkg.go.dev/builtin#bool
boolhttps://pkg.go.dev/builtin#bool
boolhttps://pkg.go.dev/builtin#bool
inthttps://pkg.go.dev/builtin#int
boolhttps://pkg.go.dev/builtin#bool
inthttps://pkg.go.dev/builtin#int
https://go.dev/issue/27505https://go.dev/issue/27505
Signalhttps://pkg.go.dev/syscall#Signal
uintptrhttps://pkg.go.dev/builtin#uintptr
uintptrhttps://pkg.go.dev/builtin#uintptr
SysProcIDMaphttps://pkg.go.dev/syscall#SysProcIDMap
SysProcIDMaphttps://pkg.go.dev/syscall#SysProcIDMap
boolhttps://pkg.go.dev/builtin#bool
uintptrhttps://pkg.go.dev/builtin#uintptr
boolhttps://pkg.go.dev/builtin#bool
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
SysProcIDMaphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_linux.go;l=61
https://pkg.go.dev/syscall#SysProcIDMap
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
inthttps://pkg.go.dev/builtin#int
Sysinfo_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=548
https://pkg.go.dev/syscall#Sysinfo_t
int64https://pkg.go.dev/builtin#int64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint16https://pkg.go.dev/builtin#uint16
uint16https://pkg.go.dev/builtin#uint16
bytehttps://pkg.go.dev/builtin#byte
uint64https://pkg.go.dev/builtin#uint64
uint64https://pkg.go.dev/builtin#uint64
uint32https://pkg.go.dev/builtin#uint32
bytehttps://pkg.go.dev/builtin#byte
bytehttps://pkg.go.dev/builtin#byte
TCPInfohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=274
https://pkg.go.dev/syscall#TCPInfo
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
Termioshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=605
https://pkg.go.dev/syscall#Termios
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
uint8https://pkg.go.dev/builtin#uint8
uint8https://pkg.go.dev/builtin#uint8
bytehttps://pkg.go.dev/builtin#byte
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
Time_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=59
https://pkg.go.dev/syscall#Time_t
int64https://pkg.go.dev/builtin#int64
Timehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go;l=85
https://pkg.go.dev/syscall#Time
Time_thttps://pkg.go.dev/syscall#Time_t
Time_thttps://pkg.go.dev/syscall#Time_t
errorhttps://pkg.go.dev/builtin#error
Timespechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=22
https://pkg.go.dev/syscall#Timespec
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
NsecToTimespechttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/timestruct.go;l=13
https://pkg.go.dev/syscall#NsecToTimespec
int64https://pkg.go.dev/builtin#int64
Timespechttps://pkg.go.dev/syscall#Timespec
Timespechttps://pkg.go.dev/syscall#Timespec
Nanohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=90
https://pkg.go.dev/syscall#Timespec.Nano
Timespechttps://pkg.go.dev/syscall#Timespec
int64https://pkg.go.dev/builtin#int64
Unixhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=80
https://pkg.go.dev/syscall#Timespec.Unix
Timespechttps://pkg.go.dev/syscall#Timespec
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Timevalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=27
https://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
NsecToTimevalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/timestruct.go;l=27
https://pkg.go.dev/syscall#NsecToTimeval
int64https://pkg.go.dev/builtin#int64
Timevalhttps://pkg.go.dev/syscall#Timeval
Timevalhttps://pkg.go.dev/syscall#Timeval
Nanohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=95
https://pkg.go.dev/syscall#Timeval.Nano
Timevalhttps://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
Unixhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go;l=85
https://pkg.go.dev/syscall#Timeval.Unix
Timevalhttps://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Timexhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=32
https://pkg.go.dev/syscall#Timex
uint32https://pkg.go.dev/builtin#uint32
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Timevalhttps://pkg.go.dev/syscall#Timeval
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
Tmshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=61
https://pkg.go.dev/syscall#Tms
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Ucredhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=268
https://pkg.go.dev/syscall#Ucred
int32https://pkg.go.dev/builtin#int32
uint32https://pkg.go.dev/builtin#uint32
uint32https://pkg.go.dev/builtin#uint32
GetsockoptUcredhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=759
https://pkg.go.dev/syscall#GetsockoptUcred
inthttps://pkg.go.dev/builtin#int
Ucredhttps://pkg.go.dev/syscall#Ucred
errorhttps://pkg.go.dev/builtin#error
ParseUnixCredentialshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_linux.go;l=27
https://pkg.go.dev/syscall#ParseUnixCredentials
SocketControlMessagehttps://pkg.go.dev/syscall#SocketControlMessage
Ucredhttps://pkg.go.dev/syscall#Ucred
errorhttps://pkg.go.dev/builtin#error
Ustat_thttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=576
https://pkg.go.dev/syscall#Ustat_t
int32https://pkg.go.dev/builtin#int32
bytehttps://pkg.go.dev/builtin#byte
uint64https://pkg.go.dev/builtin#uint64
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
bytehttps://pkg.go.dev/builtin#byte
Utimbufhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=68
https://pkg.go.dev/syscall#Utimbuf
int64https://pkg.go.dev/builtin#int64
int64https://pkg.go.dev/builtin#int64
Utsnamehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go;l=567
https://pkg.go.dev/syscall#Utsname
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
int8https://pkg.go.dev/builtin#int8
WaitStatushttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=450
https://pkg.go.dev/syscall#WaitStatus
uint32https://pkg.go.dev/builtin#uint32
Continuedhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=475
https://pkg.go.dev/syscall#WaitStatus.Continued
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
boolhttps://pkg.go.dev/builtin#bool
CoreDumphttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=477
https://pkg.go.dev/syscall#WaitStatus.CoreDump
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
boolhttps://pkg.go.dev/builtin#bool
ExitStatushttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=479
https://pkg.go.dev/syscall#WaitStatus.ExitStatus
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
inthttps://pkg.go.dev/builtin#int
Exitedhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=469
https://pkg.go.dev/syscall#WaitStatus.Exited
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
boolhttps://pkg.go.dev/builtin#bool
Signalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=486
https://pkg.go.dev/syscall#WaitStatus.Signal
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
Signalhttps://pkg.go.dev/syscall#Signal
Signaledhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=471
https://pkg.go.dev/syscall#WaitStatus.Signaled
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
boolhttps://pkg.go.dev/builtin#bool
StopSignalhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=493
https://pkg.go.dev/syscall#WaitStatus.StopSignal
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
Signalhttps://pkg.go.dev/syscall#Signal
Stoppedhttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=473
https://pkg.go.dev/syscall#WaitStatus.Stopped
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
boolhttps://pkg.go.dev/builtin#bool
TrapCausehttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go;l=500
https://pkg.go.dev/syscall#WaitStatus.TrapCause
WaitStatushttps://pkg.go.dev/syscall#WaitStatus
inthttps://pkg.go.dev/builtin#int
https://pkg.go.dev/syscall#section-sourcefiles
View all Source fileshttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall
badlinkname_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/badlinkname_unix.go
dirent.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/dirent.go
env_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/env_unix.go
exec_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_linux.go
exec_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/exec_unix.go
flock_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/flock_linux.go
forkpipe2.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/forkpipe2.go
linkname_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/linkname_unix.go
lsf_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/lsf_linux.go
net.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/net.go
netlink_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/netlink_linux.go
rlimit.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/rlimit.go
rlimit_stub.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/rlimit_stub.go
setuidgid_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/setuidgid_linux.go
sockcmsg_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_linux.go
sockcmsg_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix.go
sockcmsg_unix_other.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/sockcmsg_unix_other.go
syscall.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall.go
syscall_linux.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux.go
syscall_linux_amd64.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_linux_amd64.go
syscall_unix.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/syscall_unix.go
time_nofake.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/time_nofake.go
timestruct.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/timestruct.go
zerrors_linux_amd64.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zerrors_linux_amd64.go
zsyscall_linux_amd64.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsyscall_linux_amd64.go
zsysnum_linux_amd64.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/zsysnum_linux_amd64.go
ztypes_linux_amd64.gohttps://cs.opensource.google/go/go/+/go1.26.4:src/syscall/ztypes_linux_amd64.go
https://pkg.go.dev/syscall#section-directories
jshttps://pkg.go.dev/syscall/js@go1.26.4
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.