/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 186 Err(_) => capacity_overflow(), in allocate_in() 190 Err(_) => capacity_overflow(), in allocate_in() 198 Err(_) => handle_alloc_error(layout), in allocate_in() 429 return Err(CapacityOverflow.into()); in grow_amortized() 455 return Err(CapacityOverflow.into()); in grow_exact() 544 Err(CapacityOverflow) => capacity_overflow(), in handle_reserve() 545 Err(AllocError { layout, .. }) => handle_alloc_error(layout), in handle_reserve() 562 Err(CapacityOverflow.into()) in alloc_guard()
|
H A D | boxed.rs | 454 Err(_) => handle_alloc_error(layout), in new_uninit_in() 528 Err(_) => handle_alloc_error(layout), in new_zeroed_in() 695 Err(_) => return Err(AllocError), in try_new_uninit_slice() 729 Err(_) => return Err(AllocError), in try_new_zeroed_slice() 1682 Err(boxed_slice) in try_from() 1715 Err(vec) in try_from() 1741 if self.is::<T>() { unsafe { Ok(self.downcast_unchecked::<T>()) } } else { Err(self) } in downcast() 1800 if self.is::<T>() { unsafe { Ok(self.downcast_unchecked::<T>()) } } else { Err(self) } in downcast() 1859 if self.is::<T>() { unsafe { Ok(self.downcast_unchecked::<T>()) } } else { Err(self) } in downcast() 2176 Err(self) in downcast()
|
/openbmc/linux/rust/kernel/ |
H A D | str.rs | 115 return Err(CStrConvertError::NotNulTerminated); in from_bytes_with_nul() 118 return Err(CStrConvertError::NotNulTerminated); in from_bytes_with_nul() 125 return Err(CStrConvertError::InteriorNul); in from_bytes_with_nul() 351 Err(_) => panic!("string contains interior NUL"), 516 Err(fmt::Error) in write_str() 577 return Err(EINVAL); in try_from_fmt()
|
H A D | error.rs | 245 Err(Error::from_errno(err)) in to_result() 295 return Err(unsafe { Error::from_errno_unchecked(err as core::ffi::c_int) }); in from_err_ptr() 335 Err(e) => T::from(e.to_errno() as i16), in from_result()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 80 goto Err; in asd_map_memio() 86 goto Err; in asd_map_memio() 100 Err: in asd_map_memio() 160 goto Err; in asd_map_ha() 166 goto Err; in asd_map_ha() 169 goto Err; in asd_map_ha() 175 goto Err; in asd_map_ha() 179 Err: in asd_map_ha() 209 goto Err; in asd_common_setup() 229 Err: in asd_common_setup() [all …]
|
H A D | aic94xx_hwi.c | 152 goto Err; in asd_init_sw() 159 goto Err; in asd_init_sw() 179 Err: in asd_init_sw() 317 goto Err; in asd_alloc_escbs() 330 Err: in asd_alloc_escbs()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ali1563.c | 344 goto Err; in ali1563_setup() 350 goto Err; in ali1563_setup() 360 goto Err; in ali1563_setup() 366 goto Err; in ali1563_setup() 372 goto Err; in ali1563_setup() 377 Err: in ali1563_setup()
|
/openbmc/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 28 Err(CompileError( in is_c_repr() 56 Err(CompileError( in get_fields() 62 Err(CompileError( in get_fields()
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 571 Err(err) => Err(err), in init_with() 585 Err(err) => Err(err), in pin_init_with()
|
/openbmc/linux/rust/alloc/vec/ |
H A D | into_iter.rs | 233 NonZeroUsize::new(n - step_size).map_or(Ok(()), Err) in advance_by() 251 return Err(unsafe { array::IntoIter::new_unchecked(raw_ary, 0..len) }); 265 return Err(array::IntoIter::new_unchecked(raw_ary, 0..len)); 330 NonZeroUsize::new(n - step_size).map_or(Ok(()), Err) in advance_back_by()
|
/openbmc/linux/rust/kernel/sync/arc/ |
H A D | std_vendor.rs | 25 Err(self) in downcast()
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 185 Err(v) if (0x3f8..0x400).contains(&(v >> 2)) => { in read() 188 Err(_) => { in read() 239 Err(_bad_offset) => { in write() 509 return Err(()); in post_load()
|
H A D | lib.rs | 136 _ => Err(value), in try_from()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/ |
H A D | lib.rs | 23 Err(_) => continue, in guess_the_number()
|
/openbmc/linux/kernel/ |
H A D | audit_tree.c | 825 goto Err; in audit_add_tree_rule() 830 goto Err; in audit_add_tree_rule() 835 goto Err; in audit_add_tree_rule() 850 goto Err; in audit_add_tree_rule() 862 Err: in audit_add_tree_rule()
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.ftssp010_spi_test | 18 Err: serial
|
H A D | README.sandbox-spi | 35 Err: serial
|
/openbmc/u-boot/board/rockchip/evb_rv1108/ |
H A D | README | 43 Err: serial@10210000
|
/openbmc/u-boot/board/rockchip/sheep_rk3368/ |
H A D | README | 40 Err: serial@ff690000
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-38535_pre.patch | 114 use nom7::{Err, IResult}; 181 Err(e) => Err(e),
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 61 Err: serial@f0300000 128 Err: serial@f0300000 162 Err: serial@f0300000
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch | 60 msg_Err(tc, "Failed to import fd %d: Err=%#x", fd, tc->vt->GetError());
|
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
H A D | README | 76 Err: serial@ff180000
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | smu_v11_0_i2c.c | 307 goto Err; in smu_v11_0_i2c_transmit() 338 Err: in smu_v11_0_i2c_transmit()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 63 --------- |Dfl| |Err| |Cnf| |FQs| | | 84 Rx Err FQ Rx error frames FQ
|