/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_linux_s390x.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_386.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mipsle.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips64le.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_ppc64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_ppc64le.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_sparc64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 1013 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_arm.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_amd64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_arm64.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | zsyscall_linux_mips.go | 78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { 998 func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, sigmask *Sigset_t) (n int, e…
|
D | syscall_linux.go | 118 func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
|
D | ztypes_linux_sparc64.go | 677 type Sigset_t struct { struct 678 X__val [16]uint64
|
D | ztypes_linux_s390x.go | 751 type Sigset_t struct { struct 752 Val [16]uint64
|
D | ztypes_linux_386.go | 728 type Sigset_t struct { struct 729 Val [32]uint32
|
D | ztypes_linux_mips.go | 720 type Sigset_t struct { struct 721 Val [32]uint32
|
D | ztypes_linux_amd64.go | 746 type Sigset_t struct { struct 747 Val [16]uint64
|
D | ztypes_linux_ppc64.go | 735 type Sigset_t struct { struct 736 Val [16]uint64
|
D | ztypes_linux_mips64.go | 727 type Sigset_t struct { struct 728 Val [16]uint64
|
D | ztypes_linux_mipsle.go | 720 type Sigset_t struct { struct 721 Val [32]uint32
|
D | ztypes_linux_arm.go | 716 type Sigset_t struct { struct 717 Val [32]uint32
|
D | ztypes_linux_arm64.go | 725 type Sigset_t struct { struct 726 Val [16]uint64
|
D | ztypes_linux_mips64le.go | 727 type Sigset_t struct { struct 728 Val [16]uint64
|
D | ztypes_linux_ppc64le.go | 735 type Sigset_t struct { struct 736 Val [16]uint64
|