Home
last modified time | relevance | path

Searched defs:Sigset_t (Results 1 – 25 of 25) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_linux_s390x.go78 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…
Dzsyscall_linux_386.go78 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…
Dzsyscall_linux_mipsle.go78 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…
Dzsyscall_linux_mips64le.go78 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…
Dzsyscall_linux_ppc64.go78 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…
Dzsyscall_linux_ppc64le.go78 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…
Dzsyscall_linux_sparc64.go78 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…
Dzsyscall_linux_arm.go78 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…
Dzsyscall_linux_mips64.go78 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…
Dzsyscall_linux_amd64.go78 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…
Dzsyscall_linux_arm64.go78 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…
Dzsyscall_linux_mips.go78 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…
Dsyscall_linux.go118 func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
Dztypes_linux_sparc64.go677 type Sigset_t struct { struct
678 X__val [16]uint64
Dztypes_linux_s390x.go751 type Sigset_t struct { struct
752 Val [16]uint64
Dztypes_linux_386.go728 type Sigset_t struct { struct
729 Val [32]uint32
Dztypes_linux_mips.go720 type Sigset_t struct { struct
721 Val [32]uint32
Dztypes_linux_amd64.go746 type Sigset_t struct { struct
747 Val [16]uint64
Dztypes_linux_ppc64.go735 type Sigset_t struct { struct
736 Val [16]uint64
Dztypes_linux_mips64.go727 type Sigset_t struct { struct
728 Val [16]uint64
Dztypes_linux_mipsle.go720 type Sigset_t struct { struct
721 Val [32]uint32
Dztypes_linux_arm.go716 type Sigset_t struct { struct
717 Val [32]uint32
Dztypes_linux_arm64.go725 type Sigset_t struct { struct
726 Val [16]uint64
Dztypes_linux_mips64le.go727 type Sigset_t struct { struct
728 Val [16]uint64
Dztypes_linux_ppc64le.go735 type Sigset_t struct { struct
736 Val [16]uint64