| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 160 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 183 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 202 int Result = sigtimedwait(set, info, &To.Timeout); in sigwrap_sigtimedwait() local 249 int Result = clock_nanosleep(clock_id, flags, &Wait, remain); in sigwrap_clock_nanosleep() local 306 int Result = poll(fds, nfds, timeout); in sigwrap_poll() local 330 int Result = select(nfds, readfds, writefds, exceptfds, timeout); in sigwrap_select() local 354 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect() local 375 int Result = msgsnd(msqid, msgp, msgsz, msgflg); in sigwrap_msgsnd() local 390 ssize_t Result = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in sigwrap_msgrcv() local [all …]
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 187 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 210 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 229 int Result = sigtimedwait(set, info, &To.Timeout); in sigwrap_sigtimedwait() local 276 int Result = clock_nanosleep(clock_id, flags, &Wait, remain); in sigwrap_clock_nanosleep() local 333 int Result = poll(fds, nfds, timeout); in sigwrap_poll() local 387 int Result = select(nfds, readfds, writefds, exceptfds, timeout); in sigwrap_select() local 411 int Result = pselect(nfds, readfds, writefds, exceptfds, timeout, sigmask); in sigwrap_pselect() local 432 int Result = msgsnd(msqid, msgp, msgsz, msgflg); in sigwrap_msgsnd() local 447 ssize_t Result = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in sigwrap_msgrcv() local [all …]
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | patchreview.py | 28 class Result: class
|
| /openbmc/dbus-sensors/src/mctp/ |
| H A D | MCTPEndpoint.hpp | 86 using Result = std::function<void(const std::error_code& ec)>; typedef in MCTPEndpoint
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 164 class Result(object): class
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfish_aggregator.hpp | 54 enum class Result enum
|