Home
last modified time | relevance | path

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

12345678910>>...30

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.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.7.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.7.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.7.0/lib/libc/armstdc/src/
Derrno.c24 const int __aeabi_EDOM = 33; /**< Argument too large */
25 const int __aeabi_ERANGE = 34; /**< Result too large */
/Zephyr-Core-3.7.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.7.0/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-Core-3.7.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.7.0/tests/bsim/bluetooth/
Dcompile.sh15 # launching too many parallel builds which can lead to a too high system load.
/Zephyr-Core-3.7.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.7.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.7.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.7.0/samples/bluetooth/peripheral_hr/
Doverlay-extended.conf3 # Increase Advertising Data Length, as Complete Local Name too needs to be
Doverlay-phy_coded.conf9 # Increase Advertising Data Length, as Complete Local Name too needs to be
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/syscalls/
Dtestcase.yaml5 # Too few MPU regions for USERSPACE testing
/Zephyr-Core-3.7.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.7.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.7.0/tests/boards/native_sim/rtc/
Dtestcase.yaml12 # Note: this test depends too much on not having a high host load to pass.
/Zephyr-Core-3.7.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.7.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()
157 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()
198 zassert_true(n_exec == 0, "threads ran too soon"); in ZTEST()

12345678910>>...30