Documentation
¶
Index ¶
- func Accept(fd int) (nfd int, sa unix.Sockaddr, err error)
- func Accept4(fd int, flags int) (nfd int, sa unix.Sockaddr, err error)
- func Access(path string, mode uint32) (err error)
- func Acct(path string) (err error)
- func AddKey(keyType string, description string, payload []byte, ringid int) (id int, err error)
- func Adjtimex(buf *unix.Timex) (state int, err error)
- func Bind(fd int, sa unix.Sockaddr) (err error)
- func BindToDevice(fd int, device string) (err error)
- func BytePtrFromString(s string) (*byte, error)
- func ByteSliceFromString(s string) ([]byte, error)
- func Capget(hdr *unix.CapUserHeader, data *unix.CapUserData) (err error)
- func Capset(hdr *unix.CapUserHeader, data *unix.CapUserData) (err error)
- func Chdir(path string) (err error)
- func Chmod(path string, mode uint32) (err error)
- func Chown(path string, uid int, gid int) (err error)
- func Chroot(path string) (err error)
- func Clearenv()
- func ClockGetres(clockid int32, res *unix.Timespec) (err error)
- func ClockGettime(clockid int32, time *unix.Timespec) (err error)
- func ClockNanosleep(clockid int32, flags int, request *unix.Timespec, remain *unix.Timespec) (err error)
- func Close(fd int) (err error)
- func CloseOnExec(fd int)
- func CmsgLen(datalen int) int
- func CmsgSpace(datalen int) int
- func Connect(fd int, sa unix.Sockaddr) (err error)
- func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
- func Creat(path string, mode uint32) (fd int, err error)
- func DeleteModule(name string, flags int) (err error)
- func Dup(oldfd int) (fd int, err error)
- func Dup2(oldfd int, newfd int) (err error)
- func Dup3(oldfd int, newfd int, flags int) (err error)
- func Environ() []string
- func EpollCreate(size int) (fd int, err error)
- func EpollCreate1(flag int) (fd int, err error)
- func EpollCtl(epfd int, op int, fd int, event *unix.EpollEvent) (err error)
- func EpollWait(epfd int, events []unix.EpollEvent, msec int) (n int, err error)
- func ErrnoName(e syscall.Errno) string
- func Eventfd(initval uint, flags int) (fd int, err error)
- func Exec(argv0 string, argv []string, envv []string) error
- func Exit(code int)
- func Faccessat(dirfd int, path string, mode uint32, flags int) (err error)
- func Fadvise(fd int, offset int64, length int64, advice int) (err error)
- func Fallocate(fd int, mode uint32, off int64, len int64) (err error)
- func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error)
- func FanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname string) (err error)
- func Fchdir(fd int) (err error)
- func Fchmod(fd int, mode uint32) (err error)
- func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error)
- func Fchown(fd int, uid int, gid int) (err error)
- func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error)
- func FcntlFlock(fd uintptr, cmd int, lk *unix.Flock_t) error
- func FcntlInt(fd uintptr, cmd, arg int) (int, error)
- func Fdatasync(fd int) (err error)
- func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error)
- func FinitModule(fd int, params string, flags int) (err error)
- func Flistxattr(fd int, dest []byte) (sz int, err error)
- func Flock(fd int, how int) (err error)
- func Fremovexattr(fd int, attr string) (err error)
- func Fsetxattr(fd int, attr string, dest []byte, flags int) (err error)
- func Fstat(fd int, stat *unix.Stat_t) (err error)
- func Fstatat(dirfd int, path string, stat *unix.Stat_t, flags int) (err error)
- func Fstatfs(fd int, buf *unix.Statfs_t) (err error)
- func Fsync(fd int) (err error)
- func Ftruncate(fd int, length int64) (err error)
- func Futimes(fd int, tv []unix.Timeval) (err error)
- func Futimesat(dirfd int, path string, tv []unix.Timeval) error
- func Getcwd(buf []byte) (n int, err error)
- func Getdents(fd int, buf []byte) (n int, err error)
- func Getegid() (egid int)
- func Getenv(key string) (value string, found bool)
- func Geteuid() (euid int)
- func Getgid() (gid int)
- func Getgroups() (gids []int, err error)
- func Getpagesize() int
- func Getpeername(fd int) (sa unix.Sockaddr, err error)
- func Getpgid(pid int) (pgid int, err error)
- func Getpgrp() (pid int)
- func Getpid() (pid int)
- func Getppid() (ppid int)
- func Getpriority(which int, who int) (prio int, err error)
- func Getrandom(buf []byte, flags int) (n int, err error)
- func Getrlimit(resource int, rlim *unix.Rlimit) (err error)
- func Getrusage(who int, rusage *unix.Rusage) (err error)
- func Getsid(pid int) (sid int, err error)
- func Getsockname(fd int) (sa unix.Sockaddr, err error)
- func GetsockoptByte(fd, level, opt int) (value byte, err error)
- func GetsockoptICMPv6Filter(fd, level, opt int) (*unix.ICMPv6Filter, error)
- func GetsockoptIPMreq(fd, level, opt int) (*unix.IPMreq, error)
- func GetsockoptIPMreqn(fd, level, opt int) (*unix.IPMreqn, error)
- func GetsockoptIPv6MTUInfo(fd, level, opt int) (*unix.IPv6MTUInfo, error)
- func GetsockoptIPv6Mreq(fd, level, opt int) (*unix.IPv6Mreq, error)
- func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error)
- func GetsockoptInt(fd, level, opt int) (value int, err error)
- func GetsockoptLinger(fd, level, opt int) (*unix.Linger, error)
- func GetsockoptString(fd, level, opt int) (string, error)
- func GetsockoptTCPInfo(fd, level, opt int) (*unix.TCPInfo, error)
- func GetsockoptTimeval(fd, level, opt int) (*unix.Timeval, error)
- func GetsockoptTpacketStats(fd, level, opt int) (*unix.TpacketStats, error)
- func GetsockoptTpacketStatsV3(fd, level, opt int) (*unix.TpacketStatsV3, error)
- func GetsockoptUcred(fd, level, opt int) (*unix.Ucred, error)
- func GetsockoptUint64(fd, level, opt int) (value uint64, err error)
- func Gettid() (tid int)
- func Gettimeofday(tv *unix.Timeval) (err error)
- func Getuid() (uid int)
- func Getwd() (wd string, err error)
- func Getxattr(path string, attr string, dest []byte) (sz int, err error)
- func InitModule(moduleImage []byte, params string) (err error)
- func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error)
- func InotifyInit() (fd int, err error)
- func InotifyInit1(flags int) (fd int, err error)
- func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error)
- func IoctlGetInt(fd int, req uint) (int, error)
- func IoctlGetRTCTime(fd int) (*unix.RTCTime, error)
- func IoctlGetTermios(fd int, req uint) (*unix.Termios, error)
- func IoctlGetUint32(fd int, req uint) (uint32, error)
- func IoctlGetWinsize(fd int, req uint) (*unix.Winsize, error)
- func IoctlRetInt(fd int, req uint) (int, error)
- func IoctlSetInt(fd int, req uint, value int) error
- func IoctlSetPointerInt(fd int, req uint, value int) error
- func IoctlSetRTCTime(fd int, value *unix.RTCTime) error
- func IoctlSetTermios(fd int, req uint, value *unix.Termios) error
- func IoctlSetWinsize(fd int, req uint, value *unix.Winsize) error
- func Ioperm(from int, num int, on int) (err error)
- func Iopl(level int) (err error)
- func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int) error
- func KeyctlBuffer(cmd int, arg2 int, buf []byte, arg5 int) (ret int, err error)
- func KeyctlDHCompute(params *unix.KeyctlDHParams, buffer []byte) (size int, err error)
- func KeyctlGetKeyringID(id int, create bool) (ringid int, err error)
- func KeyctlInstantiateIOV(id int, payload []unix.Iovec, ringid int) error
- func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int, err error)
- func KeyctlJoinSessionKeyring(name string) (ringid int, err error)
- func KeyctlRestrictKeyring(ringid int, keyType string, restriction string) error
- func KeyctlSearch(ringid int, keyType, description string, destRingid int) (id int, err error)
- func KeyctlSetperm(id int, perm uint32) error
- func KeyctlString(cmd int, id int) (string, error)
- func Kill(pid int, sig syscall.Signal) (err error)
- func Klogctl(typ int, buf []byte) (n int, err error)
- func Klogset(typ int, arg int) (err error)
- func Lchown(path string, uid int, gid int) (err error)
- func Lgetxattr(path string, attr string, dest []byte) (sz int, err error)
- func Link(oldpath string, newpath string) (err error)
- func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error)
- func Listen(s int, n int) (err error)
- func Listxattr(path string, dest []byte) (sz int, err error)
- func Llistxattr(path string, dest []byte) (sz int, err error)
- func Lremovexattr(path string, attr string) (err error)
- func Lsetxattr(path string, attr string, data []byte, flags int) (err error)
- func Lstat(path string, stat *unix.Stat_t) (err error)
- func Lutimes(path string, tv []unix.Timeval) error
- func Madvise(b []byte, advice int) (err error)
- func Major(dev uint64) uint32
- func MemfdCreate(name string, flags int) (fd int, err error)
- func Minor(dev uint64) uint32
- func Mkdev(major, minor uint32) uint64
- func Mkdir(path string, mode uint32) (err error)
- func Mkdirat(dirfd int, path string, mode uint32) (err error)
- func Mkfifo(path string, mode uint32) error
- func Mkfifoat(dirfd int, path string, mode uint32) error
- func Mknod(path string, mode uint32, dev int) (err error)
- func Mknodat(dirfd int, path string, mode uint32, dev int) (err error)
- func Mlock(b []byte) (err error)
- func Mlockall(flags int) (err error)
- func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)
- func Mount(source string, target string, fstype string, flags uintptr, data string) (err error)
- func Mprotect(b []byte, prot int) (err error)
- func Msync(b []byte, flags int) (err error)
- func Munlock(b []byte) (err error)
- func Munlockall() (err error)
- func Munmap(b []byte) (err error)
- func NameToHandleAt(dirfd int, path string, flags int) (handle unix.FileHandle, mountID int, err error)
- func Nanosleep(time *unix.Timespec, leftover *unix.Timespec) (err error)
- func NewFileHandle(handleType int32, handle []byte) unix.FileHandle
- func NsecToTimespec(nsec int64) unix.Timespec
- func NsecToTimeval(nsec int64) unix.Timeval
- func Open(path string, mode int, perm uint32) (fd int, err error)
- func OpenByHandleAt(mountFD int, handle unix.FileHandle, flags int) (fd int, err error)
- func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err error)
- func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string)
- func ParseSocketControlMessage(b []byte) ([]unix.SocketControlMessage, error)
- func ParseUnixCredentials(m *unix.SocketControlMessage) (*unix.Ucred, error)
- func ParseUnixRights(m *unix.SocketControlMessage) ([]int, error)
- func Pause() (err error)
- func PerfEventOpen(attr *unix.PerfEventAttr, pid int, cpu int, groupFd int, flags int) (fd int, err error)
- func Pipe(p []int) (err error)
- func Pipe2(p []int, flags int) (err error)
- func PivotRoot(newroot string, putold string) (err error)
- func Poll(fds []unix.PollFd, timeout int) (n int, err error)
- func Ppoll(fds []unix.PollFd, timeout *unix.Timespec, sigmask *unix.Sigset_t) (n int, err error)
- func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr) (err error)
- func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 uintptr) (int, error)
- func Pread(fd int, p []byte, offset int64) (n int, err error)
- func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error)
- func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err error)
- func Pselect(nfd int, r *unix.FdSet, w *unix.FdSet, e *unix.FdSet, timeout *unix.Timespec, ...) (n int, err error)
- func PtraceAttach(pid int) (err error)
- func PtraceCont(pid int, signal int) (err error)
- func PtraceDetach(pid int) (err error)
- func PtraceGetEventMsg(pid int) (msg uint, err error)
- func PtraceGetRegs(pid int, regsout *unix.PtraceRegs) (err error)
- func PtraceGetRegs386(pid int, regsout *unix.PtraceRegs386) error
- func PtraceGetRegsAmd64(pid int, regsout *unix.PtraceRegsAmd64) error
- func PtraceInterrupt(pid int) (err error)
- func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err error)
- func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err error)
- func PtracePeekUser(pid int, addr uintptr, out []byte) (count int, err error)
- func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err error)
- func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err error)
- func PtracePokeUser(pid int, addr uintptr, data []byte) (count int, err error)
- func PtraceSeize(pid int) (err error)
- func PtraceSetOptions(pid int, options int) (err error)
- func PtraceSetRegs(pid int, regs *unix.PtraceRegs) (err error)
- func PtraceSetRegs386(pid int, regs *unix.PtraceRegs386) error
- func PtraceSetRegsAmd64(pid int, regs *unix.PtraceRegsAmd64) error
- func PtraceSingleStep(pid int) (err error)
- func PtraceSyscall(pid int, signal int) (err error)
- func Pwrite(fd int, p []byte, offset int64) (n int, err error)
- func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error)
- func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, err error)
- func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno)
- func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
- func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr)
- func Read(fd int, p []byte) (n int, err error)
- func ReadDirent(fd int, buf []byte) (n int, err error)
- func Readlink(path string, buf []byte) (n int, err error)
- func Readlinkat(dirfd int, path string, buf []byte) (n int, err error)
- func Readv(fd int, iovs [][]byte) (n int, err error)
- func Reboot(cmd int) (err error)
- func Recvfrom(fd int, p []byte, flags int) (n int, from unix.Sockaddr, err error)
- func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from unix.Sockaddr, err error)
- func Removexattr(path string, attr string) (err error)
- func Rename(oldpath string, newpath string) (err error)
- func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)
- func Renameat2(olddirfd int, oldpath string, newdirfd int, newpath string, flags uint) (err error)
- func RequestKey(keyType string, description string, callback string, destRingid int) (id int, err error)
- func Rmdir(path string) error
- func SchedGetaffinity(pid int, set *unix.CPUSet) error
- func SchedSetaffinity(pid int, set *unix.CPUSet) error
- func Seek(fd int, offset int64, whence int) (off int64, err error)
- func Select(nfd int, r *unix.FdSet, w *unix.FdSet, e *unix.FdSet, timeout *unix.Timeval) (n int, err error)
- func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error)
- func Sendmsg(fd int, p, oob []byte, to unix.Sockaddr, flags int) (err error)
- func SendmsgN(fd int, p, oob []byte, to unix.Sockaddr, flags int) (n int, err error)
- func Sendto(fd int, p []byte, flags int, to unix.Sockaddr) (err error)
- func SetNonblock(fd int, nonblocking bool) (err error)
- func Setdomainname(p []byte) (err error)
- func Setenv(key, value string) error
- func Setfsgid(gid int) error
- func SetfsgidRetGid(gid int) (int, error)
- func Setfsuid(uid int) error
- func SetfsuidRetUid(uid int) (int, error)
- func Setgid(uid int) (err error)
- func Setgroups(gids []int) (err error)
- func Sethostname(p []byte) (err error)
- func Setns(fd int, nstype int) (err error)
- func Setpgid(pid int, pgid int) (err error)
- func Setpriority(which int, who int, prio int) (err error)
- func Setregid(rgid int, egid int) (err error)
- func Setresgid(rgid int, egid int, sgid int) (err error)
- func Setresuid(ruid int, euid int, suid int) (err error)
- func Setreuid(ruid int, euid int) (err error)
- func Setrlimit(resource int, rlim *unix.Rlimit) (err error)
- func Setsid() (pid int, err error)
- func SetsockoptByte(fd, level, opt int, value byte) (err error)
- func SetsockoptCanRawFilter(fd, level, opt int, filter []unix.CanFilter) error
- func SetsockoptICMPv6Filter(fd, level, opt int, filter *unix.ICMPv6Filter) error
- func SetsockoptIPMreq(fd, level, opt int, mreq *unix.IPMreq) (err error)
- func SetsockoptIPMreqn(fd, level, opt int, mreq *unix.IPMreqn) (err error)
- func SetsockoptIPv6Mreq(fd, level, opt int, mreq *unix.IPv6Mreq) (err error)
- func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error)
- func SetsockoptInt(fd, level, opt int, value int) (err error)
- func SetsockoptLinger(fd, level, opt int, l *unix.Linger) (err error)
- func SetsockoptPacketMreq(fd, level, opt int, mreq *unix.PacketMreq) error
- func SetsockoptSockFprog(fd, level, opt int, fprog *unix.SockFprog) error
- func SetsockoptString(fd, level, opt int, s string) (err error)
- func SetsockoptTimeval(fd, level, opt int, tv *unix.Timeval) (err error)
- func SetsockoptTpacketReq(fd, level, opt int, tp *unix.TpacketReq) error
- func SetsockoptTpacketReq3(fd, level, opt int, tp *unix.TpacketReq3) error
- func SetsockoptUint64(fd, level, opt int, value uint64) (err error)
- func Settimeofday(tv *unix.Timeval) (err error)
- func Setuid(uid int) (err error)
- func Setxattr(path string, attr string, data []byte, flags int) (err error)
- func Shutdown(fd int, how int) (err error)
- func SignalName(s syscall.Signal) string
- func SignalNum(s string) syscall.Signal
- func Signalfd(fd int, sigmask *unix.Sigset_t, flags int) (newfd int, err error)
- func Socket(domain, typ, proto int) (fd int, err error)
- func Socketpair(domain, typ, proto int) (fd [2]int, err error)
- func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
- func Stat(path string, stat *unix.Stat_t) (err error)
- func Statfs(path string, buf *unix.Statfs_t) (err error)
- func Statx(dirfd int, path string, flags int, mask int, stat *unix.Statx_t) (err error)
- func Symlink(oldpath string, newpath string) (err error)
- func Symlinkat(oldpath string, newdirfd int, newpath string) (err error)
- func Sync()
- func SyncFileRange(fd int, off int64, n int64, flags int) (err error)
- func Syncfs(fd int) (err error)
- func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno)
- func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
- func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr)
- func Sysinfo(info *unix.Sysinfo_t) (err error)
- func Tee(rfd int, wfd int, len int, flags int) (n int64, err error)
- func Tgkill(tgid int, tid int, sig syscall.Signal) (err error)
- func Time(t *unix.Time_t) (tt unix.Time_t, err error)
- func TimeToTimespec(t time.Time) (unix.Timespec, error)
- func Times(tms *unix.Tms) (ticks uintptr, err error)
- func TimespecToNsec(ts unix.Timespec) int64
- func TimevalToNsec(tv unix.Timeval) int64
- func Truncate(path string, length int64) (err error)
- func Umask(mask int) (oldmask int)
- func Uname(buf *unix.Utsname) (err error)
- func UnixCredentials(ucred *unix.Ucred) []byte
- func UnixRights(fds int) []byte
- func Unlink(path string) error
- func Unlinkat(dirfd int, path string, flags int) (err error)
- func Unmount(target string, flags int) (err error)
- func Unsetenv(key string) error
- func Unshare(flags int) (err error)
- func Ustat(dev int, ubuf *unix.Ustat_t) (err error)
- func Utime(path string, buf *unix.Utimbuf) (err error)
- func Utimes(path string, tv []unix.Timeval) error
- func UtimesNano(path string, ts []unix.Timespec) error
- func UtimesNanoAt(dirfd int, path string, ts []unix.Timespec, flags int) error
- func Vmsplice(fd int, iovs []unix.Iovec, flags int) (int, error)
- func Wait4(pid int, wstatus *unix.WaitStatus, options int, rusage *unix.Rusage) (wpid int, err error)
- func Write(fd int, p []byte) (n int, err error)
- func Writev(fd int, iovs [][]byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Accept ¶
Accept is an alias of golang.org/x/sys/unix.Accept, wrapped to automatically retry on EINTR.
func Accept4 ¶
Accept4 is an alias of golang.org/x/sys/unix.Accept4, wrapped to automatically retry on EINTR.
func Access ¶
Access is an alias of golang.org/x/sys/unix.Access, wrapped to automatically retry on EINTR.
func Acct ¶
Acct is an alias of golang.org/x/sys/unix.Acct, wrapped to automatically retry on EINTR.
func AddKey ¶
AddKey is an alias of golang.org/x/sys/unix.AddKey, wrapped to automatically retry on EINTR.
func Adjtimex ¶
Adjtimex is an alias of golang.org/x/sys/unix.Adjtimex, wrapped to automatically retry on EINTR.
func Bind ¶
Bind is an alias of golang.org/x/sys/unix.Bind, wrapped to automatically retry on EINTR.
func BindToDevice ¶
BindToDevice is an alias of golang.org/x/sys/unix.BindToDevice, wrapped to automatically retry on EINTR.
func BytePtrFromString ¶
BytePtrFromString is an alias of golang.org/x/sys/unix.BytePtrFromString, wrapped to automatically retry on EINTR.
func ByteSliceFromString ¶
ByteSliceFromString is an alias of golang.org/x/sys/unix.ByteSliceFromString, wrapped to automatically retry on EINTR.
func Capget ¶
func Capget(hdr *unix.CapUserHeader, data *unix.CapUserData) (err error)
Capget is an alias of golang.org/x/sys/unix.Capget, wrapped to automatically retry on EINTR.
func Capset ¶
func Capset(hdr *unix.CapUserHeader, data *unix.CapUserData) (err error)
Capset is an alias of golang.org/x/sys/unix.Capset, wrapped to automatically retry on EINTR.
func Chdir ¶
Chdir is an alias of golang.org/x/sys/unix.Chdir, wrapped to automatically retry on EINTR.
func Chmod ¶
Chmod is an alias of golang.org/x/sys/unix.Chmod, wrapped to automatically retry on EINTR.
func Chown ¶
Chown is an alias of golang.org/x/sys/unix.Chown, wrapped to automatically retry on EINTR.
func Chroot ¶
Chroot is an alias of golang.org/x/sys/unix.Chroot, wrapped to automatically retry on EINTR.
func ClockGetres ¶
ClockGetres is an alias of golang.org/x/sys/unix.ClockGetres, wrapped to automatically retry on EINTR.
func ClockGettime ¶
ClockGettime is an alias of golang.org/x/sys/unix.ClockGettime, wrapped to automatically retry on EINTR.
func ClockNanosleep ¶
func ClockNanosleep(clockid int32, flags int, request *unix.Timespec, remain *unix.Timespec) (err error)
ClockNanosleep is an alias of golang.org/x/sys/unix.ClockNanosleep, wrapped to automatically retry on EINTR.
func Close ¶
Close is an alias of golang.org/x/sys/unix.Close. Does NOT retry on EINTR. See close(2) for the reason.
func CloseOnExec ¶
func CloseOnExec(fd int)
CloseOnExec is an alias of golang.org/x/sys/unix.CloseOnExec.
func Connect ¶
Connect is an alias of golang.org/x/sys/unix.Connect, wrapped to automatically retry on EINTR.
func CopyFileRange ¶
func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
CopyFileRange is an alias of golang.org/x/sys/unix.CopyFileRange, wrapped to automatically retry on EINTR.
func Creat ¶
Creat is an alias of golang.org/x/sys/unix.Creat, wrapped to automatically retry on EINTR.
func DeleteModule ¶
DeleteModule is an alias of golang.org/x/sys/unix.DeleteModule, wrapped to automatically retry on EINTR.
func Dup2 ¶
Dup2 is an alias of golang.org/x/sys/unix.Dup2, wrapped to automatically retry on EINTR.
func Dup3 ¶
Dup3 is an alias of golang.org/x/sys/unix.Dup3, wrapped to automatically retry on EINTR.
func EpollCreate ¶
EpollCreate is an alias of golang.org/x/sys/unix.EpollCreate, wrapped to automatically retry on EINTR.
func EpollCreate1 ¶
EpollCreate1 is an alias of golang.org/x/sys/unix.EpollCreate1, wrapped to automatically retry on EINTR.
func EpollCtl ¶
EpollCtl is an alias of golang.org/x/sys/unix.EpollCtl, wrapped to automatically retry on EINTR.
func EpollWait ¶
EpollWait is an alias of golang.org/x/sys/unix.EpollWait, wrapped to automatically retry on EINTR.
func Eventfd ¶
Eventfd is an alias of golang.org/x/sys/unix.Eventfd, wrapped to automatically retry on EINTR.
func Exec ¶
Exec is an alias of golang.org/x/sys/unix.Exec, wrapped to automatically retry on EINTR.
func Faccessat ¶
Faccessat is an alias of golang.org/x/sys/unix.Faccessat, wrapped to automatically retry on EINTR.
func Fadvise ¶
Fadvise is an alias of golang.org/x/sys/unix.Fadvise, wrapped to automatically retry on EINTR.
func Fallocate ¶
Fallocate is an alias of golang.org/x/sys/unix.Fallocate, wrapped to automatically retry on EINTR.
func FanotifyInit ¶
FanotifyInit is an alias of golang.org/x/sys/unix.FanotifyInit, wrapped to automatically retry on EINTR.
func FanotifyMark ¶
FanotifyMark is an alias of golang.org/x/sys/unix.FanotifyMark, wrapped to automatically retry on EINTR.
func Fchdir ¶
Fchdir is an alias of golang.org/x/sys/unix.Fchdir, wrapped to automatically retry on EINTR.
func Fchmod ¶
Fchmod is an alias of golang.org/x/sys/unix.Fchmod, wrapped to automatically retry on EINTR.
func Fchmodat ¶
Fchmodat is an alias of golang.org/x/sys/unix.Fchmodat, wrapped to automatically retry on EINTR.
func Fchown ¶
Fchown is an alias of golang.org/x/sys/unix.Fchown, wrapped to automatically retry on EINTR.
func Fchownat ¶
Fchownat is an alias of golang.org/x/sys/unix.Fchownat, wrapped to automatically retry on EINTR.
func FcntlFlock ¶
FcntlFlock is an alias of golang.org/x/sys/unix.FcntlFlock, wrapped to automatically retry on EINTR.
func FcntlInt ¶
FcntlInt is an alias of golang.org/x/sys/unix.FcntlInt, wrapped to automatically retry on EINTR.
func Fdatasync ¶
Fdatasync is an alias of golang.org/x/sys/unix.Fdatasync, wrapped to automatically retry on EINTR.
func Fgetxattr ¶
Fgetxattr is an alias of golang.org/x/sys/unix.Fgetxattr, wrapped to automatically retry on EINTR.
func FinitModule ¶
FinitModule is an alias of golang.org/x/sys/unix.FinitModule, wrapped to automatically retry on EINTR.
func Flistxattr ¶
Flistxattr is an alias of golang.org/x/sys/unix.Flistxattr, wrapped to automatically retry on EINTR.
func Flock ¶
Flock is an alias of golang.org/x/sys/unix.Flock, wrapped to automatically retry on EINTR.
func Fremovexattr ¶
Fremovexattr is an alias of golang.org/x/sys/unix.Fremovexattr, wrapped to automatically retry on EINTR.
func Fsetxattr ¶
Fsetxattr is an alias of golang.org/x/sys/unix.Fsetxattr, wrapped to automatically retry on EINTR.
func Fstat ¶
Fstat is an alias of golang.org/x/sys/unix.Fstat, wrapped to automatically retry on EINTR.
func Fstatat ¶
Fstatat is an alias of golang.org/x/sys/unix.Fstatat, wrapped to automatically retry on EINTR.
func Fstatfs ¶
Fstatfs is an alias of golang.org/x/sys/unix.Fstatfs, wrapped to automatically retry on EINTR.
func Fsync ¶
Fsync is an alias of golang.org/x/sys/unix.Fsync, wrapped to automatically retry on EINTR.
func Ftruncate ¶
Ftruncate is an alias of golang.org/x/sys/unix.Ftruncate, wrapped to automatically retry on EINTR.
func Futimes ¶
Futimes is an alias of golang.org/x/sys/unix.Futimes, wrapped to automatically retry on EINTR.
func Futimesat ¶
Futimesat is an alias of golang.org/x/sys/unix.Futimesat, wrapped to automatically retry on EINTR.
func Getcwd ¶
Getcwd is an alias of golang.org/x/sys/unix.Getcwd, wrapped to automatically retry on EINTR.
func Getdents ¶
Getdents is an alias of golang.org/x/sys/unix.Getdents, wrapped to automatically retry on EINTR.
func Getgroups ¶
Getgroups is an alias of golang.org/x/sys/unix.Getgroups, wrapped to automatically retry on EINTR.
func Getpagesize ¶
func Getpagesize() int
Getpagesize is an alias of golang.org/x/sys/unix.Getpagesize.
func Getpeername ¶
Getpeername is an alias of golang.org/x/sys/unix.Getpeername, wrapped to automatically retry on EINTR.
func Getpgid ¶
Getpgid is an alias of golang.org/x/sys/unix.Getpgid, wrapped to automatically retry on EINTR.
func Getpriority ¶
Getpriority is an alias of golang.org/x/sys/unix.Getpriority, wrapped to automatically retry on EINTR.
func Getrandom ¶
Getrandom is an alias of golang.org/x/sys/unix.Getrandom, wrapped to automatically retry on EINTR.
func Getrlimit ¶
Getrlimit is an alias of golang.org/x/sys/unix.Getrlimit, wrapped to automatically retry on EINTR.
func Getrusage ¶
Getrusage is an alias of golang.org/x/sys/unix.Getrusage, wrapped to automatically retry on EINTR.
func Getsid ¶
Getsid is an alias of golang.org/x/sys/unix.Getsid, wrapped to automatically retry on EINTR.
func Getsockname ¶
Getsockname is an alias of golang.org/x/sys/unix.Getsockname, wrapped to automatically retry on EINTR.
func GetsockoptByte ¶
GetsockoptByte is an alias of golang.org/x/sys/unix.GetsockoptByte, wrapped to automatically retry on EINTR.
func GetsockoptICMPv6Filter ¶
func GetsockoptICMPv6Filter(fd, level, opt int) (*unix.ICMPv6Filter, error)
GetsockoptICMPv6Filter is an alias of golang.org/x/sys/unix.GetsockoptICMPv6Filter, wrapped to automatically retry on EINTR.
func GetsockoptIPMreq ¶
GetsockoptIPMreq is an alias of golang.org/x/sys/unix.GetsockoptIPMreq, wrapped to automatically retry on EINTR.
func GetsockoptIPMreqn ¶
GetsockoptIPMreqn is an alias of golang.org/x/sys/unix.GetsockoptIPMreqn, wrapped to automatically retry on EINTR.
func GetsockoptIPv6MTUInfo ¶
func GetsockoptIPv6MTUInfo(fd, level, opt int) (*unix.IPv6MTUInfo, error)
GetsockoptIPv6MTUInfo is an alias of golang.org/x/sys/unix.GetsockoptIPv6MTUInfo, wrapped to automatically retry on EINTR.
func GetsockoptIPv6Mreq ¶
GetsockoptIPv6Mreq is an alias of golang.org/x/sys/unix.GetsockoptIPv6Mreq, wrapped to automatically retry on EINTR.
func GetsockoptInet4Addr ¶
GetsockoptInet4Addr is an alias of golang.org/x/sys/unix.GetsockoptInet4Addr, wrapped to automatically retry on EINTR.
func GetsockoptInt ¶
GetsockoptInt is an alias of golang.org/x/sys/unix.GetsockoptInt, wrapped to automatically retry on EINTR.
func GetsockoptLinger ¶
GetsockoptLinger is an alias of golang.org/x/sys/unix.GetsockoptLinger, wrapped to automatically retry on EINTR.
func GetsockoptString ¶
GetsockoptString is an alias of golang.org/x/sys/unix.GetsockoptString, wrapped to automatically retry on EINTR.
func GetsockoptTCPInfo ¶
GetsockoptTCPInfo is an alias of golang.org/x/sys/unix.GetsockoptTCPInfo, wrapped to automatically retry on EINTR.
func GetsockoptTimeval ¶
GetsockoptTimeval is an alias of golang.org/x/sys/unix.GetsockoptTimeval, wrapped to automatically retry on EINTR.
func GetsockoptTpacketStats ¶
func GetsockoptTpacketStats(fd, level, opt int) (*unix.TpacketStats, error)
GetsockoptTpacketStats is an alias of golang.org/x/sys/unix.GetsockoptTpacketStats, wrapped to automatically retry on EINTR.
func GetsockoptTpacketStatsV3 ¶
func GetsockoptTpacketStatsV3(fd, level, opt int) (*unix.TpacketStatsV3, error)
GetsockoptTpacketStatsV3 is an alias of golang.org/x/sys/unix.GetsockoptTpacketStatsV3, wrapped to automatically retry on EINTR.
func GetsockoptUcred ¶
GetsockoptUcred is an alias of golang.org/x/sys/unix.GetsockoptUcred, wrapped to automatically retry on EINTR.
func GetsockoptUint64 ¶
GetsockoptUint64 is an alias of golang.org/x/sys/unix.GetsockoptUint64, wrapped to automatically retry on EINTR.
func Gettimeofday ¶
Gettimeofday is an alias of golang.org/x/sys/unix.Gettimeofday, wrapped to automatically retry on EINTR.
func Getwd ¶
Getwd is an alias of golang.org/x/sys/unix.Getwd, wrapped to automatically retry on EINTR.
func Getxattr ¶
Getxattr is an alias of golang.org/x/sys/unix.Getxattr, wrapped to automatically retry on EINTR.
func InitModule ¶
InitModule is an alias of golang.org/x/sys/unix.InitModule, wrapped to automatically retry on EINTR.
func InotifyAddWatch ¶
InotifyAddWatch is an alias of golang.org/x/sys/unix.InotifyAddWatch, wrapped to automatically retry on EINTR.
func InotifyInit ¶
InotifyInit is an alias of golang.org/x/sys/unix.InotifyInit, wrapped to automatically retry on EINTR.
func InotifyInit1 ¶
InotifyInit1 is an alias of golang.org/x/sys/unix.InotifyInit1, wrapped to automatically retry on EINTR.
func InotifyRmWatch ¶
InotifyRmWatch is an alias of golang.org/x/sys/unix.InotifyRmWatch, wrapped to automatically retry on EINTR.
func IoctlGetInt ¶
IoctlGetInt is an alias of golang.org/x/sys/unix.IoctlGetInt, wrapped to automatically retry on EINTR.
func IoctlGetRTCTime ¶
IoctlGetRTCTime is an alias of golang.org/x/sys/unix.IoctlGetRTCTime, wrapped to automatically retry on EINTR.
func IoctlGetTermios ¶
IoctlGetTermios is an alias of golang.org/x/sys/unix.IoctlGetTermios, wrapped to automatically retry on EINTR.
func IoctlGetUint32 ¶
IoctlGetUint32 is an alias of golang.org/x/sys/unix.IoctlGetUint32, wrapped to automatically retry on EINTR.
func IoctlGetWinsize ¶
IoctlGetWinsize is an alias of golang.org/x/sys/unix.IoctlGetWinsize, wrapped to automatically retry on EINTR.
func IoctlRetInt ¶
IoctlRetInt is an alias of golang.org/x/sys/unix.IoctlRetInt, wrapped to automatically retry on EINTR.
func IoctlSetInt ¶
IoctlSetInt is an alias of golang.org/x/sys/unix.IoctlSetInt, wrapped to automatically retry on EINTR.
func IoctlSetPointerInt ¶
IoctlSetPointerInt is an alias of golang.org/x/sys/unix.IoctlSetPointerInt, wrapped to automatically retry on EINTR.
func IoctlSetRTCTime ¶
IoctlSetRTCTime is an alias of golang.org/x/sys/unix.IoctlSetRTCTime, wrapped to automatically retry on EINTR.
func IoctlSetTermios ¶
IoctlSetTermios is an alias of golang.org/x/sys/unix.IoctlSetTermios, wrapped to automatically retry on EINTR.
func IoctlSetWinsize ¶
IoctlSetWinsize is an alias of golang.org/x/sys/unix.IoctlSetWinsize, wrapped to automatically retry on EINTR.
func Ioperm ¶
Ioperm is an alias of golang.org/x/sys/unix.Ioperm, wrapped to automatically retry on EINTR.
func Iopl ¶
Iopl is an alias of golang.org/x/sys/unix.Iopl, wrapped to automatically retry on EINTR.
func KexecFileLoad ¶
KexecFileLoad is an alias of golang.org/x/sys/unix.KexecFileLoad, wrapped to automatically retry on EINTR.
func KeyctlBuffer ¶
KeyctlBuffer is an alias of golang.org/x/sys/unix.KeyctlBuffer, wrapped to automatically retry on EINTR.
func KeyctlDHCompute ¶
func KeyctlDHCompute(params *unix.KeyctlDHParams, buffer []byte) (size int, err error)
KeyctlDHCompute is an alias of golang.org/x/sys/unix.KeyctlDHCompute, wrapped to automatically retry on EINTR.
func KeyctlGetKeyringID ¶
KeyctlGetKeyringID is an alias of golang.org/x/sys/unix.KeyctlGetKeyringID, wrapped to automatically retry on EINTR.
func KeyctlInstantiateIOV ¶
KeyctlInstantiateIOV is an alias of golang.org/x/sys/unix.KeyctlInstantiateIOV, wrapped to automatically retry on EINTR.
func KeyctlInt ¶
KeyctlInt is an alias of golang.org/x/sys/unix.KeyctlInt, wrapped to automatically retry on EINTR.
func KeyctlJoinSessionKeyring ¶
KeyctlJoinSessionKeyring is an alias of golang.org/x/sys/unix.KeyctlJoinSessionKeyring, wrapped to automatically retry on EINTR.
func KeyctlRestrictKeyring ¶
KeyctlRestrictKeyring is an alias of golang.org/x/sys/unix.KeyctlRestrictKeyring, wrapped to automatically retry on EINTR.
func KeyctlSearch ¶
KeyctlSearch is an alias of golang.org/x/sys/unix.KeyctlSearch, wrapped to automatically retry on EINTR.
func KeyctlSetperm ¶
KeyctlSetperm is an alias of golang.org/x/sys/unix.KeyctlSetperm, wrapped to automatically retry on EINTR.
func KeyctlString ¶
KeyctlString is an alias of golang.org/x/sys/unix.KeyctlString, wrapped to automatically retry on EINTR.
func Kill ¶
Kill is an alias of golang.org/x/sys/unix.Kill, wrapped to automatically retry on EINTR.
func Klogctl ¶
Klogctl is an alias of golang.org/x/sys/unix.Klogctl, wrapped to automatically retry on EINTR.
func Klogset ¶
Klogset is an alias of golang.org/x/sys/unix.Klogset, wrapped to automatically retry on EINTR.
func Lchown ¶
Lchown is an alias of golang.org/x/sys/unix.Lchown, wrapped to automatically retry on EINTR.
func Lgetxattr ¶
Lgetxattr is an alias of golang.org/x/sys/unix.Lgetxattr, wrapped to automatically retry on EINTR.
func Link ¶
Link is an alias of golang.org/x/sys/unix.Link, wrapped to automatically retry on EINTR.
func Linkat ¶
Linkat is an alias of golang.org/x/sys/unix.Linkat, wrapped to automatically retry on EINTR.
func Listen ¶
Listen is an alias of golang.org/x/sys/unix.Listen, wrapped to automatically retry on EINTR.
func Listxattr ¶
Listxattr is an alias of golang.org/x/sys/unix.Listxattr, wrapped to automatically retry on EINTR.
func Llistxattr ¶
Llistxattr is an alias of golang.org/x/sys/unix.Llistxattr, wrapped to automatically retry on EINTR.
func Lremovexattr ¶
Lremovexattr is an alias of golang.org/x/sys/unix.Lremovexattr, wrapped to automatically retry on EINTR.
func Lsetxattr ¶
Lsetxattr is an alias of golang.org/x/sys/unix.Lsetxattr, wrapped to automatically retry on EINTR.
func Lstat ¶
Lstat is an alias of golang.org/x/sys/unix.Lstat, wrapped to automatically retry on EINTR.
func Lutimes ¶
Lutimes is an alias of golang.org/x/sys/unix.Lutimes, wrapped to automatically retry on EINTR.
func Madvise ¶
Madvise is an alias of golang.org/x/sys/unix.Madvise, wrapped to automatically retry on EINTR.
func MemfdCreate ¶
MemfdCreate is an alias of golang.org/x/sys/unix.MemfdCreate, wrapped to automatically retry on EINTR.
func Mkdir ¶
Mkdir is an alias of golang.org/x/sys/unix.Mkdir, wrapped to automatically retry on EINTR.
func Mkdirat ¶
Mkdirat is an alias of golang.org/x/sys/unix.Mkdirat, wrapped to automatically retry on EINTR.
func Mkfifo ¶
Mkfifo is an alias of golang.org/x/sys/unix.Mkfifo, wrapped to automatically retry on EINTR.
func Mkfifoat ¶
Mkfifoat is an alias of golang.org/x/sys/unix.Mkfifoat, wrapped to automatically retry on EINTR.
func Mknod ¶
Mknod is an alias of golang.org/x/sys/unix.Mknod, wrapped to automatically retry on EINTR.
func Mknodat ¶
Mknodat is an alias of golang.org/x/sys/unix.Mknodat, wrapped to automatically retry on EINTR.
func Mlock ¶
Mlock is an alias of golang.org/x/sys/unix.Mlock, wrapped to automatically retry on EINTR.
func Mlockall ¶
Mlockall is an alias of golang.org/x/sys/unix.Mlockall, wrapped to automatically retry on EINTR.
func Mmap ¶
Mmap is an alias of golang.org/x/sys/unix.Mmap, wrapped to automatically retry on EINTR.
func Mount ¶
Mount is an alias of golang.org/x/sys/unix.Mount, wrapped to automatically retry on EINTR.
func Mprotect ¶
Mprotect is an alias of golang.org/x/sys/unix.Mprotect, wrapped to automatically retry on EINTR.
func Msync ¶
Msync is an alias of golang.org/x/sys/unix.Msync, wrapped to automatically retry on EINTR.
func Munlock ¶
Munlock is an alias of golang.org/x/sys/unix.Munlock, wrapped to automatically retry on EINTR.
func Munlockall ¶
func Munlockall() (err error)
Munlockall is an alias of golang.org/x/sys/unix.Munlockall, wrapped to automatically retry on EINTR.
func Munmap ¶
Munmap is an alias of golang.org/x/sys/unix.Munmap, wrapped to automatically retry on EINTR.
func NameToHandleAt ¶
func NameToHandleAt(dirfd int, path string, flags int) (handle unix.FileHandle, mountID int, err error)
NameToHandleAt is an alias of golang.org/x/sys/unix.NameToHandleAt, wrapped to automatically retry on EINTR.
func Nanosleep ¶
Nanosleep is an alias of golang.org/x/sys/unix.Nanosleep, wrapped to automatically retry on EINTR.
func NewFileHandle ¶
func NewFileHandle(handleType int32, handle []byte) unix.FileHandle
NewFileHandle is an alias of golang.org/x/sys/unix.NewFileHandle.
func NsecToTimespec ¶
NsecToTimespec is an alias of golang.org/x/sys/unix.NsecToTimespec.
func NsecToTimeval ¶
NsecToTimeval is an alias of golang.org/x/sys/unix.NsecToTimeval.
func Open ¶
Open is an alias of golang.org/x/sys/unix.Open, wrapped to automatically retry on EINTR.
func OpenByHandleAt ¶
OpenByHandleAt is an alias of golang.org/x/sys/unix.OpenByHandleAt, wrapped to automatically retry on EINTR.
func Openat ¶
Openat is an alias of golang.org/x/sys/unix.Openat, wrapped to automatically retry on EINTR.
func ParseDirent ¶
ParseDirent is an alias of golang.org/x/sys/unix.ParseDirent.
func ParseSocketControlMessage ¶
func ParseSocketControlMessage(b []byte) ([]unix.SocketControlMessage, error)
ParseSocketControlMessage is an alias of golang.org/x/sys/unix.ParseSocketControlMessage, wrapped to automatically retry on EINTR.
func ParseUnixCredentials ¶
func ParseUnixCredentials(m *unix.SocketControlMessage) (*unix.Ucred, error)
ParseUnixCredentials is an alias of golang.org/x/sys/unix.ParseUnixCredentials, wrapped to automatically retry on EINTR.
func ParseUnixRights ¶
func ParseUnixRights(m *unix.SocketControlMessage) ([]int, error)
ParseUnixRights is an alias of golang.org/x/sys/unix.ParseUnixRights, wrapped to automatically retry on EINTR.
func Pause ¶
func Pause() (err error)
Pause is an alias of golang.org/x/sys/unix.Pause, wrapped to automatically retry on EINTR.
func PerfEventOpen ¶
func PerfEventOpen(attr *unix.PerfEventAttr, pid int, cpu int, groupFd int, flags int) (fd int, err error)
PerfEventOpen is an alias of golang.org/x/sys/unix.PerfEventOpen, wrapped to automatically retry on EINTR.
func Pipe ¶
Pipe is an alias of golang.org/x/sys/unix.Pipe, wrapped to automatically retry on EINTR.
func Pipe2 ¶
Pipe2 is an alias of golang.org/x/sys/unix.Pipe2, wrapped to automatically retry on EINTR.
func PivotRoot ¶
PivotRoot is an alias of golang.org/x/sys/unix.PivotRoot, wrapped to automatically retry on EINTR.
func Poll ¶
Poll is an alias of golang.org/x/sys/unix.Poll, wrapped to automatically retry on EINTR.
func Ppoll ¶
Ppoll is an alias of golang.org/x/sys/unix.Ppoll, wrapped to automatically retry on EINTR.
func Prctl ¶
Prctl is an alias of golang.org/x/sys/unix.Prctl, wrapped to automatically retry on EINTR.
func PrctlRetInt ¶
PrctlRetInt is an alias of golang.org/x/sys/unix.PrctlRetInt, wrapped to automatically retry on EINTR.
func Pread ¶
Pread is an alias of golang.org/x/sys/unix.Pread, wrapped to automatically retry on EINTR.
func Preadv ¶
Preadv is an alias of golang.org/x/sys/unix.Preadv, wrapped to automatically retry on EINTR.
func Preadv2 ¶
Preadv2 is an alias of golang.org/x/sys/unix.Preadv2, wrapped to automatically retry on EINTR.
func Pselect ¶
func Pselect(nfd int, r *unix.FdSet, w *unix.FdSet, e *unix.FdSet, timeout *unix.Timespec, sigmask *unix.Sigset_t) (n int, err error)
Pselect is an alias of golang.org/x/sys/unix.Pselect, wrapped to automatically retry on EINTR.
func PtraceAttach ¶
PtraceAttach is an alias of golang.org/x/sys/unix.PtraceAttach, wrapped to automatically retry on EINTR.
func PtraceCont ¶
PtraceCont is an alias of golang.org/x/sys/unix.PtraceCont, wrapped to automatically retry on EINTR.
func PtraceDetach ¶
PtraceDetach is an alias of golang.org/x/sys/unix.PtraceDetach, wrapped to automatically retry on EINTR.
func PtraceGetEventMsg ¶
PtraceGetEventMsg is an alias of golang.org/x/sys/unix.PtraceGetEventMsg, wrapped to automatically retry on EINTR.
func PtraceGetRegs ¶
func PtraceGetRegs(pid int, regsout *unix.PtraceRegs) (err error)
PtraceGetRegs is an alias of golang.org/x/sys/unix.PtraceGetRegs, wrapped to automatically retry on EINTR.
func PtraceGetRegs386 ¶
func PtraceGetRegs386(pid int, regsout *unix.PtraceRegs386) error
PtraceGetRegs386 is an alias of golang.org/x/sys/unix.PtraceGetRegs386, wrapped to automatically retry on EINTR.
func PtraceGetRegsAmd64 ¶
func PtraceGetRegsAmd64(pid int, regsout *unix.PtraceRegsAmd64) error
PtraceGetRegsAmd64 is an alias of golang.org/x/sys/unix.PtraceGetRegsAmd64, wrapped to automatically retry on EINTR.
func PtraceInterrupt ¶
PtraceInterrupt is an alias of golang.org/x/sys/unix.PtraceInterrupt, wrapped to automatically retry on EINTR.
func PtracePeekData ¶
PtracePeekData is an alias of golang.org/x/sys/unix.PtracePeekData, wrapped to automatically retry on EINTR.
func PtracePeekText ¶
PtracePeekText is an alias of golang.org/x/sys/unix.PtracePeekText, wrapped to automatically retry on EINTR.
func PtracePeekUser ¶
PtracePeekUser is an alias of golang.org/x/sys/unix.PtracePeekUser, wrapped to automatically retry on EINTR.
func PtracePokeData ¶
PtracePokeData is an alias of golang.org/x/sys/unix.PtracePokeData, wrapped to automatically retry on EINTR.
func PtracePokeText ¶
PtracePokeText is an alias of golang.org/x/sys/unix.PtracePokeText, wrapped to automatically retry on EINTR.
func PtracePokeUser ¶
PtracePokeUser is an alias of golang.org/x/sys/unix.PtracePokeUser, wrapped to automatically retry on EINTR.
func PtraceSeize ¶
PtraceSeize is an alias of golang.org/x/sys/unix.PtraceSeize, wrapped to automatically retry on EINTR.
func PtraceSetOptions ¶
PtraceSetOptions is an alias of golang.org/x/sys/unix.PtraceSetOptions, wrapped to automatically retry on EINTR.
func PtraceSetRegs ¶
func PtraceSetRegs(pid int, regs *unix.PtraceRegs) (err error)
PtraceSetRegs is an alias of golang.org/x/sys/unix.PtraceSetRegs, wrapped to automatically retry on EINTR.
func PtraceSetRegs386 ¶
func PtraceSetRegs386(pid int, regs *unix.PtraceRegs386) error
PtraceSetRegs386 is an alias of golang.org/x/sys/unix.PtraceSetRegs386, wrapped to automatically retry on EINTR.
func PtraceSetRegsAmd64 ¶
func PtraceSetRegsAmd64(pid int, regs *unix.PtraceRegsAmd64) error
PtraceSetRegsAmd64 is an alias of golang.org/x/sys/unix.PtraceSetRegsAmd64, wrapped to automatically retry on EINTR.
func PtraceSingleStep ¶
PtraceSingleStep is an alias of golang.org/x/sys/unix.PtraceSingleStep, wrapped to automatically retry on EINTR.
func PtraceSyscall ¶
PtraceSyscall is an alias of golang.org/x/sys/unix.PtraceSyscall, wrapped to automatically retry on EINTR.
func Pwrite ¶
Pwrite is an alias of golang.org/x/sys/unix.Pwrite, wrapped to automatically retry on EINTR.
func Pwritev ¶
Pwritev is an alias of golang.org/x/sys/unix.Pwritev, wrapped to automatically retry on EINTR.
func Pwritev2 ¶
Pwritev2 is an alias of golang.org/x/sys/unix.Pwritev2, wrapped to automatically retry on EINTR.
func RawSyscall ¶
RawSyscall is an alias of golang.org/x/sys/unix.RawSyscall, wrapped to automatically retry on EINTR.
func RawSyscall6 ¶
RawSyscall6 is an alias of golang.org/x/sys/unix.RawSyscall6, wrapped to automatically retry on EINTR.
func RawSyscallNoError ¶
RawSyscallNoError is an alias of golang.org/x/sys/unix.RawSyscallNoError.
func Read ¶
Read is an alias of golang.org/x/sys/unix.Read, wrapped to automatically retry on EINTR.
func ReadDirent ¶
ReadDirent is an alias of golang.org/x/sys/unix.ReadDirent, wrapped to automatically retry on EINTR.
func Readlink ¶
Readlink is an alias of golang.org/x/sys/unix.Readlink, wrapped to automatically retry on EINTR.
func Readlinkat ¶
Readlinkat is an alias of golang.org/x/sys/unix.Readlinkat, wrapped to automatically retry on EINTR.
func Readv ¶
Readv is an alias of golang.org/x/sys/unix.Readv, wrapped to automatically retry on EINTR.
func Reboot ¶
Reboot is an alias of golang.org/x/sys/unix.Reboot, wrapped to automatically retry on EINTR.
func Recvfrom ¶
Recvfrom is an alias of golang.org/x/sys/unix.Recvfrom, wrapped to automatically retry on EINTR.
func Recvmsg ¶
func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from unix.Sockaddr, err error)
Recvmsg is an alias of golang.org/x/sys/unix.Recvmsg, wrapped to automatically retry on EINTR.
func Removexattr ¶
Removexattr is an alias of golang.org/x/sys/unix.Removexattr, wrapped to automatically retry on EINTR.
func Rename ¶
Rename is an alias of golang.org/x/sys/unix.Rename, wrapped to automatically retry on EINTR.
func Renameat ¶
Renameat is an alias of golang.org/x/sys/unix.Renameat, wrapped to automatically retry on EINTR.
func Renameat2 ¶
Renameat2 is an alias of golang.org/x/sys/unix.Renameat2, wrapped to automatically retry on EINTR.
func RequestKey ¶
func RequestKey(keyType string, description string, callback string, destRingid int) (id int, err error)
RequestKey is an alias of golang.org/x/sys/unix.RequestKey, wrapped to automatically retry on EINTR.
func Rmdir ¶
Rmdir is an alias of golang.org/x/sys/unix.Rmdir, wrapped to automatically retry on EINTR.
func SchedGetaffinity ¶
SchedGetaffinity is an alias of golang.org/x/sys/unix.SchedGetaffinity, wrapped to automatically retry on EINTR.
func SchedSetaffinity ¶
SchedSetaffinity is an alias of golang.org/x/sys/unix.SchedSetaffinity, wrapped to automatically retry on EINTR.
func Seek ¶
Seek is an alias of golang.org/x/sys/unix.Seek, wrapped to automatically retry on EINTR.
func Select ¶
func Select(nfd int, r *unix.FdSet, w *unix.FdSet, e *unix.FdSet, timeout *unix.Timeval) (n int, err error)
Select is an alias of golang.org/x/sys/unix.Select, wrapped to automatically retry on EINTR.
func Sendfile ¶
Sendfile is an alias of golang.org/x/sys/unix.Sendfile, wrapped to automatically retry on EINTR.
func Sendmsg ¶
Sendmsg is an alias of golang.org/x/sys/unix.Sendmsg, wrapped to automatically retry on EINTR.
func SendmsgN ¶
SendmsgN is an alias of golang.org/x/sys/unix.SendmsgN, wrapped to automatically retry on EINTR.
func Sendto ¶
Sendto is an alias of golang.org/x/sys/unix.Sendto, wrapped to automatically retry on EINTR.
func SetNonblock ¶
SetNonblock is an alias of golang.org/x/sys/unix.SetNonblock, wrapped to automatically retry on EINTR.
func Setdomainname ¶
Setdomainname is an alias of golang.org/x/sys/unix.Setdomainname, wrapped to automatically retry on EINTR.
func Setenv ¶
Setenv is an alias of golang.org/x/sys/unix.Setenv, wrapped to automatically retry on EINTR.
func Setfsgid ¶
Setfsgid is an alias of golang.org/x/sys/unix.Setfsgid, wrapped to automatically retry on EINTR.
func SetfsgidRetGid ¶
SetfsgidRetGid is an alias of golang.org/x/sys/unix.SetfsgidRetGid, wrapped to automatically retry on EINTR.
func Setfsuid ¶
Setfsuid is an alias of golang.org/x/sys/unix.Setfsuid, wrapped to automatically retry on EINTR.
func SetfsuidRetUid ¶
SetfsuidRetUid is an alias of golang.org/x/sys/unix.SetfsuidRetUid, wrapped to automatically retry on EINTR.
func Setgid ¶
Setgid is an alias of golang.org/x/sys/unix.Setgid, wrapped to automatically retry on EINTR.
func Setgroups ¶
Setgroups is an alias of golang.org/x/sys/unix.Setgroups, wrapped to automatically retry on EINTR.
func Sethostname ¶
Sethostname is an alias of golang.org/x/sys/unix.Sethostname, wrapped to automatically retry on EINTR.
func Setns ¶
Setns is an alias of golang.org/x/sys/unix.Setns, wrapped to automatically retry on EINTR.
func Setpgid ¶
Setpgid is an alias of golang.org/x/sys/unix.Setpgid, wrapped to automatically retry on EINTR.
func Setpriority ¶
Setpriority is an alias of golang.org/x/sys/unix.Setpriority, wrapped to automatically retry on EINTR.
func Setregid ¶
Setregid is an alias of golang.org/x/sys/unix.Setregid, wrapped to automatically retry on EINTR.
func Setresgid ¶
Setresgid is an alias of golang.org/x/sys/unix.Setresgid, wrapped to automatically retry on EINTR.
func Setresuid ¶
Setresuid is an alias of golang.org/x/sys/unix.Setresuid, wrapped to automatically retry on EINTR.
func Setreuid ¶
Setreuid is an alias of golang.org/x/sys/unix.Setreuid, wrapped to automatically retry on EINTR.
func Setrlimit ¶
Setrlimit is an alias of golang.org/x/sys/unix.Setrlimit, wrapped to automatically retry on EINTR.
func Setsid ¶
Setsid is an alias of golang.org/x/sys/unix.Setsid, wrapped to automatically retry on EINTR.
func SetsockoptByte ¶
SetsockoptByte is an alias of golang.org/x/sys/unix.SetsockoptByte, wrapped to automatically retry on EINTR.
func SetsockoptCanRawFilter ¶
SetsockoptCanRawFilter is an alias of golang.org/x/sys/unix.SetsockoptCanRawFilter, wrapped to automatically retry on EINTR.
func SetsockoptICMPv6Filter ¶
func SetsockoptICMPv6Filter(fd, level, opt int, filter *unix.ICMPv6Filter) error
SetsockoptICMPv6Filter is an alias of golang.org/x/sys/unix.SetsockoptICMPv6Filter, wrapped to automatically retry on EINTR.
func SetsockoptIPMreq ¶
SetsockoptIPMreq is an alias of golang.org/x/sys/unix.SetsockoptIPMreq, wrapped to automatically retry on EINTR.
func SetsockoptIPMreqn ¶
SetsockoptIPMreqn is an alias of golang.org/x/sys/unix.SetsockoptIPMreqn, wrapped to automatically retry on EINTR.
func SetsockoptIPv6Mreq ¶
SetsockoptIPv6Mreq is an alias of golang.org/x/sys/unix.SetsockoptIPv6Mreq, wrapped to automatically retry on EINTR.
func SetsockoptInet4Addr ¶
SetsockoptInet4Addr is an alias of golang.org/x/sys/unix.SetsockoptInet4Addr, wrapped to automatically retry on EINTR.
func SetsockoptInt ¶
SetsockoptInt is an alias of golang.org/x/sys/unix.SetsockoptInt, wrapped to automatically retry on EINTR.
func SetsockoptLinger ¶
SetsockoptLinger is an alias of golang.org/x/sys/unix.SetsockoptLinger, wrapped to automatically retry on EINTR.
func SetsockoptPacketMreq ¶
func SetsockoptPacketMreq(fd, level, opt int, mreq *unix.PacketMreq) error
SetsockoptPacketMreq is an alias of golang.org/x/sys/unix.SetsockoptPacketMreq, wrapped to automatically retry on EINTR.
func SetsockoptSockFprog ¶
SetsockoptSockFprog is an alias of golang.org/x/sys/unix.SetsockoptSockFprog, wrapped to automatically retry on EINTR.
func SetsockoptString ¶
SetsockoptString is an alias of golang.org/x/sys/unix.SetsockoptString, wrapped to automatically retry on EINTR.
func SetsockoptTimeval ¶
SetsockoptTimeval is an alias of golang.org/x/sys/unix.SetsockoptTimeval, wrapped to automatically retry on EINTR.
func SetsockoptTpacketReq ¶
func SetsockoptTpacketReq(fd, level, opt int, tp *unix.TpacketReq) error
SetsockoptTpacketReq is an alias of golang.org/x/sys/unix.SetsockoptTpacketReq, wrapped to automatically retry on EINTR.
func SetsockoptTpacketReq3 ¶
func SetsockoptTpacketReq3(fd, level, opt int, tp *unix.TpacketReq3) error
SetsockoptTpacketReq3 is an alias of golang.org/x/sys/unix.SetsockoptTpacketReq3, wrapped to automatically retry on EINTR.
func SetsockoptUint64 ¶
SetsockoptUint64 is an alias of golang.org/x/sys/unix.SetsockoptUint64, wrapped to automatically retry on EINTR.
func Settimeofday ¶
Settimeofday is an alias of golang.org/x/sys/unix.Settimeofday, wrapped to automatically retry on EINTR.
func Setuid ¶
Setuid is an alias of golang.org/x/sys/unix.Setuid, wrapped to automatically retry on EINTR.
func Setxattr ¶
Setxattr is an alias of golang.org/x/sys/unix.Setxattr, wrapped to automatically retry on EINTR.
func Shutdown ¶
Shutdown is an alias of golang.org/x/sys/unix.Shutdown, wrapped to automatically retry on EINTR.
func SignalName ¶
SignalName is an alias of golang.org/x/sys/unix.SignalName.
func Signalfd ¶
Signalfd is an alias of golang.org/x/sys/unix.Signalfd, wrapped to automatically retry on EINTR.
func Socket ¶
Socket is an alias of golang.org/x/sys/unix.Socket, wrapped to automatically retry on EINTR.
func Socketpair ¶
Socketpair is an alias of golang.org/x/sys/unix.Socketpair, wrapped to automatically retry on EINTR.
func Splice ¶
Splice is an alias of golang.org/x/sys/unix.Splice, wrapped to automatically retry on EINTR.
func Stat ¶
Stat is an alias of golang.org/x/sys/unix.Stat, wrapped to automatically retry on EINTR.
func Statfs ¶
Statfs is an alias of golang.org/x/sys/unix.Statfs, wrapped to automatically retry on EINTR.
func Statx ¶
Statx is an alias of golang.org/x/sys/unix.Statx, wrapped to automatically retry on EINTR.
func Symlink ¶
Symlink is an alias of golang.org/x/sys/unix.Symlink, wrapped to automatically retry on EINTR.
func Symlinkat ¶
Symlinkat is an alias of golang.org/x/sys/unix.Symlinkat, wrapped to automatically retry on EINTR.
func SyncFileRange ¶
SyncFileRange is an alias of golang.org/x/sys/unix.SyncFileRange, wrapped to automatically retry on EINTR.
func Syncfs ¶
Syncfs is an alias of golang.org/x/sys/unix.Syncfs, wrapped to automatically retry on EINTR.
func Syscall ¶
Syscall is an alias of golang.org/x/sys/unix.Syscall, wrapped to automatically retry on EINTR.
func Syscall6 ¶
Syscall6 is an alias of golang.org/x/sys/unix.Syscall6, wrapped to automatically retry on EINTR.
func SyscallNoError ¶
SyscallNoError is an alias of golang.org/x/sys/unix.SyscallNoError.
func Sysinfo ¶
Sysinfo is an alias of golang.org/x/sys/unix.Sysinfo, wrapped to automatically retry on EINTR.
func Tgkill ¶
Tgkill is an alias of golang.org/x/sys/unix.Tgkill, wrapped to automatically retry on EINTR.
func Time ¶
Time is an alias of golang.org/x/sys/unix.Time, wrapped to automatically retry on EINTR.
func TimeToTimespec ¶
TimeToTimespec is an alias of golang.org/x/sys/unix.TimeToTimespec, wrapped to automatically retry on EINTR.
func Times ¶
Times is an alias of golang.org/x/sys/unix.Times, wrapped to automatically retry on EINTR.
func TimespecToNsec ¶
TimespecToNsec is an alias of golang.org/x/sys/unix.TimespecToNsec.
func TimevalToNsec ¶
TimevalToNsec is an alias of golang.org/x/sys/unix.TimevalToNsec.
func Truncate ¶
Truncate is an alias of golang.org/x/sys/unix.Truncate, wrapped to automatically retry on EINTR.
func Uname ¶
Uname is an alias of golang.org/x/sys/unix.Uname, wrapped to automatically retry on EINTR.
func UnixCredentials ¶
UnixCredentials is an alias of golang.org/x/sys/unix.UnixCredentials.
func UnixRights ¶
UnixRights is an alias of golang.org/x/sys/unix.UnixRights.
func Unlink ¶
Unlink is an alias of golang.org/x/sys/unix.Unlink, wrapped to automatically retry on EINTR.
func Unlinkat ¶
Unlinkat is an alias of golang.org/x/sys/unix.Unlinkat, wrapped to automatically retry on EINTR.
func Unmount ¶
Unmount is an alias of golang.org/x/sys/unix.Unmount, wrapped to automatically retry on EINTR.
func Unsetenv ¶
Unsetenv is an alias of golang.org/x/sys/unix.Unsetenv, wrapped to automatically retry on EINTR.
func Unshare ¶
Unshare is an alias of golang.org/x/sys/unix.Unshare, wrapped to automatically retry on EINTR.
func Ustat ¶
Ustat is an alias of golang.org/x/sys/unix.Ustat, wrapped to automatically retry on EINTR.
func Utime ¶
Utime is an alias of golang.org/x/sys/unix.Utime, wrapped to automatically retry on EINTR.
func Utimes ¶
Utimes is an alias of golang.org/x/sys/unix.Utimes, wrapped to automatically retry on EINTR.
func UtimesNano ¶
UtimesNano is an alias of golang.org/x/sys/unix.UtimesNano, wrapped to automatically retry on EINTR.
func UtimesNanoAt ¶
UtimesNanoAt is an alias of golang.org/x/sys/unix.UtimesNanoAt, wrapped to automatically retry on EINTR.
func Vmsplice ¶
Vmsplice is an alias of golang.org/x/sys/unix.Vmsplice, wrapped to automatically retry on EINTR.
func Wait4 ¶
func Wait4(pid int, wstatus *unix.WaitStatus, options int, rusage *unix.Rusage) (wpid int, err error)
Wait4 is an alias of golang.org/x/sys/unix.Wait4, wrapped to automatically retry on EINTR.
Types ¶
This section is empty.