Home
last modified time | relevance | path

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

12345678910>>...25

/Zephyr-Core-3.5.0/lib/libc/minimal/include/
Derrno.h46 #define E2BIG 7 /**< Arg list too long */
63 #define EMFILE 24 /**< Too many open files */
66 #define EFBIG 27 /**< File too large */
70 #define EMLINK 31 /**< Too many links */
72 #define EDOM 33 /**< Argument too large */
73 #define ERANGE 34 /**< Result too large */
85 #define ENAMETOOLONG 91 /**< File name too long */
86 #define ELOOP 92 /**< Too many levels of symbolic links */
114 #define ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-Core-3.5.0/lib/libc/armstdc/include/
Derrno.h56 #define E2BIG 7 /**< Arg list too long */
73 #define EMFILE 24 /**< Too many open files */
76 #define EFBIG 27 /**< File too large */
80 #define EMLINK 31 /**< Too many links */
82 /* Implemented in errno.c Argument too large */
83 /* Implemented in errno.c Result too large */
95 #define ENAMETOOLONG 91 /**< File name too long */
96 #define ELOOP 92 /**< Too many levels of symbolic links */
124 #define ETOOMANYREFS 129 /**< Too many references: can't splice */
/Zephyr-Core-3.5.0/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()
96 too-many-star-expressions,
134 too-many-function-args,
155 logging-too-many-args,
156 logging-too-few-args,
162 too-many-format-args,
163 too-few-format-args,
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/lib/libc/armstdc/src/
Derrno.c25 const int __aeabi_EDOM = 33; /**< Argument too large */
26 const int __aeabi_ERANGE = 34; /**< Result too large */
/Zephyr-Core-3.5.0/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.mcr20a63 a too little one, this option makes it easy to play with the size.
72 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-Core-3.5.0/include/zephyr/net/http/
Dstatus.h71 HTTP_413_PAYLOAD_TOO_LARGE = 413, /**< Payload Too Large */
72 HTTP_414_URI_TOO_LONG = 414, /**< URI Too Long */
81 HTTP_425_TOO_EARLY = 425, /**< Too Early */
84 HTTP_429_TOO_MANY_REQUESTS = 429, /**< Too Many Requests */
85 HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE = 431, /**< Request Header Fields Too Large */
/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/bsim/bluetooth/
Dcompile.sh23 # launching too many parallel builds which can lead to a too high system load.
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h115 /** Response too large. */
130 /** Requested SMP MCUmgr protocol version is not supported (too old) */
133 /** Requested SMP MCUmgr protocol version is not supported (too new) */
/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_bitmap.h27 * @retval -EINVAL when index is too big;
39 * @retval -EINVAL when index is too big;
/Zephyr-Core-3.5.0/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-Core-3.5.0/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()
/Zephyr-Core-3.5.0/tests/boards/native_posix/rtc/
Dtestcase.yaml10 # Note: this test depends too much on not having a high host load to pass.
/Zephyr-Core-3.5.0/subsys/net/lib/dns/
Ddns_sd.c158 NET_DBG("instance '%s' is too small (%zu, min: %u)", in instance_is_valid()
165 NET_DBG("instance '%s' is too big (%zu, max: %u)", in instance_is_valid()
196 NET_DBG("service '%s' is too small (%zu, min: %u)", in service_is_valid()
202 NET_DBG("service '%s' is too big (%zu, max: %u)", in service_is_valid()
260 NET_DBG("domain '%s' is too small (%zu, min: %u)", in domain_is_valid()
266 NET_DBG("domain '%s' is too big (%zu, max: %u)", in domain_is_valid()
311 NET_DBG("offset %u too big for message compression", in add_a_record()
322 NET_DBG("Buffer too small. required: %u available: %d", in add_a_record()
399 NET_DBG("Buffer too small. required: %u available: %d", in add_ptr_record()
406 NET_DBG("offset %u too big for message compression", in add_ptr_record()
[all …]
/Zephyr-Core-3.5.0/tests/kernel/sched/deadline/src/
Dmain.c86 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
95 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
155 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
196 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dsettings.c62 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in ot_setting_delete_cb()
103 __ASSERT(ret < sizeof(subtree), "Setting path buffer too small."); in ot_setting_delete_subtree()
237 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsGet()
266 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsSet()
290 __ASSERT(ret < sizeof(path), "Setting path buffer too small."); in otPlatSettingsAdd()
/Zephyr-Core-3.5.0/drivers/timer/
Dgecko_burtc_timer.c99 /* `next` can be too close in the future since we're trying to in burtc_isr()
142 * announcements for too long, counter will roll over and we'll lose in sys_clock_set_timeout()
150 /* `next` can be too close in the future if we're trying to announce in sys_clock_set_timeout()
212 "%u cycle-long tick is too short to be scheduled " in burtc_init()
/Zephyr-Core-3.5.0/tests/kernel/sleep/src/
Dmain.c92 * tick of "too long" slop for aliasing between wakeup and
133 TC_ERROR(" *** k_wakeup() took too long (%d ticks)\n", in test_thread()
147 TC_ERROR(" *** k_wakeup() took too long (%d ticks)\n", in test_thread()
161 TC_ERROR(" *** k_wakeup() took too long (%d ticks) at LAST\n", in test_thread()
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_xlnx_axi_timer.c101 LOG_ERR("period cycles too narrow"); in xlnx_axi_timer_set_cycles()
123 LOG_ERR("pulse cycles too narrow"); in xlnx_axi_timer_set_cycles()
131 LOG_ERR("pulse cycles too narrow"); in xlnx_axi_timer_set_cycles()
/Zephyr-Core-3.5.0/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c113 "Unexpected error value for CTE request enable with too short request" in ZTEST()
126 "Unexpected error value for CTE request enable with too long requested CTE" in ZTEST()
139 "Unexpected error value for CTE request enable with too short requested CTE" in ZTEST()

12345678910>>...25