/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/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 18 fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError>; in try_spec_extend() 35 default fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError> { in try_spec_extend() 54 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() 70 fn try_spec_extend(&mut self, mut iterator: IntoIter<T>) -> Result<(), TryReserveError> { in try_spec_extend() 95 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() 115 fn try_spec_extend(&mut self, iterator: slice::Iter<'a, T>) -> Result<(), TryReserveError> { in try_spec_extend()
|
H A D | mod.rs | 1093 pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve() 1136 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve_exact() 1967 pub fn try_push(&mut self, value: T) -> Result<(), TryReserveError> { in try_push() 2012 pub fn push_within_capacity(&mut self, value: T) -> Result<(), T> { in push_within_capacity() 2090 unsafe fn try_append_elements(&mut self, other: *const [T]) -> Result<(), TryReserveError> { in try_append_elements() 2545 pub fn try_resize(&mut self, new_len: usize, value: T) -> Result<(), TryReserveError> { in try_resize() 2601 pub fn try_extend_from_slice(&mut self, other: &[T]) -> Result<(), TryReserveError> { in try_extend_from_slice() 2720 fn try_extend_with(&mut self, n: usize, value: T) -> Result<(), TryReserveError> { in try_extend_with() 3059 …fn try_extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) -> Result<(), TryReserv… in try_extend_desugared() 3333 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
H A D | into_iter.rs | 53 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 219 fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize> { in advance_by() 316 fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize> { in advance_back_by()
|
H A D | drain.rs | 40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 777 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E>; in __pinned_init() 820 F: FnOnce(Pin<&mut T>) -> Result<(), E>, in pin_chain() 838 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() 891 unsafe fn __init(self, slot: *mut T) -> Result<(), E>; in __init() 922 F: FnOnce(&mut T) -> Result<(), E>, in chain() 939 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() 957 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() 977 f: impl FnOnce(*mut T) -> Result<(), E>, in pin_init_from_closure() 996 f: impl FnOnce(*mut T) -> Result<(), E>, in init_from_closure() 1099 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() [all …]
|
H A D | error.rs | 165 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 239 pub type Result<T = (), E = Error> = core::result::Result<T, E>; typedef 243 pub fn to_result(err: core::ffi::c_int) -> Result { in to_result()
|
H A D | str.rs | 227 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 257 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 459 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str() 511 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
|
/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 339 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve() 349 pub fn try_reserve_for_push(&mut self, len: usize) -> Result<(), TryReserveError> { in try_reserve_for_push() 380 ) -> Result<(), TryReserveError> { in try_reserve_exact() 422 fn grow_amortized(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_amortized() 451 fn grow_exact(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_exact() 468 fn shrink(&mut self, cap: usize) -> Result<(), TryReserveError> { in shrink() 542 fn handle_reserve(result: Result<(), TryReserveError>) { in handle_reserve() 560 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard()
|
H A D | boxed.rs | 1900 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 1907 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 1914 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 2309 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from() 2316 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 616 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 622 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 628 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 634 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/openbmc/linux/scripts/ |
H A D | generate_rust_target.rs | 31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() 93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
|
/openbmc/linux/rust/kernel/init/ |
H A D | __internal.rs | 30 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() 42 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init()
|
/openbmc/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 22 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), CompileError> { in is_c_repr()
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 28 class Result: class
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
|
/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 | 53 enum class Result enum
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 506 pub fn post_load(&mut self, _version_id: u32) -> Result<(), ()> { in post_load()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2427 def Result(self): member in SlowInitClass
|