Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/linux-6.15/rust/kernel/
H A Derror.rs25 pub const $err: super::Error =
98 pub struct Error(NonZeroI32); struct
100 impl Error { implementation
183 impl fmt::Debug for Error { implementation
198 impl From<AllocError> for Error { implementation
210 impl From<Utf8Error> for Error { implementation
211 fn from(_: Utf8Error) -> Error { in from() argument
216 impl From<LayoutError> for Error { implementation
222 impl From<core::fmt::Error> for Error { implementation
223 fn from(_: core::fmt::Error) -> Error { in from() argument
[all …]
H A Dinit.rs139 error::{self, Error},
165 Error: From<E>, in pin_init()
169 pin_init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in pin_init()
182 Error: From<E>, in init()
186 init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in init()
236 }? $crate::error::Error)
296 }? $crate::error::Error)
H A Ddriver.rs8 use crate::error::{Error, Result};
73 pub fn new(name: &'static CStr, module: &'static ThisModule) -> impl PinInit<Self, Error> { in new() argument
117 ) -> impl ::pin_init::PinInit<Self, $crate::error::Error> {
H A Dstr.rs9 use crate::error::{code::*, Error};
188 impl From<CStrConvertError> for Error { implementation
190 fn from(_: CStrConvertError) -> Error { in from() argument
835 Err(fmt::Error) in write_str()
873 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
925 type Error = AllocError; typedef
/linux-6.15/rust/pin-init/examples/
H A Dpthread_mutex.rs42 pub enum Error { enum
44 IO(std::io::Error),
48 impl From<Infallible> for Error { implementation
55 impl From<AllocError> for Error { implementation
62 pub fn new(data: T) -> impl PinInit<Self, Error> { in new() argument
63 fn init_raw() -> impl PinInit<UnsafeCell<libc::pthread_mutex_t>, Error> { in new()
72 return Err(Error::IO(std::io::Error::from_raw_os_error(ret))); in new()
81 return Err(Error::IO(std::io::Error::from_raw_os_error(ret))); in new()
90 return Err(Error::IO(std::io::Error::from_raw_os_error(ret))); in new()
101 }? Error) in new()
H A Derror.rs11 pub struct Error; struct
13 impl From<Infallible> for Error { implementation
20 impl From<AllocError> for Error { implementation
/linux-6.15/Documentation/ABI/testing/
H A Ddebugfs-dwc-pcie99 3) Decode Error
100 4) Running Disparity Error
101 5) SKP OS Parity Error
102 6) SYNC Header Error
104 8) CTL SKP OS Parity Error
109 13) Receiver Error
112 16) Framing Error
113 17) Deskew Error
114 18) Framing Error In L0
117 21) LCRC Error
[all …]
H A Dsysfs-bus-platform-devices-ampere-smpro5 (RO) Contains the 48-byte Ampere (Vendor-Specific) Error Record printed
11 …| 00 | Error Type | 1 | See :ref:`the table below <smpro-error-types>` for detail…
17 …| 04 | Error status | 4 | See ARM RAS specification for details …
19 …| 08 | Error Address | 8 | See ARM RAS specification for details …
35 …| Error Group | Error Type | Sub type | Sub component | Instance …
171 UE: Uncorrect-able Error
172 CE: Correct-able Error
174 For details, see section `3.3 Ampere (Vendor-Specific) Error Record Formats,
211 - UE: Uncorrect-able Error
212 - CE: Correct-able Error
[all …]
H A Dsysfs-bus-pci-devices-aer_stats23 Receiver Error 2
29 Corrected Internal Error 0
46 Surprise Down Error 0
57 Uncorrectable Internal Error 0
60 TLP Prefix Blocked Error 0
76 Surprise Down Error 0
87 Uncorrectable Internal Error 0
90 TLP Prefix Blocked Error 0
H A Dsysfs-bus-fcoe58 Link Error Status Block (LESB) link failure count.
61 Link Error Status Block (LESB) virtual link
65 Link Error Status Block (LESB) missed FCoE
69 Link Error Status Block (LESB) symbolic error count.
72 Link Error Status Block (LESB) block error count.
75 Link Error Status Block (LESB) Fibre Channel
/linux-6.15/drivers/acpi/apei/
H A DKconfig9 bool "ACPI Platform Error Interface (APEI)"
21 bool "APEI Generic Hardware Error Source"
27 Generic Hardware Error Source provides a way to report
56 tristate "APEI Error INJection (EINJ)"
64 bool "CXL Error INJection Support"
69 Support for CXL protocol Error INJection through debugfs/cxl.
77 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
/linux-6.15/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml22 fabric. Each Root MN contains a Error Monitor (EM) which detects and
23 logs error. Interrupts from various EM blocks are collated by Error
29 the interrupt from EN. Debug information includes Error Code, Error
33 If the Error Response Disable (ERD) is set/enabled for an initiator,
/linux-6.15/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst162 - Error
170 - Error
254 - Error
259 - Error
315 - Error
342 - Error
396 - Error
400 - Error
427 - Error
491 - Error
[all …]
/linux-6.15/drivers/pci/pcie/
H A DKconfig10 support for Native Hot-Plug, Advanced Error Reporting, Power
29 bool "PCI Express Advanced Error Reporting support"
33 This enables PCI Express Root Port Advanced Error Reporting
34 (AER) driver support. Error reporting messages sent to Root
42 This enables PCI Express Root Port Advanced Error Reporting
150 bool "PCI Express Error Disconnect Recover support"
153 This option adds Error Disconnect Recover support as specified
/linux-6.15/Documentation/driver-api/mei/
H A Dmei.rst104 Error returns:
110 EFAULT Fatal Error (e.g. Unable to access user input data)
141 Error returns:
147 EFAULT Fatal Error (e.g. Unable to access user input data)
169 Error returns:
175 EFAULT Fatal Error (e.g. Unable to access user input data)
196 Error returns:
200 EFAULT Fatal Error (e.g. Unable to access user input data)
/linux-6.15/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst179 - AQ Doorbell Error.
187 - Error due to unmapped slot.
204 - Error Type
205 - Error Register value
217 Unmap Slot Error
221 AQ Doorbell Error
239 - AQ Doorbell Error.
249 - Error due to unmapped slot.
274 - Error Type
275 - Error Register value
[all …]
/linux-6.15/rust/kernel/fs/
H A Dfile.rs13 error::{code::*, Error, Result},
400 return Err(Error::from_errno(fd)); in get_unused_fd_flags()
454 impl From<BadFdError> for Error { implementation
456 fn from(_: BadFdError) -> Error { in from() argument
/linux-6.15/Documentation/PCI/
H A Dpcieaer-howto.rst5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
19 This guide describes the basics of the PCI Express (PCIe) Advanced Error
31 the Advanced Error Reporting capability. The baseline capability is
33 set of error reporting requirements. Advanced Error Reporting
34 capability is implemented with a PCIe Advanced Error Reporting
38 Error Reporting capability. The PCIe AER driver provides three basic
79 …0000:50:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Reques…
125 Capability structure. Error information being logged includes storing
126 the error reporting agent's requestor ID into the Error Source
127 Identification Registers and setting the error bits of the Root Error
[all …]
/linux-6.15/Documentation/driver-api/
H A Dmtdnand.rst699 0x00 ECC byte 0 Error correction code byte 0
700 0x01 ECC byte 1 Error correction code byte 1
701 0x02 ECC byte 2 Error correction code byte 2
751 0x28 ECC byte 0 Error correction code byte 0 of the first
753 0x29 ECC byte 1 Error correction code byte 1 of the first
755 0x2A ECC byte 2 Error correction code byte 2 of the first
763 0x2E ECC byte 6 Error correction code byte 0 of the third
765 0x2F ECC byte 7 Error correction code byte 1 of the third
767 0x30 ECC byte 8 Error correction code byte 2 of the third
775 0x34 ECC byte 12 Error correction code byte 0 of the fifth
[all …]
/linux-6.15/Documentation/gpu/amdgpu/
H A Dras.rst8 RAS debugfs/sysfs Control and Error Injection Interfaces
20 RAS Error Count sysfs Interface
24 :doc: AMDGPU RAS sysfs Error Count Interface
/linux-6.15/Documentation/admin-guide/RAS/
H A Derror-decoding.rst3 Error decoding
9 Error decoding on AMD systems should be done using the rasdaemon tool:
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs37 type Error = kernel::error::Error;
39 fn try_from(value: u32) -> Result<Self, Self::Error> {
/linux-6.15/Documentation/driver-api/serial/
H A Dserial-iso7816.rst49 /* Error handling. See errno. */
77 /* Error handling. See errno. */
84 /* Error handling. See errno. */
/linux-6.15/Documentation/ABI/removed/
H A Dsysfs-bus-nfit13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
16 need to perform read-modify-write cycles to maintain ECC (Error
/linux-6.15/rust/kernel/block/mq/
H A Dtag_set.rs40 ) -> impl PinInit<Self, error::Error> { in new() argument
62 inner <- PinInit::<_, error::Error>::pin_chain(Opaque::new(tag_set?), |tag_set| { in new()

12345678910>>...17