Home
last modified time | relevance | path

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

12345678910>>...33

/Zephyr-latest/drivers/net/
Dnsos_errno.h18 #define NSOS_MID_E2BIG 7 /**< Arg list too long */
35 #define NSOS_MID_EMFILE 24 /**< Too many open files */
38 #define NSOS_MID_EFBIG 27 /**< File too large */
42 #define NSOS_MID_EMLINK 31 /**< Too many links */
44 #define NSOS_MID_EDOM 33 /**< Argument too large */
45 #define NSOS_MID_ERANGE 34 /**< Result too large */
57 #define NSOS_MID_ENAMETOOLONG 91 /**< File name too long */
58 #define NSOS_MID_ELOOP 92 /**< Too many levels of symbolic links */
86 #define NSOS_MID_ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-latest/drivers/gnss/
Dgnss_dump.h20 * @retval -ENOMEM if strsize too small
32 * @retval -ENOMEM if strsize too small
44 * @retval -ENOMEM if strsize too small
56 * @retval -ENOMEM if strsize too small
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h45 #define E2BIG 7 /**< Arg list too long */
62 #define EMFILE 24 /**< Too many open files */
65 #define EFBIG 27 /**< File too large */
69 #define EMLINK 31 /**< Too many links */
71 #define EDOM 33 /**< Argument too large */
72 #define ERANGE 34 /**< Result too large */
84 #define ENAMETOOLONG 91 /**< File name too long */
85 #define ELOOP 92 /**< Too many levels of symbolic links */
113 #define ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-latest/tests/drivers/flash/negative_tests/src/
Dmain.c91 /* Check error returned when erasing memory at wrong address (too low) */ in ZTEST()
95 /* Check error returned when erasing memory at wrong address (too high) */ in ZTEST()
99 /* Check error returned when erasing unaligned memory or too large chunk of memory */ in ZTEST()
124 /* Check error returned when filling memory at wrong address (too low) */ in ZTEST()
128 /* Check error returned when filling memory at wrong address (too high) */ in ZTEST()
158 /* Check error returned when flatten memory at wrong address (too low) */ in ZTEST()
162 /* Check error returned when flatten memory at wrong address (too high) */ in ZTEST()
193 /* Check error returned when reading from a wrong address (too low) */ in ZTEST()
197 /* Check error returned when reading from a wrong address (too high) */ in ZTEST()
201 /* Check error returned when reading too many data */ in ZTEST()
[all …]
/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h55 #define E2BIG 7 /**< Arg list too long */
72 #define EMFILE 24 /**< Too many open files */
75 #define EFBIG 27 /**< File too large */
79 #define EMLINK 31 /**< Too many links */
81 /* Implemented in errno.c Argument too large */
82 /* Implemented in errno.c Result too large */
94 #define ENAMETOOLONG 91 /**< File name too long */
95 #define ELOOP 92 /**< Too many levels of symbolic links */
123 #define ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_size8 by shell thread. Too small queue may lead to the logger thread being blocked
9 (see $(module)_LOG_MESSAGE_QUEUE_TIMEOUT). Too big queue on relatively
/Zephyr-latest/scripts/ci/
Dpylintrc37 # These might be nice to check too, but currently trigger false positives:
44 # These might be too controversial:
52 # cases. f-strings would be nicer too, and it's easier to convert from format()
95 too-many-star-expressions,
133 too-many-function-args,
154 logging-too-many-args,
155 logging-too-few-args,
161 too-many-format-args,
162 too-few-format-args,
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dgesture_predictor.cpp60 /* If there's been a recent prediction, don't trigger a new one too soon. */ in PredictGesture()
64 /* If we're predicting no gesture, or the average score is too low, or there's in PredictGesture()
65 * been a gesture recognised too recently, return no gesture. in PredictGesture()
73 * too soon. in PredictGesture()
/Zephyr-latest/lib/libc/armstdc/src/
Derrno.c24 const int __aeabi_EDOM = 33; /**< Argument too large */
25 const int __aeabi_ERANGE = 34; /**< Result too large */
/Zephyr-latest/drivers/ieee802154/
DKconfig.rf2xx21 a too little one, this option makes it easy to play with the size.
30 might need it too). And of course it has to start before the net stack.
DKconfig.mcr20a64 a too little one, this option makes it easy to play with the size.
73 might need it too). And of course it has to start before the net stack.
DKconfig.cc252019 a too little one, this option makes it easy to play with the size.
28 might need it too). And of course it has to start before the net stack.
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dfeedback_nrf53.c111 * "too late" to "too early". in update_sof_offset()
119 /* The heuristic above is not enough when the offset gets too large. in update_sof_offset()
170 * frame" are treated as "too late" instead of "too early" in feedback_start()
/Zephyr-latest/include/zephyr/net/http/
Dstatus.h73 HTTP_413_PAYLOAD_TOO_LARGE = 413, /**< Payload Too Large */
74 HTTP_414_URI_TOO_LONG = 414, /**< URI Too Long */
83 HTTP_425_TOO_EARLY = 425, /**< Too Early */
86 HTTP_429_TOO_MANY_REQUESTS = 429, /**< Too Many Requests */
87 HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE = 431, /**< Request Header Fields Too Large */
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_append_too_big.c46 "fcb_append call should fail for too big entry"); in ZTEST()
51 "fcb_append call should fail for too big entry"); in ZTEST()
56 "fcb_append call should fail for too big entry"); in ZTEST()
/Zephyr-latest/
D.ruff-excludes.toml23 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
47 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
83 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
107 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
113 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
145 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
152 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
164 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
174 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
194 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
[all …]
/Zephyr-latest/tests/bsim/bluetooth/
Dcompile.sh15 # launching too many parallel builds which can lead to a too high system load.
/Zephyr-latest/scripts/west_commands/
Drun_tests.py14 # all of zephyr's scripts/requirements.txt, which seems like too much
19 # If this file starts to reimplement too many features that are
/Zephyr-latest/subsys/fs/ext2/
Dext2_bitmap.h27 * @retval -EINVAL when index is too big;
39 * @retval -EINVAL when index is too big;
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h118 /** Response too large. */
133 /** Requested SMP MCUmgr protocol version is not supported (too old) */
136 /** Requested SMP MCUmgr protocol version is not supported (too new) */
/Zephyr-latest/tests/subsys/secure_storage/psa/its/
Doverlay-store_settings.conf6 # Limit the space available for the maximum entry test to not take too long with NVS.
/Zephyr-latest/samples/bluetooth/peripheral_hr/
Doverlay-extended.conf3 # Increase Advertising Data Length, as Complete Local Name too needs to be
/Zephyr-latest/tests/kernel/mem_protect/syscalls/
Dtestcase.yaml5 # Too few MPU regions for USERSPACE testing
/Zephyr-latest/drivers/mbox/
Dmbox_nrfx_ipc.c154 LOG_WRN("tx_mask too big (or IPC_CONF_NUM too small)"); in enable_dt_channels()
158 LOG_WRN("rx_mask too big (or IPC_CONF_NUM too small)"); in enable_dt_channels()
/Zephyr-latest/tests/kernel/common/src/
Dirq_offload.c81 zassert_false(nested_executed, "nested irq_offload ran too soon"); in nestoff_timer_fn()
113 zassert_false(timer_executed, "timer ran too soon"); in ZTEST()
114 zassert_false(nested_executed, "nested irq_offload ran too soon"); in ZTEST()

12345678910>>...33