/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob.h | 66 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()
|
D | blob_cli.c | 52 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 …]
|
D | blob_srv.c | 70 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/ |
D | test-device.yaml | 7 When this file is missing _or_ the include above is missing, then
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | native.py | 28 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/ |
D | main.c | 28 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/ |
D | wpa_cli.c | 27 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/ |
D | nucleo_f746zg.overlay | 10 * else one region is missing among 8 MPU regions
|
D | nucleo_f756zg.overlay | 10 * Otherwise one region will be missing from the 8 MPU regions
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/boards/ |
D | nucleo_f746zg.overlay | 10 * else one region is missing among 8 MPU regions
|
D | nucleo_f756zg.overlay | 10 * Otherwise one region will be missing from the 8 MPU regions
|
/Zephyr-latest/include/zephyr/ipc/ |
D | ipc_rpmsg.h | 104 * @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/ |
D | README.txt | 6 a list of missing network related kconfig options from prj.conf file.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 358 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/ |
D | lll_df_types.h | 7 /* This is currently almost empty file to avoid build errors due to missing header files.
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 15 The west APIs are not documented since either west was missing or the zephyr
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | testcase.yaml | 9 # qemu_x86 exluded due to missing long double functions in SDK
|
/Zephyr-latest/boards/ |
D | CMakeLists.txt | 4 # error if it is missing
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f429vX.dtsi | 5 * that are missing on only a small subset of SoCs of a given group
|
/Zephyr-latest/boards/shields/ |
D | CMakeLists.txt | 10 # error if it is missing
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 77 missing-final-newline, 136 missing-kwoa, 160 missing-format-string-key, 232 missing-format-attribute,
|
/Zephyr-latest/scripts/coccinelle/ |
D | mini_lock.cocci | 1 /// 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/ |
D | bbram_shell.c | 60 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/ |
D | eth_raw.c | 6 * to the missing upper layer.
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 104 "-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
|