| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | displaymode.h | 25 MODE_VIRTUAL_X, /* mode width too large for specified virtual size */ 26 MODE_VIRTUAL_Y, /* mode height too large for specified virtual size */ 29 MODE_CLOCK_HIGH, /* clock required is too high */ 30 MODE_CLOCK_LOW, /* clock required is too low */ 35 MODE_HSYNC_NARROW, /* horizontal sync too narrow */ 36 MODE_HSYNC_WIDE, /* horizontal sync too wide */ 37 MODE_HBLANK_NARROW, /* horizontal blanking too narrow */ 38 MODE_HBLANK_WIDE, /* horizontal blanking too wide */ 39 MODE_VSYNC_NARROW, /* vertical sync too narrow */ 40 MODE_VSYNC_WIDE, /* vertical sync too wide */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/ |
| H A D | tst_qgeocoordinate.cpp | 126 QTest::newRow("both too high") << 90.1 << 180.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 127 QTest::newRow("latitude too high") << 90.1 << 0.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 128 QTest::newRow("longitude too high") << 0.1 << 180.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 130 QTest::newRow("both too low") << -90.1 << -180.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 131 QTest::newRow("latitude too low") << -90.1 << 0.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 132 QTest::newRow("longitude too low") << 0.1 << -180.1 << QGeoCoordinate::InvalidCoordinate; in constructor_lat_long_data() 134 QTest::newRow("both not too high") << 90.0 << 180.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data() 135 QTest::newRow("both not too low") << -90.0 << -180.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data() 137 …QTest::newRow("latitude too high and longitude too low") << 90.1 << -180.1 << QGeoCoordinate::Inva… in constructor_lat_long_data() 138 …QTest::newRow("latitude too low and longitude too high") << -90.1 << 180.1 << QGeoCoordinate::Inva… in constructor_lat_long_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sense_codes.h | 151 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 …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | errno_str.c | 21 ERRNO_MSG(E2BIG, "Argument list too long"), 38 ERRNO_MSG(EMFILE, "Too many open files"), 41 ERRNO_MSG(EFBIG, "File too large"), 45 ERRNO_MSG(EMLINK, "Too many links"), 50 ERRNO_MSG(ENAMETOOLONG, "File name too long"), 54 ERRNO_MSG(ELOOP, "Too many symbolic links encountered"), 89 ERRNO_MSG(EOVERFLOW, "Value too large for defined data type"), 96 ERRNO_MSG(ELIBMAX, "Attempting to link in too many shared libraries"), 101 ERRNO_MSG(EUSERS, "Too many users"), 104 ERRNO_MSG(EMSGSIZE, "Message too long"), [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | drm_modes.h | 227 * @MODE_VIRTUAL_X: mode width too large for specified virtual size 228 * @MODE_VIRTUAL_Y: mode height too large for specified virtual size 231 * @MODE_CLOCK_HIGH: clock required is too high 232 * @MODE_CLOCK_LOW: clock required is too low 237 * @MODE_HSYNC_NARROW: horizontal sync too narrow 238 * @MODE_HSYNC_WIDE: horizontal sync too wide 239 * @MODE_HBLANK_NARROW: horizontal blanking too narrow 240 * @MODE_HBLANK_WIDE: horizontal blanking too wide 241 * @MODE_VSYNC_NARROW: vertical sync too narrow 242 * @MODE_VSYNC_WIDE: vertical sync too wide [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | limits.hpp | 24 # error "BOOST_PROTO_MAX_ARITY is set too low" 76 # error "BOOST_PHOENIX_ARG_LIMIT is set too low" 86 # error "BOOST_PHOENIX_ACTOR_LIMIT is set too low" 96 # error "BOOST_PHOENIX_PERFECT_FORWARD_LIMIT is set too low" 104 # error "BOOST_PHOENIX_COMPOSITE_LIMIT is set too low" 114 # error "BOOST_PHOENIX_MEMBER_LIMIT is set too low" 122 # error "BOOST_PHOENIX_CATCH_LIMIT is set too low" 130 # error "BOOST_PHOENIX_DYNAMIC_LIMIT is set too low" 138 # error "BOOST_PHOENIX_LOCAL_LIMIT is set too low"
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | errno.h | 10 #define E2BIG 7 /* Argument list too long */ 27 #define EMFILE 24 /* Too many open files */ 30 #define EFBIG 27 /* File too large */ 34 #define EMLINK 31 /* Too many links */ 40 #define ENAMETOOLONG 36 /* File name too long */ 46 #define ELOOP 40 /* Too many symbolic links encountered */ 83 #define EOVERFLOW 75 /* Value too large for defined data type */ 90 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ 95 #define EUSERS 87 /* Too many users */ 98 #define EMSGSIZE 90 /* Message too long */ [all …]
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | protocol_uae.h | 15 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 …]
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0001-Fix-FBXConverter-use-proper-64-bit-constant.patch | 8 code/FBXConverter.cpp:2025: error: integer constant is too large for 'long' type 9 code/FBXConverter.cpp:2026: error: integer constant is too large for 'long' type 10 code/FBXConverter.cpp:2794: error: integer constant is too large for 'long' type 11 code/FBXConverter.cpp:2868: error: integer constant is too large for 'long' type 12 code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type 13 code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | errno.h | 37 #define E2BIG 7 /* Arg list too long */ 55 #define ENFILE 23 /* Too many open files in system */ 56 #define EMFILE 24 /* File descriptor value too large */ 59 #define EFBIG 27 /* File too large */ 63 #define EMLINK 31 /* Too many links */ 66 #define ERANGE 34 /* Result too large */ 121 #define ELIBMAX 86 /* Attempting to link in too many libs */ 129 #define ENAMETOOLONG 91 /* File or path name too long */ 130 #define ELOOP 92 /* Too many symbolic links */ 153 #define EMSGSIZE 122 /* Message too long */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | errno.h | 37 #define E2BIG 7 /* Arg list too long */ 55 #define ENFILE 23 /* Too many open files in system */ 56 #define EMFILE 24 /* File descriptor value too large */ 59 #define EFBIG 27 /* File too large */ 63 #define EMLINK 31 /* Too many links */ 66 #define ERANGE 34 /* Result too large */ 121 #define ELIBMAX 86 /* Attempting to link in too many libs */ 129 #define ENAMETOOLONG 91 /* File or path name too long */ 130 #define ELOOP 92 /* Too many symbolic links */ 153 #define EMSGSIZE 122 /* Message too long */ [all …]
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | error.c | 51 {"Argument list too long", E2BIG}, 65 {"Too many open files in system", ENFILE}, 66 {"Too many open files", EMFILE}, 68 {"File too large", EFBIG}, 72 {"Too many links", EMLINK}, 77 {"File name too long", ENAMETOOLONG}, 81 {"Too many levels of symbolic links", ELOOP}, 94 {"Too many users", EUSERS}, 96 {"Message too long", EMSGSIZE}, 144 {"i/o count too large", EIO}, [all …]
|
| /OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 14 #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 */
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 14 #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 */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | Kconfig | 46 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | CVE-2022-40303.patch | 44 - errmsg = "Name too long use XML_PARSE_HUGE option"; 45 + errmsg = "Name too long"; 276 + "entity value too long\n"); 303 - "AttValue length too long\n"); 315 + "AttValue length too long\n"); 331 - "AttValue length too long\n"); 427 - "Comment too big found", NULL); 441 + "Comment too big found", NULL); 466 "Comment too big found", NULL); 485 - "PI %s too big found", target); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H A D | cec-pin-priv.h | 31 /* Generate a start bit period that is too short */ 33 /* Generate a start bit period that is too long */ 43 /* Generate a bit period that is too short */ 45 /* Generate a bit period that is too long */ 51 /* Generate a bit period that is too short */ 53 /* 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 */
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 17 #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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | errno.h | 8 #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 */
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | errno.h | 8 #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 */
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 17 #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 */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | errno.h | 8 #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 */
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 8 #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 */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0007-gcc-Fix-argument-list-too-long-error.patch | 4 Subject: [PATCH] gcc: Fix argument list too long error. 6 There would be an "Argument list too long" error when the 11 The PLUGIN_HEADERS is too long before sort, so the "echo" can't handle 12 it, use the $(sort list) of GNU make which can handle the too long list 22 issue but include the new files too as reported by Zhuang <qiuguang.zqg@alibaba-inc.com>
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 39 #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 */
|