/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/qemu/rust/qemu-api/src/ |
H A D | log.rs | 69 pub fn log_fmt(args: std::fmt::Arguments) -> io::Result<()> { in log_fmt() 85 fn flush(&mut self) -> io::Result<()> { in flush()
|
H A D | chardev.rs | 47 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 D | error.rs | 48 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 D | cell.rs | 309 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 D | qom.rs | 205 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 D | lib.rs | 58 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 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/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 472 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 D | redfish_aggregator.hpp | 53 enum class Result enum [all...] |
/openbmc/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 727 fn realize(&self) -> qemu_api::Result<()> { in realize()
|