Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 22 of 22) 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/linux/rust/alloc/vec/
H A Dspec_extend.rs18 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 Dmod.rs1093 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 Dinto_iter.rs53 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 Ddrain.rs40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/openbmc/linux/rust/kernel/
H A Dinit.rs777 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 Derror.rs165 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 Dstr.rs227 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 Draw_vec.rs339 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 Dboxed.rs1900 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 Darc.rs616 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 Dgenerate_rust_target.rs31 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.rs30 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 Dlib.rs22 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), CompileError> { in is_c_repr()
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py28 class Result: class
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
/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.hpp53 enum class Result enum
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs506 pub fn post_load(&mut self, _version_id: u32) -> Result<(), ()> { in post_load()
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2427 def Result(self): member in SlowInitClass