Home
last modified time | relevance | path

Searched refs:TOTAL_FDS (Results 1 – 5 of 5) sorted by relevance

/openbmc/hiomapd/
H A Dmboxd.h54 #define TOTAL_FDS 4 macro
84 struct pollfd fds[TOTAL_FDS];
H A Dmboxd.c403 for (i = 0; i < TOTAL_FDS; i++) { in main()
/openbmc/phosphor-mboxd/
H A Dmbox.h86 #define TOTAL_FDS 5 macro
142 struct pollfd fds[TOTAL_FDS];
H A Dmboxd.c293 for (i = 0; i < TOTAL_FDS; i++) { in main()
/openbmc/btbridge/
H A Dbtbridged.c53 #define TOTAL_FDS 3 macro
78 struct pollfd fds[TOTAL_FDS];
727 polled = poll(context->fds, TOTAL_FDS, 1000); in main()