Home
last modified time | relevance | path

Searched full:missing (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/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
198 /* Used in Pull mode to collect all missing chunks from each target in cli->block.missing. */
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()
278 /* In pull mode, the server will tell us which blocks are missing. */ in block_set()
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()
[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/lib/cpp/cxx/dts/bindings/
Dtest-device.yaml7 When this file is missing _or_ the include above is missing, then
/Zephyr-latest/scripts/west_commands/runners/
Dnative.py28 raise ValueError("The provided RunnerConfig is missing the required field 'gdb'.")
31 raise ValueError("The provided RunnerConfig is missing the required field 'exe_file'.")
70 # Clues to debug missing RunnerConfig values (in context of `west debug`):
71 # build/zephyr/runners.yaml is missing `gdb` or `elf_file`.
/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()
103 "dropped:%u missing:%u", in validate()
104 mock_backend.dropped, mock_backend.missing); in validate()
/Zephyr-latest/modules/hostap/src/
Dwpa_cli.c27 shell_error(sh, "Missing argument"); in cmd_wpa_cli()
44 shell_error(sh, "Missing argument"); in cmd_hostapd_cli()
/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/include/zephyr/ipc/
Dipc_rpmsg.h104 * @retval -EINVAL When some parameter is missing.
124 * @retval -EINVAL When some parameter is missing
138 * @retval -EINVAL When some parameter is missing.
/Zephyr-latest/tests/net/all/
DREADME.txt6 a list of missing network related kconfig options from prj.conf file.
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py358 a = /incbin/ ("missing");
361 ":4 (column 25): parse error: 'missing' could not be found")
435 &missing {
438 ":6 (column 1): parse error: undefined node label 'missing'")
628 x = &missing;
632 "/sub: undefined node label 'missing'")
639 x = &{/sub/missing};
643 "/sub: component 'missing' in path '/sub/missing' does not exist")
736 x = < &missing >;
740 "/sub: undefined node label 'missing'")
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_df_types.h7 /* This is currently almost empty file to avoid build errors due to missing header files.
/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/modules/thrift/ThriftTest/
Dtestcase.yaml9 # qemu_x86 exluded due to missing long double functions in SDK
/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/scripts/ci/
Dpylintrc77 missing-final-newline,
136 missing-kwoa,
160 missing-format-string-key,
232 missing-format-attribute,
/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
/Zephyr-latest/drivers/bbram/
Dbbram_shell.c60 shell_error(sh, "Missing BBRAM device"); in parse_device()
143 shell_error(sh, "Missing address"); in cmd_write()
163 shell_error(sh, "Missing data"); in cmd_write()
/Zephyr-latest/drivers/ethernet/
Deth_raw.c6 * to the missing upper layer.
/Zephyr-latest/scripts/kconfig/
Dlint.py104 "-p", "--check-missing-config-prefix",
155 print_header("Symbol references that might be missing a CONFIG_ prefix")
176 # grep for symbol references in #ifdef/defined() that are missing a CONFIG_
181 # 'IS_ENABLED(<symbol>', with a missing CONFIG_ prefix
336 cmd = sys.argv[0] # Empty string if missing

12345678910>>...15