Home
last modified time | relevance | path

Searched full:too (Results 1 – 25 of 4600) sorted by relevance

12345678910>>...184

/Linux-v6.1/drivers/scsi/
Dsense_codes.h151 SENSE_CODE(0x0E01, "Information unit too short")
152 SENSE_CODE(0x0E02, "Information unit too long")
164 SENSE_CODE(0x1102, "Error too long to correct")
310 SENSE_CODE(0x2606, "Too many target descriptors")
312 SENSE_CODE(0x2608, "Too many segment descriptors")
377 SENSE_CODE(0x2C01, "Too many windows specified")
494 SENSE_CODE(0x3B1C, "Too many logical objects on partition to support operation")
566 SENSE_CODE(0x4B02, "Too much write data")
663 SENSE_CODE(0x5D11, "Hardware impending failure drive error rate too high")
664 SENSE_CODE(0x5D12, "Hardware impending failure data error rate too high")
[all …]
/Linux-v6.1/fs/afs/
Dprotocol_uae.h15 UAE2BIG = 0x2f6df06, /* Arg list too long */
32 UAEMFILE = 0x2f6df17, /* Too many open files */
35 UAEFBIG = 0x2f6df1a, /* File too large */
39 UAEMLINK = 0x2f6df1e, /* Too many links */
44 UAENAMETOOLONG = 0x2f6df23, /* File name too long */
48 UAELOOP = 0x2f6df27, /* Too many symbolic links encountered */
82 UAEOVERFLOW = 0x2f6df49, /* Value too large for defined data type */
89 UAELIBMAX = 0x2f6df50, /* Attempting to link in too many shared libraries */
94 UAEUSERS = 0x2f6df55, /* Too many users */
97 UAEMSGSIZE = 0x2f6df58, /* Message too long */
[all …]
/Linux-v6.1/arch/sparc/include/uapi/asm/
Derrno.h14 #define EMSGSIZE 40 /* Message too long */
33 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
36 #define ELOOP 62 /* Too many symbolic links encountered */
37 #define ENAMETOOLONG 63 /* File name too long */
41 #define EPROCLIM 67 /* SUNOS: Too many processes */
42 #define EUSERS 68 /* Too many users */
55 #define ERREMOTE 81 /* SunOS: Too many lvls of remote in path */
68 #define EOVERFLOW 92 /* Value too large for defined data type */
99 #define ELIBMAX 123 /* Atmpt to link in too many shared libs */
/Linux-v6.1/tools/arch/sparc/include/uapi/asm/
Derrno.h14 #define EMSGSIZE 40 /* Message too long */
33 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
36 #define ELOOP 62 /* Too many symbolic links encountered */
37 #define ENAMETOOLONG 63 /* File name too long */
41 #define EPROCLIM 67 /* SUNOS: Too many processes */
42 #define EUSERS 68 /* Too many users */
55 #define ERREMOTE 81 /* SunOS: Too many lvls of remote in path */
68 #define EOVERFLOW 92 /* Value too large for defined data type */
99 #define ELIBMAX 123 /* Atmpt to link in too many shared libs */
/Linux-v6.1/drivers/net/ethernet/realtek/
DKconfig46 config 8139TOO
56 will be called 8139too. This is recommended.
61 depends on 8139TOO
70 depends on 8139TOO
81 depends on 8139TOO
90 depends on 8139TOO
92 The 8139too driver was recently updated to contain a more rapid
/Linux-v6.1/net/9p/
Derror.c49 {"Argument list too long", E2BIG},
63 {"Too many open files in system", ENFILE},
64 {"Too many open files", EMFILE},
66 {"File too large", EFBIG},
70 {"Too many links", EMLINK},
75 {"File name too long", ENAMETOOLONG},
79 {"Too many levels of symbolic links", ELOOP},
92 {"Too many users", EUSERS},
94 {"Message too long", EMSGSIZE},
142 {"i/o count too large", EIO},
[all …]
/Linux-v6.1/lib/zstd/common/
Derror_private.c29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
38 case PREFIX(tableLog_tooLarge): return "tableLog requires too much memory : unsupported"; in ERR_getErrorString()
39 case PREFIX(maxSymbolValue_tooLarge): return "Unsupported max Symbol Value : too large"; in ERR_getErrorString()
40 case PREFIX(maxSymbolValue_tooSmall): return "Specified maxSymbolValue is too small"; in ERR_getErrorString()
44 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString()
48 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
/Linux-v6.1/drivers/media/cec/core/
Dcec-pin-priv.h42 /* Generate a start bit period that is too short */
44 /* Generate a start bit period that is too long */
54 /* Generate a bit period that is too short */
56 /* Generate a bit period that is too long */
62 /* Generate a bit period that is too short */
64 /* Generate a bit period that is too long */
73 /* Generate a bit period that is too short */
75 /* Generate a bit period that is too long */
/Linux-v6.1/include/uapi/asm-generic/
Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */
21 #define ELOOP 40 /* Too many symbolic links encountered */
58 #define EOVERFLOW 75 /* Value too large for defined data type */
65 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
70 #define EUSERS 87 /* Too many users */
73 #define EMSGSIZE 90 /* Message too long */
92 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
Derrno-base.h11 #define E2BIG 7 /* Argument list too long */
28 #define EMFILE 24 /* Too many open files */
31 #define EFBIG 27 /* File too large */
35 #define EMLINK 31 /* Too many links */
/Linux-v6.1/arch/alpha/include/uapi/asm/
Derrno.h17 #define EMSGSIZE 40 /* Message too long */
36 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
39 #define ELOOP 62 /* Too many symbolic links encountered */
40 #define ENAMETOOLONG 63 /* File name too long */
45 #define EUSERS 68 /* Too many users */
93 #define EOVERFLOW 112 /* Value too large for defined data type */
107 #define ELIBMAX 125 /* Attempting to link in too many shared libraries */
/Linux-v6.1/tools/include/uapi/asm-generic/
Derrno.h8 #define ENAMETOOLONG 36 /* File name too long */
21 #define ELOOP 40 /* Too many symbolic links encountered */
58 #define EOVERFLOW 75 /* Value too large for defined data type */
65 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
70 #define EUSERS 87 /* Too many users */
73 #define EMSGSIZE 90 /* Message too long */
92 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
Derrno-base.h11 #define E2BIG 7 /* Argument list too long */
28 #define EMFILE 24 /* Too many open files */
31 #define EFBIG 27 /* File too large */
35 #define EMLINK 31 /* Too many links */
/Linux-v6.1/tools/arch/alpha/include/uapi/asm/
Derrno.h17 #define EMSGSIZE 40 /* Message too long */
36 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
39 #define ELOOP 62 /* Too many symbolic links encountered */
40 #define ENAMETOOLONG 63 /* File name too long */
45 #define EUSERS 68 /* Too many users */
93 #define EOVERFLOW 112 /* Value too large for defined data type */
107 #define ELIBMAX 125 /* Attempting to link in too many shared libraries */
/Linux-v6.1/tools/testing/selftests/sync/
Dsync_fence.c98 "a has too many active fences!\n"); in test_fence_one_timeline_merge()
100 "b has too many active fences!\n"); in test_fence_one_timeline_merge()
102 "c has too many active fences!\n"); in test_fence_one_timeline_merge()
104 "d has too many active fences!\n"); in test_fence_one_timeline_merge()
111 "d signaled too early!\n"); in test_fence_one_timeline_merge()
117 "d signaled too early!\n"); in test_fence_one_timeline_merge()
/Linux-v6.1/arch/parisc/include/uapi/asm/
Derrno.h39 #define EUSERS 68 /* Too many users */
43 #define EOVERFLOW 72 /* Value too large for defined data type */
60 #define ELIBMAX 173 /* Attempting to link in too many shared libraries */
81 #define EMSGSIZE 218 /* Message too long */
100 #define ETOOMANYREFS 237 /* Too many references: cannot splice */
112 #define ENAMETOOLONG 248 /* File name too long */
113 #define ELOOP 249 /* Too many symbolic links encountered */
/Linux-v6.1/arch/mips/include/uapi/asm/
Derrno.h53 #define ENAMETOOLONG 78 /* File name too long */
54 #define EOVERFLOW 79 /* Value too large for defined data type */
61 #define ELIBMAX 86 /* Attempting to link in too many shared libraries */
65 #define ELOOP 90 /* Too many symbolic links encountered */
69 #define EUSERS 94 /* Too many users */
72 #define EMSGSIZE 97 /* Message too long */
98 #define ETOOMANYREFS 144 /* Too many references: cannot splice */
/Linux-v6.1/tools/arch/mips/include/uapi/asm/
Derrno.h53 #define ENAMETOOLONG 78 /* File name too long */
54 #define EOVERFLOW 79 /* Value too large for defined data type */
61 #define ELIBMAX 86 /* Attempting to link in too many shared libraries */
65 #define ELOOP 90 /* Too many symbolic links encountered */
69 #define EUSERS 94 /* Too many users */
72 #define EMSGSIZE 97 /* Message too long */
98 #define ETOOMANYREFS 144 /* Too many references: cannot splice */
/Linux-v6.1/tools/arch/parisc/include/uapi/asm/
Derrno.h39 #define EUSERS 68 /* Too many users */
43 #define EOVERFLOW 72 /* Value too large for defined data type */
60 #define ELIBMAX 173 /* Attempting to link in too many shared libraries */
81 #define EMSGSIZE 218 /* Message too long */
100 #define ETOOMANYREFS 237 /* Too many references: cannot splice */
112 #define ENAMETOOLONG 248 /* File name too long */
113 #define ELOOP 249 /* Too many symbolic links encountered */
/Linux-v6.1/include/drm/
Ddrm_modes.h58 * @MODE_VIRTUAL_X: mode width too large for specified virtual size
59 * @MODE_VIRTUAL_Y: mode height too large for specified virtual size
62 * @MODE_CLOCK_HIGH: clock required is too high
63 * @MODE_CLOCK_LOW: clock required is too low
68 * @MODE_HSYNC_NARROW: horizontal sync too narrow
69 * @MODE_HSYNC_WIDE: horizontal sync too wide
70 * @MODE_HBLANK_NARROW: horizontal blanking too narrow
71 * @MODE_HBLANK_WIDE: horizontal blanking too wide
72 * @MODE_VSYNC_NARROW: vertical sync too narrow
73 * @MODE_VSYNC_WIDE: vertical sync too wide
[all …]
/Linux-v6.1/arch/x86/kernel/
Debda.c17 * conventional memory (int 0x12) too.
36 * them too.
40 * too much, to not risk reserving too little.
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/direct/
Dftrace-direct.tc58 rmmod ftrace-direct-too ||:
59 modprobe ftrace-direct-too
69 rmmod ftrace-direct-too ||:
/Linux-v6.1/arch/x86/mm/
Dsrat.c50 printk(KERN_ERR "SRAT: Too many proximity domains %x\n", pxm); in acpi_numa_x2apic_affinity_init()
56 …printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%04x -> Node %u skipped apicid that is too big\n", pxm, a… in acpi_numa_x2apic_affinity_init()
85 printk(KERN_ERR "SRAT: Too many proximity domains %x\n", pxm); in acpi_numa_processor_affinity_init()
96 …printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%02x -> Node %u skipped apicid that is too big\n", pxm, a… in acpi_numa_processor_affinity_init()
/Linux-v6.1/Documentation/scsi/
Dcxgb3i.rst42 buffer. Otherwise, the payload data will be sent to the host too.
77 The default setting for MaxRecvDataSegmentLength (131072) is too big;
83 too big. A error message in the format of
84 "cxgb3i: ERR! MaxRecvSegmentLength <X> too big. Need to be <= <Y>."
/Linux-v6.1/Documentation/driver-api/md/
Draid5-cache.rst50 write-back mode fixes the 'write hole' issue too, since all write data is
56 overhead too. Write-back cache will aggregate the data and flush the data to
73 Too small cache disk will make the write aggregation less efficient in this
84 checksumed too. The checksum is stored in the meta data ahead of the data. The
110 they are discarded too. MD then loads valid data and writes them to RAID disks

12345678910>>...184