Searched refs:ppoll (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/bluez/src/ |
D | ppoll.h | 1 #ifdef ppoll 2 #undef ppoll 5 #define ppoll compat_ppoll macro
|
/external/tcpdump/ |
D | print-ntp.c | 111 TCHECK(bp->ppoll); in ntp_print() 112 printf(", poll %us", bp->ppoll); in ntp_print()
|
D | ntp.h | 81 u_char ppoll; /* poll value */ member
|
/external/bluetooth/bluez/compat/ |
D | fakehid.c | 334 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()
|
D | pand.c | 179 n = ppoll(&pf, 1, NULL, &sigs); in w4_hup()
|
D | hidd.c | 374 if (ppoll(p, 2, NULL, &sigs) < 1) in run_server()
|
/external/bluetooth/bluez/tools/ |
D | main.c | 305 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()
|
D | ciptool.c | 396 if (ppoll(&p, 1, NULL, &sigs) > 0) in cmd_loopback()
|
D | hciattach.c | 1362 err = ppoll(&p, 1, NULL, &sigs); in main()
|
/external/bluetooth/bluez/ |
D | acinclude.m4 | 29 AC_CHECK_FUNC(ppoll, dummy=yes, AC_DEFINE(NEED_PPOLL, 1, 30 [Define to 1 if you need the ppoll() function.]))
|
D | Makefile.am | 195 src/oui.h src/oui.c src/uinput.h src/ppoll.h \
|
D | ChangeLog | 257 Fix hciattach to use ppoll instead of poll. 922 Convert to using ppoll() and pselect().
|