/Zephyr-latest/tests/bluetooth/l2cap/src/ |
D | main.c | 46 /* Attempt to register server with PSM auto allocation */ in ZTEST() 50 /* Attempt to register server with fixed PSM */ in ZTEST() 54 /* Attempt to register server with dynamic PSM */ in ZTEST() 58 /* Attempt to register server with invalid PSM */ in ZTEST() 62 /* Attempt to re-register server with PSM auto allocation */ in ZTEST() 66 /* Attempt to re-register server with fixed PSM */ in ZTEST() 70 /* Attempt to re-register server with dynamic PSM */ in ZTEST()
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_open_flags.c | 61 /* 2 Create file for read only, attempt to read, attempt to write */ in test_file_open_flags() 69 TC_PRINT("Attempt read file opened with flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags() 77 TC_PRINT("Attempt write file opened with flags = O_CREAT | O_WRONLY\n"); in test_file_open_flags() 90 /* 3 Attempt read/write operation on file opened with flags = 0 */ in test_file_open_flags() 91 TC_PRINT("Attempt open existing with flags = 0\n"); in test_file_open_flags() 98 TC_PRINT("Attempt read file opened with flags = 0\n"); in test_file_open_flags() 107 TC_PRINT("Attempt write file opened with flags = 0\n"); in test_file_open_flags() 118 /* 4 Attempt read/write on file opened with flags O_RDONLY */ in test_file_open_flags() 120 TC_PRINT("Attempt open existing with flags = O_RDONLY\n"); in test_file_open_flags() 127 TC_PRINT("Attempt read file opened with flags = O_RDONLY\n"); in test_file_open_flags() [all …]
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_open_flags.c | 68 /* Attempt to write to file; expected is what fs_write is supposed to return */ 75 /* Attempt to read from file; expected is what fs_read is supposed to return */ 146 ZBEGIN("Attempt open non-existent"); in test_fs_open_flags() 162 /* Attempt create new file with no read/write access and check in test_fs_open_flags() 165 ZBEGIN("Attempt create new with no R/W access"); in test_fs_open_flags() 178 ZBEGIN("Attempt create new with READ access"); in test_fs_open_flags() 191 ZBEGIN("Attempt create new with WRITE access"); in test_fs_open_flags() 204 ZBEGIN("Attempt create new with R/W access"); in test_fs_open_flags() 214 ZBEGIN("Attempt open existing with no R/W access"); in test_fs_open_flags() 228 ZBEGIN("Attempt open existing with READ access"); in test_fs_open_flags() [all …]
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator.h | 20 * This will start scanning for and connecting to a CAP acceptor, and then attempt to setup 40 * will attempt to send data on all streams registered with cap_initiator_tx_register_stream(). 47 * This will add it to the list of streams the TX thread will attempt to send on. 58 * This will remove it to the list of streams the TX thread will attempt to send on.
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 752 * @brief Trace taking a Semaphore attempt start 759 * @brief Trace taking a Semaphore attempt blocking 766 * @brief Trace taking a Semaphore attempt outcome 795 * @brief Trace Mutex lock attempt start 802 * @brief Trace Mutex lock attempt blocking 809 * @brief Trace Mutex lock attempt outcome 909 * @brief Trace Queue insert attempt entry 916 * @brief Trace Queue insert attempt blocking 924 * @brief Trace Queue insert attempt outcome 982 * @brief Trace Queue insert attempt entry [all …]
|
/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 82 zassert_ok(pthread_once(&key_once, make_key), "attempt to create key failed"); in ZTEST() 88 "attempt to create thread %d failed", i); in ZTEST() 95 zassert_ok(pthread_key_delete(key), "attempt to delete key failed"); in ZTEST() 102 zassert_ok(pthread_once(&keys_once, make_keys), "attempt to create keys failed"); in ZTEST() 107 "attempt to create thread failed"); in ZTEST() 112 zassert_ok(pthread_key_delete(keys[i]), "attempt to delete keys[%d] failed", i); in ZTEST() 172 "attempt to create thread failed"); in ZTEST() 177 "attempt to create thread failed"); in ZTEST()
|
/Zephyr-latest/samples/drivers/led/is31fl3733/ |
D | Kconfig | 11 wired up to your IS31FL3733 LED driver. The sample will only attempt 19 to your IS31FL3733 LED driver. The sample will only attempt to drive
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_tx.h | 32 * will attempt to send data on all streams registered with stream_tx_register(). 39 * This will add it to the list of streams the TX thread will attempt to send on. 52 * This will remove it to the list of streams the TX thread will attempt to send on.
|
/Zephyr-latest/tests/lib/newlib/thread_safety/src/ |
D | locks.c | 88 * Attempt to lock the recursive lock from child thread and verify in retargetable_lock_mutex_thread_acq() 101 * Attempt to lock the recursive lock from child thread and verify in retargetable_lock_mutex_thread_rel() 154 * Attempt to lock the sinit mutex from child thread using in sinit_lock_thread_acq() 171 * Attempt to lock the sinit mutex from child thread using in sinit_lock_thread_rel() 224 * Attempt to lock the sfp mutex from child thread using retargetable in sfp_lock_thread_acq() 241 * Attempt to lock the sfp mutex from child thread using retargetable in sfp_lock_thread_rel() 294 * Attempt to lock the malloc mutex from child thread using in malloc_lock_thread_lock() 311 * Attempt to lock the malloc mutex from child thread using in malloc_lock_thread_unlock() 364 * Attempt to lock the env mutex from child thread using in env_lock_thread_lock() 381 * Attempt to lock the env mutex from child thread using in env_lock_thread_unlock() [all …]
|
/Zephyr-latest/tests/kernel/obj_core/obj_core_stats_api/src/ |
D | main.c | 40 * Attempt to enable stats for an object core that is not enabled in ZTEST() 71 * Attempt to disable stats for an object core that is not enabled in ZTEST() 102 * Attempt to reset stats for an object core that is not enabled in ZTEST() 134 * Attempt to query stats for an object core that is not enabled in ZTEST() 169 * Attempt to get raw stats for an object core that is not enabled in ZTEST() 228 * Attempt to de-register stats for an object core that does in ZTEST() 240 /* Attempt to get raw stats for the de-registered thread */ in ZTEST() 270 * Attempt to register stats for a semaphore in ZTEST() 283 * Attempt to register stats for a thread with the wrong buffer in ZTEST() 294 * Attempt to register stats for a thread with the right buffer in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_tx.h | 21 * will attempt to send data on all streams registered with bap_stream_tx_register(). 28 * This will add it to the list of streams the TX thread will attempt to send on. 43 * This will remove it to the list of streams the TX thread will attempt to send on.
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 15 - If power is provided to the charger, then the sample application will attempt to enable the charge 21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_audio_stream.h | 29 * will attempt to send data on all streams registered with btp_bap_audio_stream_tx_register(). 36 * This will add it to the list of streams the TX thread will attempt to send on. 51 * This will remove it to the list of streams the TX thread will attempt to send on.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 222 In other words, the connectivity implementation should not give up on the connection attempt, even … 282 … implementations to have potentially unexpected behavior if applications attempt to directly contr… 284 …ntation to interpret this as an unexpected connection loss and immediately attempt to re-associate. 306 …ember:`conn_mgr_conn_api.connect` must eventually lead to an association attempt, even if called i… 381 Do not attempt to prevent the use of built-in features (such as :ref:`conn_mgr_control_persistence_… 384 Implementations must not attempt to force certain features to be always enabled or always disabled. 424 …for the iface, the connectivity implementation should immediately cancel this reconnection attempt. 425 …attempt times out on an iface whose underlying technology does not have a built-in timeout, the co… 443 Many underlying technologies do not usually associate in a single attempt. 447 … treat this series of back-to-back association sub-attempts as a single unified connection attempt. [all …]
|
D | main.rst | 268 … :ref:`persistence <conn_mgr_control_persistence>` is set, the iface may then attempt to reconnect. 278 A new connection attempt will not be initiated, regardless of whether persistence is enabled. 302 When :c:func:`conn_mgr_if_connect` is called on an iface, a connection attempt begins. 304 The connection attempt continues indefinitely until it succeeds, unless a timeout has been specifie… 306 In that case, the connection attempt will be abandoned if the timeout elapses before it succeeds. 318 If persistence is enabled, any unintentional connection loss will initiate a new connection attempt… 320 Otherwise, the iface will not attempt to reconnect. 323 Persistence not does affect connection attempt behavior. 326 …For instance, if a connection attempt on an iface times out, the iface will not attempt to reconne… 356 …when an :ref:`iface association <conn_mgr_control_operation_connecting>` attempt :ref:`times out <…
|
/Zephyr-latest/subsys/modem/ |
D | modem_ubx.c | 141 int ret, attempt; in modem_ubx_run_script() local 158 for (attempt = 0; attempt < script->retry_count; ++attempt) { in modem_ubx_run_script() 161 LOG_INF("Successfully executed script on attempt: %d.", attempt); in modem_ubx_run_script() 169 LOG_ERR("Failed to execute script successfully. Attempts: %d.", attempt); in modem_ubx_run_script()
|
/Zephyr-latest/samples/subsys/lorawan/class_a/ |
D | README.rst | 32 …ording to the LoRaWAN specification, ``dev_nonce`` must increment for every new connection attempt. 37 …Modify the sample code to increment ``join_cfg.otaa.dev_nonce`` before each connection attempt and…
|
/Zephyr-latest/.github/workflows/ |
D | twister-publish.yaml | 45 --run-attempt ${{github.run_attempt}} \ 50 --run-attempt ${{github.run_attempt}} \
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/ |
D | prj.conf | 16 # refreshes before the connection attempt has completed
|
/Zephyr-latest/tests/kernel/threads/thread_apis/ |
D | Kconfig | 13 will attempt to use if CONFIG_TRUSTED_EXECUTION_NONSECURE is not
|
/Zephyr-latest/drivers/console/ |
D | rtt_console.c | 56 * information. On next call, only one attempt takes place. in rtt_console_out() 57 * The host is marked as active if the attempt is successful. in rtt_console_out()
|
/Zephyr-latest/dts/bindings/rng/ |
D | nordic,nrf-cracen-ctrdrbg.yaml | 9 would attempt to use the CRACEN HW exclusively; When that is enabled, zephyr,psa-crypto-rng
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.nrf_cracen | 16 would attempt to use the CRACEN HW exclusively; When that is enabled, the PSA crypto entropy
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 44 The behavior is undefined, if two or more threads attempt to use 45 the HiFi registers, as the kernel does not attempt to detect
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_lpc11u6x.c | 43 LOG_WRN("attempt to read past device boundary"); in eeprom_lpc11u6x_read() 76 LOG_WRN("attempt to write past device boundary"); in eeprom_lpc11u6x_write()
|