| /Linux-v6.6/rust/kernel/ |
| D | error.rs | 27 pub const $err: super::Error = super::Error(-(crate::bindings::$err as i32)); 95 pub struct Error(core::ffi::c_int); struct 97 impl Error { impl 102 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error { in from_errno() argument 114 Error(errno) in from_errno() 122 unsafe fn from_errno_unchecked(errno: core::ffi::c_int) -> Error { in from_errno_unchecked() argument 125 Error(errno) in from_errno_unchecked() 164 impl fmt::Debug for Error { implementation 177 impl From<AllocError> for Error { implementation 178 fn from(_: AllocError) -> Error { in from() argument [all …]
|
| D | str.rs | 12 error::{code::*, Error}, 51 impl From<CStrConvertError> for Error { implementation 53 fn from(_: CStrConvertError) -> Error { in from() argument 516 Err(fmt::Error) in write_str() 553 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument 597 type Error = AllocError; typedef
|
| D | init.rs | 213 error::{self, Error}, 621 @error($crate::error::Error), 721 @error($crate::error::Error), 1128 Error: From<E>, in pin_init() 1132 pin_init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in pin_init() 1145 Error: From<E>, in init() 1149 init_from_closure(|slot| init.__pinned_init(slot).map_err(|e| Error::from(e))) in init()
|
| /Linux-v6.6/rust/alloc/ |
| D | boxed.rs | 155 use core::error::Error; 1645 type Error = Box<[T]>; typedef 1656 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() argument 1668 type Error = Vec<T>; typedef 1688 fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> { in try_from() argument 2142 impl dyn Error { implementation 2147 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error>> { in downcast() argument 2150 let raw: *mut dyn Error = Box::into_raw(self); in downcast() 2159 impl dyn Error + Send { 2164 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error + Send>> { in downcast() [all …]
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-platform-devices-ampere-smpro | 5 (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 … 21 …| 16 | Error Misc 0 | 8 | See ARM RAS specification for details … 23 …| 24 | Error Misc 1 | 8 | See ARM RAS specification for details … 25 …| 32 | Error Misc 2 | 8 | See ARM RAS specification for details … 27 …| 40 | Error Misc 3 | 8 | See ARM RAS specification for details … 35 …| Error Group | Error Type | Sub type | Sub component | Instance … 53 …| MCU (mem) | 1 | 7 | Link Error | MCU # … [all …]
|
| D | sysfs-bus-pci-devices-aer_stats | 23 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
|
| D | sysfs-bus-fcoe | 58 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
|
| D | sysfs-class-fpga-manager | 31 * write init error = Error while preparing FPGA for programming 33 * write error = Error while programming 35 * write complete error = Error while doing post programming
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/marvell/ |
| D | octeontx2.rst | 172 - Error due to operation of unmapped PF. 173 - Error due to disabled alloc/free for other HW blocks (NIX, SSO, TIM, DPI and AURA). 178 - AQ Doorbell Error. 182 - RAS Error Reporting for NPA_AQ_INST_S/NPA_AQ_RES_S. 186 - Error due to unmapped slot. 203 - Error Type 204 - Error Register value 216 Unmap Slot Error 219 NPA Error Interrupt Reg : 4096 220 AQ Doorbell Error [all …]
|
| /Linux-v6.6/drivers/acpi/apei/ |
| D | Kconfig | 9 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 tristate "APEI Error Record Serialization Table (ERST) Debug Support"
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| D | counters.rst | 104 Error Counters 162 - Error 170 - Error 232 - Error 237 - Error 293 - Error 315 - Error 369 - Error 373 - Error 400 - Error [all …]
|
| /Linux-v6.6/drivers/pci/pcie/ |
| D | Kconfig | 10 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 141 bool "PCI Express Error Disconnect Recover support" 144 This option adds Error Disconnect Recover support as specified
|
| /Linux-v6.6/Documentation/driver-api/mei/ |
| D | mei.rst | 104 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-v6.6/Documentation/PCI/ |
| D | pcieaer-howto.rst | 5 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-v6.6/Documentation/driver-api/ |
| D | mtdnand.rst | 699 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 719 0x00 ECC byte 0 Error correction code byte 0 of the lower 721 0x01 ECC byte 1 Error correction code byte 1 of the lower 723 0x02 ECC byte 2 Error correction code byte 2 of the lower 725 0x03 ECC byte 3 Error correction code byte 0 of the upper 732 0x06 ECC byte 4 Error correction code byte 1 of the upper 734 0x07 ECC byte 5 Error correction code byte 2 of the upper 751 0x28 ECC byte 0 Error correction code byte 0 of the first [all …]
|
| /Linux-v6.6/Documentation/gpu/amdgpu/ |
| D | ras.rst | 8 RAS debugfs/sysfs Control and Error Injection Interfaces 20 RAS Error Count sysfs Interface 24 :doc: AMDGPU RAS sysfs Error Count Interface
|
| /Linux-v6.6/Documentation/driver-api/serial/ |
| D | serial-iso7816.rst | 49 /* Error handling. See errno. */ 77 /* Error handling. See errno. */ 84 /* Error handling. See errno. */
|
| /Linux-v6.6/Documentation/ABI/removed/ |
| D | sysfs-bus-nfit | 13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2 16 need to perform read-modify-write cycles to maintain ECC (Error
|
| /Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | marvell,sei.txt | 1 Marvell SEI (System Error Interrupt) Controller 4 Marvell SEI (System Error Interrupt) controller is an interrupt
|
| /Linux-v6.6/rust/alloc/collections/ |
| D | mod.rs | 137 ) -> core::result::Result<(), core::fmt::Error> { in fmt() argument 159 impl core::error::Error for TryReserveError {}
|
| /Linux-v6.6/Documentation/usb/ |
| D | gadget_printer.rst | 213 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 234 printf("Error %d reading from %s\n", 263 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 289 printf("Error %d writing to %s\n", 324 printf("Error %d opening %s\n", fd, PRINTER_FILE); 357 printf("Error %d opening %s\n", fd, PRINTER_FILE); 392 printf("Error %d opening %s\n", fd, PRINTER_FILE);
|
| /Linux-v6.6/Documentation/driver-api/usb/ |
| D | error-codes.rst | 3 USB Error codes 17 Error codes returned by :c:func:`usb_submit_urb` 80 Error codes returned by ``in urb->status`` or in ``iso_frame_desc[n].status`` (for ISO) 180 Error codes like ``-EPROTO``, ``-EILSEQ`` and ``-EOVERFLOW`` normally 193 Error codes returned by usbcore-functions
|
| /Linux-v6.6/drivers/acpi/ |
| D | nvs.c | 107 goto Error; in suspend_nvs_register() 119 Error: in suspend_nvs_register()
|
| /Linux-v6.6/Documentation/gpu/rfc/ |
| D | i915_small_bar.rst | 37 Error Capture restrictions 41 1) Error capture is best effort on small BAR systems; if the pages are not
|
| /Linux-v6.6/Documentation/crypto/ |
| D | api-samples.rst | 35 pr_err("Error allocating xts(aes) handle: %ld\n", PTR_ERR(tfm)); 42 pr_err("Error setting key: %d\n", err); 80 pr_err("Error encrypting data: %d\n", err);
|