Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-004.patch37 fd_set readfds, exceptfds;
43 fd_set readfds, exceptfds;
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.h65 int sigwrap_select(int nfds, fd_set *readfds, fd_set *writefds,fd_set *exceptfds, struct timeval *…
66 int sigwrap_pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct t…
H A DEINTR_wrappers.c383 int sigwrap_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *… in sigwrap_select() argument
387 int Result = select(nfds, readfds, writefds, exceptfds, timeout); in sigwrap_select()
398 int sigwrap_pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct ti… in sigwrap_pselect() argument
411 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect()
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.h65 int sigwrap_select(int nfds, fd_set *readfds, fd_set *writefds,fd_set *exceptfds, struct timeval *…
66 int sigwrap_pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct t…
H A DEINTR_wrappers.c326 int sigwrap_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *… in sigwrap_select() argument
330 int Result = select(nfds, readfds, writefds, exceptfds, timeout); in sigwrap_select()
341 int sigwrap_pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct ti… in sigwrap_pselect() argument
354 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst24 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct …
38 ``exceptfds``
103 The ``readfds``, ``writefds``, ``exceptfds`` or ``timeout`` pointer
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-event.rst62 included in the exceptfds argument, and for poll(), POLLPRI should be
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/
H A Dlegacy.rst599 (select(2)),请在 exceptfds 设置你期望的文件描述符。在
/openbmc/linux/Documentation/translations/zh_TW/
H A Dgpio.txt562 (select(2)),請在 exceptfds 設置你期望的文件描述符。在
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dsysfs.rst96 use select(2), set the file descriptor in exceptfds. After
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst650 set the file descriptor in exceptfds. After poll(2) returns,
/openbmc/qemu/linux-user/
H A Dsyscall.c667 fd_set *, exceptfds, struct timespec *, timeout, void *, sig) in safe_syscall3()