Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 14 of 14) 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/qemu/rust/qemu-api/src/
H A Dlog.rs69 pub fn log_fmt(args: std::fmt::Arguments) -> io::Result<()> { in log_fmt()
85 fn flush(&mut self) -> io::Result<()> { in flush()
H A Dchardev.rs47 fn flush(&mut self) -> io::Result<()> { in flush()
59 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all()
75 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
205 pub fn send_break(&self, long: bool) -> io::Result<()> { in send_break()
241 pub fn write_all(&self, buf: &[u8]) -> io::Result<()> { in write_all()
H A Derror.rs48 pub type Result<T> = std::result::Result<T, Error>; typedef
74 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
151 pub unsafe fn bool_or_propagate(result: Result<()>, errp: *mut *mut bindings::Error) -> bool { in bool_or_propagate()
231 pub unsafe fn err_or_unit(c_error: *mut bindings::Error) -> Result<()> { in err_or_unit()
H A Dcell.rs309 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
315 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
857 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
863 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
928 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
934 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1033 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Dqom.rs205 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { in fmt()
885 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
942 fn debug_fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in debug_fmt()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs58 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), Error> { in is_c_repr()
71 fn is_transparent_repr(input: &DeriveInput, msg: &str) -> Result<(), Error> { in is_transparent_repr()
/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/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs472 pub fn post_load(&mut self) -> Result<(), ()> { in post_load()
632 fn realize(&self) -> qemu_api::Result<()> { in realize()
650 pub fn post_load(&self, _version_id: u32) -> Result<(), ()> { in post_load()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp53 enum class Result enum
[all...]
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs727 fn realize(&self) -> qemu_api::Result<()> { in realize()