/external/ppp/pppd/ |
tty.c | 979 int n, nfds; local 1080 nfds = (ofd > pty_master? ofd: pty_master) + 1; 1111 if (select(nfds, &ready, &writey, NULL, top) < 0) { [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 459 Int VG_(poll) (struct vki_pollfd *fds, Int nfds, Int timeout) 463 res = VG_(do_syscall3)(__NR_poll, (UWord)fds, nfds, timeout); 465 res = VG_(do_syscall3)(__NR_poll_nocancel, (UWord)fds, nfds, timeout); [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.c | 812 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) 821 for (i = 0; i < nfds && num_ready > 0; i++) { [all...] |
darwin_usb.c | [all...] |
linux_usbfs.c | [all...] |
/external/qemu/ |
vl.c | 1725 int ret, nfds; local [all...] |
vl-android.c | 1931 int ret, nfds; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 1929 POLL_NFDS_TYPE nfds = 0; local [all...] |
libusbi.h | [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_linux.h | 488 extern int __syscall_poll(struct pollfd *ufds, unsigned long int nfds,
|
/external/libusb/libusb/ |
libusbi.h | 740 * The function is passed an array of pollfd structures (size nfds) 764 struct pollfd *fds, nfds_t nfds, int num_ready);
|
io.c | 1780 nfds_t nfds = 0; local [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/mdnsresponder/Clients/ |
dns-sd.c | [all...] |
/bionic/libc/netbsd/resolv/ |
res_send.c | [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | [all...] |
linux_usbfs.c | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
unorm.h | 101 * may be canonically equivalent (their NFDs are identical) and may all conform to FCD without being identical
|
/external/icu4c/common/unicode/ |
unorm.h | 101 * may be canonically equivalent (their NFDs are identical) and may all conform to FCD without being identical
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 2844 int staticMaxFD, nfds; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 1003 int nfds = dns_sd_fd + 1; local 1016 select (nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv); [all...] |
/external/qemu/audio/ |
alsaaudio.c | 90 DYNLINK_FUNC(int,snd_pcm_poll_descriptors_revents,(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)) \ [all...] |