Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c30 bool found = false; in zcbor_map_decode_bulk() local
43 if (dptr->found) { in zcbor_map_decode_bulk()
55 dptr->found = true; in zcbor_map_decode_bulk()
56 found = true; in zcbor_map_decode_bulk()
66 if (!found && ok) { in zcbor_map_decode_bulk()
85 return dptr->found; in zcbor_map_decode_bulk_key_found()
97 return dptr->found; in zcbor_map_decode_bulk_key_found()
108 map[map_index].found = false; in zcbor_map_decode_bulk_reset()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_shell.c78 bool found = false; in z_ztest_testargs_contains() local
91 while (suite_test_pair && !found) { in z_ztest_testargs_contains()
95 found = !strcmp(suite_arg, suite_name); in z_ztest_testargs_contains()
97 found &= !strcmp(test_arg, "*") || in z_ztest_testargs_contains()
104 return found; in z_ztest_testargs_contains()
Dztest_posix.c150 bool found = false; in z_ztest_testargs_contains() local
160 while (suite_test_pair && !found) { in z_ztest_testargs_contains()
164 found = !strcmp(suite_arg, suite_name); in z_ztest_testargs_contains()
166 found &= !strcmp(test_arg, "*") || in z_ztest_testargs_contains()
174 return found; in z_ztest_testargs_contains()
/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst12 devices found.
32 [00:00:00.392,272] <inf> main: Device found; family: 0x3a, serial: 0x3af9985800000036
33 [00:00:00.524,169] <inf> main: Device found; family: 0x3a, serial: 0x3a6ea2580000003b
34 [00:00:00.656,097] <inf> main: Device found; family: 0x28, serial: 0x2856fb470d000022
35 [00:00:00.656,097] <inf> main: Number of devices found on bus: 3
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.c103 size_t found = 0; in dns_cache_find() local
127 if (found >= addrinfo_array_len) { in dns_cache_find()
129 found++; in dns_cache_find()
131 addrinfo[found] = cache->entries[i].data; in dns_cache_find()
132 found++; in dns_cache_find()
139 if (found > addrinfo_array_len) { in dns_cache_find()
143 if (found == 0) { in dns_cache_find()
146 return found; in dns_cache_find()
/Zephyr-latest/samples/net/dns_resolve/src/
Dmain.c171 bool *found = (bool *)user_data; in print_dhcpv4_addr() local
175 if (*found) { in print_dhcpv4_addr()
197 *found = true; in print_dhcpv4_addr()
205 bool found = false; in ipv4_addr_add_handler() local
211 net_if_ipv4_addr_foreach(iface, print_dhcpv4_addr, &found); in ipv4_addr_add_handler()
223 bool *found = (bool *)user_data; in check_dhcpv4_addr() local
229 *found = true; in check_dhcpv4_addr()
234 bool found; in setup_dhcpv4() local
240 net_if_ipv4_addr_foreach(iface, check_dhcpv4_addr, &found); in setup_dhcpv4()
242 if (found) { in setup_dhcpv4()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c30 bool found; member
44 .found = false, in ZTEST()
53 .found = false, in ZTEST()
123 zassert_equal(expected_types[entry].found, false, in ZTEST()
125 expected_types[entry].found = true; in ZTEST()
/Zephyr-latest/cmake/modules/
DFindDtc.cmake11 # Set to 'DTC-NOTFOUND' if dtc was not found.
14 # True if the devicetree compiler, dtc, was found.
47 # DTC was found but version requirement is not met, or dtc was not working.
48 # Treat it as DTC was never found by resetting the result from `find_program()`
/Zephyr-latest/doc/
D404.rst3 .. _page-not-found:
14 Sorry, the page you requested was not found on this site.
22 strReferrer + "</a> was not found on this site.</p>");
24 document.write("<p>Sorry, the page you requested was not found on this site.</p>")
/Zephyr-latest/samples/subsys/nvs/
DREADME.rst23 This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree.
49 No address found, adding 192.168.1.1 at id 1
50 No key found, adding it at id 2
51 No Reboot counter found, adding it at id 3
52 Id: 4 not found, adding it
53 Longarray not found, adding it as id 4
/Zephyr-latest/samples/subsys/debug/fuzz/src/
Dmain.c36 bool found[ARRAY_SIZE(key)]; variable
45 if (!found[cur]) { \
47 found[cur] = true; \
/Zephyr-latest/drivers/mm/
Dmm_drv_ti_rat.c106 uint32_t found, regionId; in sys_mm_drv_page_phys_get() local
111 found = 0; in sys_mm_drv_page_phys_get()
125 found = 1; in sys_mm_drv_page_phys_get()
129 if (found) { in sys_mm_drv_page_phys_get()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_backend_settings.c28 bool found; member
56 arg->found = true; in zephyr_settings_backend_load_val_cb()
149 .found = false, in wifi_credentials_load_entry()
161 if (!arg.found) { in wifi_credentials_load_entry()
/Zephyr-latest/samples/bluetooth/central_past/
DREADME.rst21 This sample can be found under :zephyr_file:`samples/bluetooth/central_past` in
24 Use the sample found under :zephyr_file:`samples/bluetooth/periodic_adv` on
28 Use the sample found under :zephyr_file:`samples/bluetooth/peripheral_past` in
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/
Dzcbor_bulk.h21 bool found; member
43 .found = false, \
/Zephyr-latest/tests/subsys/sensing/src/
Dmain.c73 bool found = false; in ZTEST() local
84 found = true; in ZTEST()
88 zassert_true(found, "Sensor '%s' not found", info[i].name); in ZTEST()
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform.c149 uint8_t found = 0; in VL53L1_WaitValueMaskEx() local
158 (found == 0)) { in VL53L1_WaitValueMaskEx()
162 found = 1; in VL53L1_WaitValueMaskEx()
165 if ((status == VL53L1_ERROR_NONE) && (found == 0) && (delay > 0)) { in VL53L1_WaitValueMaskEx()
177 if (found == 0 && status == VL53L1_ERROR_NONE) { in VL53L1_WaitValueMaskEx()
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c336 bool found = false; in main() local
341 found = true; in main()
357 found = true; in main()
373 found = true; in main()
389 found = true; in main()
405 found = true; in main()
421 found = true; in main()
434 if (!found) { in main()
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py110 found = self._domains.get(name)
111 if not found:
115 return found
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/
Dtest_memory_region_flags.py52 found = False
58 found = True
60 assert found
/Zephyr-latest/samples/bluetooth/iso_central/
DREADME.rst27 This sample can be found under :zephyr_file:`samples/bluetooth/iso_central` in
35 Device found: D3:3A:5D:F5:73:33 (random) (RSSI -78)
36 Device found: 70:7B:F4:2B:76:AD (random) (RSSI -68)
37 Device found: 65:CF:20:0D:CB:9D (random) (RSSI -82)
/Zephyr-latest/tests/boot/with_mcumgr/
DREADME.rst6 (more information can be found :ref:`here <integration_with_pytest>`)
11 More information about MCUmgr can be found here :ref:`mcu_mgr`.
25 Test scripts can be found in ``pytest`` directory. To list available
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c76 bool found; member
101 result->found = false; in mcumgr_ret_decode()
110 result->found = true; in mcumgr_ret_decode()
341 output_decode[0].found = false; in ZTEST()
342 output_decode[1].found = false; in ZTEST()
343 output_decode[2].found = false; in ZTEST()
451 output_decode[0].found = false; in ZTEST()
452 output_decode[1].found = false; in ZTEST()
453 output_decode[2].found = false; in ZTEST()
561 output_decode[0].found = false; in ZTEST()
[all …]
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DREADME.rst14 It will then search for a broadcast source and (if found) add the broadcast ID to
21 This sample can be found under
38 search for and connect to the first broadcast audio sink found (advertising PACS and
39 BASS UUIDs) and then search for and select the first broadcast audio source found
/Zephyr-latest/samples/bluetooth/periodic_adv/
DREADME.rst20 This sample can be found under :zephyr_file:`samples/bluetooth/periodic_adv` in
23 Use the sample found under :zephyr_file:`samples/bluetooth/periodic_sync` in the

12345678910>>...41