Home
last modified time | relevance | path

Searched refs:valid (Results 101 – 125 of 263) sorted by relevance

1234567891011

/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt20 valid corresponding MMFAR address value).
118 E: Stack overflow (context area not valid)
/Zephyr-latest/arch/x86/core/
DKconfig.intel6458 # and we check to be sure they're a valid combination in arch.h. yes, ugh.
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst25 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/
Dcsip_set_member.c180 bool valid = false; in generate_prand() local
195 valid = true; in generate_prand()
197 } while (!valid); in generate_prand()
/Zephyr-latest/cmake/modules/
Dboards.cmake13 # 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"
Dzephyr_default.cmake119 "Please choose one or more valid components: ${zephyr_cmake_modules}"
/Zephyr-latest/doc/security/
Dsensor-threat.rst92 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/
Dnxp_imx8.dtsi132 valid-channels = <6>, <7>, <14>, <15>;
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst36 don't have a valid checksum.
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig38 dummy data that is not a valid Ethernet frame. We want to measure
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c174 conn.llcp.fex.valid = 1; in ZTEST()
645 conn.llcp.fex.valid = 1; in ZTEST()
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake84 "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst38 Note that not all test suites are valid on all boards.
/Zephyr-latest/boards/nxp/frdm_rw612/
Dfrdm_rw612_common.dtsi129 data-valid-time = <6>;
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c830 conn.llcp.fex.valid = 0; in ZTEST()
848 conn.llcp.fex.valid = 1; in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c268 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()
Dbeacon.c550 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/
Dproxy.rst45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h355 bool valid; member
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst92 This software may only be used with a valid license.
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst65 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/
Dcoap_client.rst92 /* static, since options must remain valid throughout the whole execution of the request */
/Zephyr-latest/include/zephyr/arch/x86/
Dmemory.ld109 * final ELF image. The address doesn't even have to be valid on the
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst26 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/
DKconfig123 storage is still valid, it only confirms that what has been

1234567891011