Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c125 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 DEINTR_wrappers.c152 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 Dpatchreview.py28 class Result: class
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp86 using Result = std::function<void(const std::error_code& ec)>; typedef in MCTPEndpoint
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py164 class Result(object): class
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp54 enum class Result enum