Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluez/src/
Dppoll.h1 #ifdef ppoll
2 #undef ppoll
5 #define ppoll compat_ppoll macro
/external/tcpdump/
Dprint-ntp.c111 TCHECK(bp->ppoll); in ntp_print()
112 printf(", poll %us", bp->ppoll); in ntp_print()
Dntp.h81 u_char ppoll; /* poll value */ member
/external/bluetooth/bluez/compat/
Dfakehid.c334 if (ppoll(&p, 1, NULL, &sigs) < 1) in epox_presenter()
435 if (ppoll(&p, 1, NULL, &sigs) < 1) in jthree_keyboard()
650 if (ppoll(&p, 1, NULL, &sigs) < 1) in celluon_keyboard()
Dpand.c179 n = ppoll(&pf, 1, NULL, &sigs); in w4_hup()
Dhidd.c374 if (ppoll(p, 2, NULL, &sigs) < 1) in run_server()
/external/bluetooth/bluez/tools/
Dmain.c305 if (ppoll(p, 1, &ts, sigs) || __io_canceled) { in run_cmdline()
463 if (ppoll(&p, 1, NULL, &sigs) > 0) in cmd_connect()
623 if (ppoll(&p, 1, NULL, &sigs) > 0) in cmd_listen()
Dciptool.c396 if (ppoll(&p, 1, NULL, &sigs) > 0) in cmd_loopback()
Dhciattach.c1362 err = ppoll(&p, 1, NULL, &sigs); in main()
/external/bluetooth/bluez/
Dacinclude.m429 AC_CHECK_FUNC(ppoll, dummy=yes, AC_DEFINE(NEED_PPOLL, 1,
30 [Define to 1 if you need the ppoll() function.]))
DMakefile.am195 src/oui.h src/oui.c src/uinput.h src/ppoll.h \
DChangeLog257 Fix hciattach to use ppoll instead of poll.
922 Convert to using ppoll() and pselect().