Home
last modified time | relevance | path

Searched refs:Err (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/rust/alloc/
H A Draw_vec.rs186 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 Dboxed.rs454 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 Dstr.rs115 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 Derror.rs245 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 Daic94xx_init.c80 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 Daic94xx_hwi.c152 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 Di2c-ali1563.c344 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 Dlib.rs28 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 Darc.rs571 Err(err) => Err(err), in init_with()
585 Err(err) => Err(err), in pin_init_with()
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs233 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 Dstd_vendor.rs25 Err(self) in downcast()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs185 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 Dlib.rs136 _ => Err(value), in try_from()
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/
H A Dlib.rs23 Err(_) => continue, in guess_the_number()
/openbmc/linux/kernel/
H A Daudit_tree.c825 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 DREADME.ftssp010_spi_test18 Err: serial
H A DREADME.sandbox-spi35 Err: serial
/openbmc/u-boot/board/rockchip/evb_rv1108/
H A DREADME43 Err: serial@10210000
/openbmc/u-boot/board/rockchip/sheep_rk3368/
H A DREADME40 Err: serial@ff690000
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch114 use nom7::{Err, IResult};
181 Err(e) => Err(e),
/openbmc/u-boot/doc/
H A DREADME.ae35061 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 D3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch60 msg_Err(tc, "Failed to import fd %d: Err=%#x", fd, tc->vt->GetError());
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME76 Err: serial@ff180000
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c307 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 Ddpaa.rst63 --------- |Dfl| |Err| |Cnf| |FQs| | |
84 Rx Err FQ Rx error frames FQ

12