Home
last modified time | relevance | path

Searched defs:ppoll (Results 1 – 15 of 15) sorted by relevance

/external/strace/
Dpoll.c167 SYS_FUNC(ppoll) in SYS_FUNC() argument
/external/tcpdump/
Dprint-ntp.c119 u_char ppoll; /* poll value */ member
/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) { func
Dzsyscall_linux_386.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_mipsle.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_mips64le.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_ppc64.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_ppc64le.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_sparc64.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_arm.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_mips64.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_amd64.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_arm64.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
Dzsyscall_linux_mips.go78 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) { func
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc818 TEST(MemorySanitizer, ppoll) { in TEST() argument