Searched refs:valid (Results 101 – 125 of 263) sorted by relevance
1234567891011
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 20 valid corresponding MMFAR address value). 118 E: Stack overflow (context area not valid)
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.intel64 | 58 # and we check to be sure they're a valid combination in arch.h. yes, ugh.
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 25 collect the sector N+2 (where N is the current sector number) by moving the valid ATEs to the 149 the most recent ones to the oldest ones. If it finds a valid ATE with a matching ID it retrieves 157 However, this operation is very time-consuming as it needs to browse through all valid ATEs 158 in all sectors of the partition and for each valid ATE try to find if an older one exists. 168 To become valid, an ATE must have the same cycle counter as the one stored in the empty ATE. 181 to avoid having old ATEs with a valid cycle counter. 302 In addition to the normal writes, the garbage collector will move the data that is still valid
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | csip_set_member.c | 180 bool valid = false; in generate_prand() local 195 valid = true; in generate_prand() 197 } while (!valid); in generate_prand()
|
/Zephyr-latest/cmake/modules/ |
D | boards.cmake | 13 # be raised and list of valid boards will be printed. 38 # - board: when invoked, a list of valid boards will be printed 287 `${BOARD}` not found. Please specify a valid board target.\n"
|
D | zephyr_default.cmake | 119 "Please choose one or more valid components: ${zephyr_cmake_modules}"
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 92 valid. Certificate validation requires the device's notion of date and 99 time are denial of service (the device rejects valid certificates), 101 possible to trick the device into generating tokens that are valid in 234 certificate chain has a valid signature path from a root 257 service provider maintains a list of valid certificates 358 TLS must verify root certificate from server is valid.
|
/Zephyr-latest/dts/xtensa/nxp/ |
D | nxp_imx8.dtsi | 132 valid-channels = <6>, <7>, <14>, <15>;
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 36 don't have a valid checksum.
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | Kconfig | 38 dummy data that is not a valid Ethernet frame. We want to measure
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 174 conn.llcp.fex.valid = 1; in ZTEST() 645 conn.llcp.fex.valid = 1; in ZTEST()
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 84 "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 38 Note that not all test suites are valid on all boards.
|
/Zephyr-latest/boards/nxp/frdm_rw612/ |
D | frdm_rw612_common.dtsi | 129 data-valid-time = <6>;
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 830 conn.llcp.fex.valid = 0; in ZTEST() 848 conn.llcp.fex.valid = 1; in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 268 if (lpn->sub->keys[i].valid) { in clear_friendship() 660 if (!lpn->sub->keys[i].valid) { in bt_mesh_lpn_friend_offer() 680 if (lpn->sub->keys[i].valid) { in bt_mesh_lpn_friend_offer()
|
D | beacon.c | 550 if (sub->keys[i].valid && auth_match(&sub->keys[i], params)) { in secure_beacon_authenticate() 581 if (!sub->keys[i].valid) { in priv_beacon_decrypt()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.h | 355 bool valid; member
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 92 This software may only be used with a valid license.
|
/Zephyr-latest/doc/safety/ |
D | safety_requirements.rst | 65 The CI in the PR will check if the requirements UIDs are valid or if there are duplicates in it.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 92 /* static, since options must remain valid throughout the whole execution of the request */
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 109 * final ELF image. The address doesn't even have to be valid on the
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 26 that the kernel object address is valid and that the calling thread 102 valid kernel object instances in the binary. It accomplishes this by parsing 109 of what may or may not be a valid kernel object, the address can be validated
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 123 storage is still valid, it only confirms that what has been
|
1234567891011