Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h66 MAX(sizeof(((struct bt_mesh_blob_block *)0)->missing), \
69 MAX(sizeof(((struct bt_mesh_blob_block *)0)->missing), \
72 #define BLOB_BLOCK_REPORT_STATUS_MSG_MAXLEN sizeof(((struct bt_mesh_blob_srv *)0)->block.missing)
73 #define BLOB_BLOCK_STATUS_MSG_MAXLEN (5 + sizeof(((struct bt_mesh_blob_srv *)0)->block.missing))
96 int idx, bool missing) in blob_chunk_missing_set() argument
98 WRITE_BIT(missing_chunks[idx / 8], idx % 8, missing); in blob_chunk_missing_set()
111 memset(block->missing, 0xff, bytes); in blob_chunk_missing_set_all()
113 block->missing[bytes] = BIT_MASK(block->chunk_count % 8); in blob_chunk_missing_set_all()
119 memset(block->missing, 0, sizeof(block->missing)); in blob_chunk_missing_set_none()
Dblob_cli.c52 enum bt_mesh_blob_chunks_missing missing; member
203 memset(cli->block.missing, 0, sizeof(cli->block.missing)); in update_missing_chunks()
211 bool missing = blob_chunk_missing_get(cli->block.missing, idx) || in update_missing_chunks() local
212 blob_chunk_missing_get(target->pull->missing, idx); in update_missing_chunks()
213 blob_chunk_missing_set(cli->block.missing, idx, missing); in update_missing_chunks()
279 memset(cli->block.missing, 0, sizeof(cli->block.missing)); in block_set()
282 memset(target->pull->missing, 0, sizeof(target->pull->missing)); in block_set()
367 !blob_chunk_missing_get((*current)->pull->missing, cli->chunk_idx))) { in next_target()
904 uint16_t chunk_idx = next_missing_chunk(cli, cli->tx.target->pull->missing, in chunk_tx_complete()
966 blob_chunk_missing_set(cli->block.missing, cli->chunk_idx, false); in chunk_send_end()
[all …]
Dblob_srv.c70 for (i = 0; i < ARRAY_SIZE(block->missing); ++i) { in missing_chunks()
71 count += POPCOUNT(block->missing[i]); in missing_chunks()
197 if (blob_chunk_missing_get(srv->block.missing, i)) { in block_report()
222 memset(srv->block.missing, 0, sizeof(srv->block.missing)); in cancel()
357 uint32_t missing; in block_status_rsp() local
366 missing = srv->block.chunk_count; in block_status_rsp()
368 missing = 0U; in block_status_rsp()
370 missing = missing_chunks(&srv->block); in block_status_rsp()
375 } else if (missing == srv->block.chunk_count) { in block_status_rsp()
377 } else if (missing == 0) { in block_status_rsp()
[all …]
/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c28 uint32_t missing; member
45 mock_backend.missing += off; in handle_msg()
102 zassert_equal(mock_backend.dropped, mock_backend.missing, in validate()
104 mock_backend.dropped, mock_backend.missing); in validate()
/Zephyr-latest/samples/userspace/shared_mem/boards/
Dnucleo_f746zg.overlay10 * else one region is missing among 8 MPU regions
Dnucleo_f756zg.overlay10 * Otherwise one region will be missing from the 8 MPU regions
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/
Dnucleo_f746zg.overlay10 * else one region is missing among 8 MPU regions
Dnucleo_f756zg.overlay10 * Otherwise one region will be missing from the 8 MPU regions
/Zephyr-latest/doc/develop/west/
Dwest-not-found.rst15 The west APIs are not documented since either west was missing or the zephyr
/Zephyr-latest/tests/net/all/
DREADME.txt6 a list of missing network related kconfig options from prj.conf file.
/Zephyr-latest/boards/
DCMakeLists.txt4 # error if it is missing
/Zephyr-latest/dts/arm/st/f4/
Dstm32f429vX.dtsi5 * that are missing on only a small subset of SoCs of a given group
/Zephyr-latest/boards/shields/
DCMakeLists.txt10 # error if it is missing
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_clock_zephyr.c18 #error No implementation to start or stop HFCLK due to missing clock_control.
/Zephyr-latest/scripts/coccinelle/
Dmini_lock.cocci1 /// Find missing unlocks. This semantic match considers the specific case
2 /// where the unlock is missing from an if branch, and there is a lock
Dunsigned_suffix.cocci123 msg="WARNING: Unsigned 'U' suffix missing"
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob.h108 uint8_t missing[DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, member
Dblob_cli.h45 uint8_t missing[DIV_ROUND_UP(CONFIG_BT_MESH_BLOB_CHUNK_COUNT_MAX, 8)]; member
/Zephyr-latest/scripts/ci/
Dpylintrc77 missing-final-newline,
136 missing-kwoa,
160 missing-format-string-key,
232 missing-format-attribute,
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake69 -Wno-missing-field-initializers
106 -Wno-missing-braces
/Zephyr-latest/tests/cmake/yaml/
DCMakeLists.txt103 set(expected cmake-missing-NOTFOUND)
104 yaml_get(actual NAME yaml-test KEY cmake missing test key)
112 set(expected cmake-missing-NOTFOUND)
113 yaml_length(actual NAME yaml-test KEY cmake missing test array list)
372 set(expect_failure "yaml_save(...) missing a required argument: FILE")
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig41 When port number is missing, CONFIG_LWM2M_PEER_PORT is used instead.
/Zephyr-latest/
D.ruff-excludes.toml29 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
154 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
189 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
200 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
208 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
247 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
258 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
278 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
348 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
421 "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
[all …]
/Zephyr-latest/samples/drivers/video/tcpserversink/
DREADME.rst33 If a mt9m114 camera shield is missing, video software generator will be used instead.
/Zephyr-latest/samples/net/zperf/
DREADME.rst18 are missing.

12345