go/src/syscall/zsyscall_linux_amd64.go

func faccessat(dirfd int, path string, mode uint32) (err error) {}

func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {}

func fchmodat(dirfd int, path string, mode uint32) (err error) {}

func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {}

func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {}

func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {}

func pipe2(p *[2]_C_int, flags int) (err error) {}

func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {}

func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {}

func unlinkat(dirfd int, path string, flags int) (err error) {}

func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {}

func Getcwd(buf []byte) (n int, err error) {}

func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {}

func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {}

func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {}

func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) {}

func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {}

func Acct(path string) (err error) {}

func Adjtimex(buf *Timex) (state int, err error) {}

func Chdir(path string) (err error) {}

func Chroot(path string) (err error) {}

func Close(fd int) (err error) {}

func Dup(oldfd int) (fd int, err error) {}

func Dup3(oldfd int, newfd int, flags int) (err error) {}

func EpollCreate1(flag int) (fd int, err error) {}

func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {}

func Fallocate(fd int, mode uint32, off int64, len int64) (err error) {}

func Fchdir(fd int) (err error) {}

func Fchmod(fd int, mode uint32) (err error) {}

func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {}

func fcntl(fd int, cmd int, arg int) (val int, err error) {}

func Fdatasync(fd int) (err error) {}

func Flock(fd int, how int) (err error) {}

func Fsync(fd int) (err error) {}

func Getdents(fd int, buf []byte) (n int, err error) {}

func Getpgid(pid int) (pgid int, err error) {}

func Getpid() (pid int) {}

func Getppid() (ppid int) {}

func Getpriority(which int, who int) (prio int, err error) {}

func Getrusage(who int, rusage *Rusage) (err error) {}

func Gettid() (tid int) {}

func Getxattr(path string, attr string, dest []byte) (sz int, err error) {}

func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) {}

func InotifyInit1(flags int) (fd int, err error) {}

func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) {}

func Kill(pid int, sig Signal) (err error) {}

func Klogctl(typ int, buf []byte) (n int, err error) {}

func Listxattr(path string, dest []byte) (sz int, err error) {}

func Mkdirat(dirfd int, path string, mode uint32) (err error) {}

func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) {}

func Nanosleep(time *Timespec, leftover *Timespec) (err error) {}

func PivotRoot(newroot string, putold string) (err error) {}

func prlimit1(pid int, resource int, newlimit *Rlimit, old *Rlimit) (err error) {}

func read(fd int, p []byte) (n int, err error) {}

func Removexattr(path string, attr string) (err error) {}

func Setdomainname(p []byte) (err error) {}

func Sethostname(p []byte) (err error) {}

func Setpgid(pid int, pgid int) (err error) {}

func Setsid() (pid int, err error) {}

func Settimeofday(tv *Timeval) (err error) {}

func Setpriority(which int, who int, prio int) (err error) {}

func Setxattr(path string, attr string, data []byte, flags int) (err error) {}

func Sync() {}

func Sysinfo(info *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 Signal) (err error) {}

func Times(tms *Tms) (ticks uintptr, err error) {}

func Umask(mask int) (oldmask int) {}

func Uname(buf *Utsname) (err error) {}

func Unmount(target string, flags int) (err error) {}

func Unshare(flags int) (err error) {}

func write(fd int, p []byte) (n int, err error) {}

func exitThread(code int) (err error) {}

func readlen(fd int, p *byte, np int) (n int, err error) {}

func munmap(addr uintptr, length uintptr) (err error) {}

func Madvise(b []byte, advice int) (err error) {}

func Mprotect(b []byte, prot int) (err error) {}

func Mlock(b []byte) (err error) {}

func Munlock(b []byte) (err error) {}

func Mlockall(flags int) (err error) {}

func Munlockall() (err error) {}

func Dup2(oldfd int, newfd int) (err error) {}

func Fchown(fd int, uid int, gid int) (err error) {}

func Fstat(fd int, stat *Stat_t) (err error) {}

func Fstatfs(fd int, buf *Statfs_t) (err error) {}

func Ftruncate(fd int, length int64) (err error) {}

func Getegid() (egid int) {}

func Geteuid() (euid int) {}

func Getgid() (gid int) {}

func Getuid() (uid int) {}

func InotifyInit() (fd int, err error) {}

func Ioperm(from int, num int, on int) (err error) {}

func Iopl(level int) (err error) {}

func Listen(s int, n int) (err error) {}

func Pause() (err error) {}

func pread(fd int, p []byte, offset int64) (n int, err error) {}

func pwrite(fd int, p []byte, offset int64) (n int, err error) {}

func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error) {}

func Seek(fd int, offset int64, whence int) (off int64, err error) {}

func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) {}

func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {}

func Setfsgid(gid int) (err error) {}

func Setfsuid(uid int) (err error) {}

func Shutdown(fd int, how int) (err error) {}

func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {}

func Statfs(path string, buf *Statfs_t) (err error) {}

func SyncFileRange(fd int, off int64, n int64, flags int) (err error) {}

func Truncate(path string, length int64) (err error) {}

func Ustat(dev int, ubuf *Ustat_t) (err error) {}

func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) {}

func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {}

func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {}

func fstatat(fd int, path string, stat *Stat_t, flags int) (err error) {}

func getgroups(n int, list *_Gid_t) (nn int, err error) {}

func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {}

func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {}

func socket(domain int, typ int, proto int) (fd int, err error) {}

func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {}

func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {}

func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {}

func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen *_Socklen) (n int, err error) {}

func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {}

func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {}

func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {}

func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, err error) {}

func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {}

func futimesat(dirfd int, path string, times *[2]Timeval) (err error) {}

func Utime(path string, buf *Utimbuf) (err error) {}

func utimes(path string, times *[2]Timeval) (err error) {}