/Zephyr-Core-3.7.0/subsys/net/lib/tls_credentials/ |
D | tls_credentials_trusted.c | 271 sec_tag_t candidate; in credential_next_tag_get() local 285 candidate = tls_credential_uid_to_tag(uid); in credential_next_tag_get() 288 if (candidate <= iter && iter != TLS_SEC_TAG_NONE) { in credential_next_tag_get() 293 if (lowest_candidate == TLS_SEC_TAG_NONE || candidate < lowest_candidate) { in credential_next_tag_get() 294 lowest_candidate = candidate; in credential_next_tag_get()
|
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 12 # This function updates Zephyr_DIR to the point to the candidate dir. 47 # - CHECK_ONLY : Only set PACKAGE_VERSION_COMPATIBLE to false if a better candidate 48 # is found, default is to also include the found candidate. 50 # - CANDIDATES_PREFERENCE_LIST : List of candidate to be preferred, if installed 105 # A better candidate exists, thus return
|
D | ZephyrConfigVersion.cmake | 18 # We are just a candidate, meaning we have been included from other installed module. 117 # Thus, check if there is an even better candidate. 120 # We are the best candidate, so let's check our own version.
|
D | ZephyrConfig.cmake | 133 # Thus, check if there is an even better candidate. 146 # We are the best candidate, so let's include boiler plate.
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | python.cmake | 27 foreach(candidate "python" "python3") 28 find_program(Python3_EXECUTABLE ${candidate} PATHS ENV VIRTUAL_ENV NO_CMAKE_PATH)
|
D | extensions.cmake | 988 foreach(candidate ${revision_candidates}) 989 if(${candidate} MATCHES "${file_revision_regex}")
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | shell_cmds.c | 457 const struct shell_static_entry *candidate = NULL; in cmd_select() local 463 candidate = z_shell_get_last_command(sh->ctx->selected_cmd, in cmd_select() 467 if ((candidate != NULL) && !no_args(candidate) in cmd_select() 469 sh->ctx->selected_cmd = candidate; in cmd_select()
|
D | shell.c | 317 static inline bool is_completion_candidate(const char *candidate, in is_completion_candidate() argument 320 return (strncmp(candidate, str, len) == 0) ? true : false; in is_completion_candidate() 329 const struct shell_static_entry *candidate; in find_completion_candidates() local 338 while ((candidate = z_shell_cmd_get(cmd, idx, &dloc)) != NULL) { in find_completion_candidates() 340 is_candidate = is_completion_candidate(candidate->syntax, in find_completion_candidates() 343 *longest = Z_MAX(strlen(candidate->syntax), *longest); in find_completion_candidates()
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_hpack.c | 108 int candidate = -1; in http_hpack_find_index() local 125 if (candidate < 0) { in http_hpack_find_index() 126 candidate = i; in http_hpack_find_index() 131 if (candidate > 0) { in http_hpack_find_index() 134 return candidate; in http_hpack_find_index()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | id.c | 935 struct bt_keys *candidate; member 952 __ASSERT_NO_MSG(conflict->candidate != NULL); in find_rl_conflict() 955 __ASSERT_NO_MSG((conflict->candidate->state & BT_KEYS_ID_ADDED) == 0); in find_rl_conflict() 966 addr_conflict = bt_addr_le_eq(&conflict->candidate->addr, &resident->addr); in find_rl_conflict() 969 irk_conflict = (!bt_irk_eq(&conflict->candidate->irk, &(struct bt_irk){}) && in find_rl_conflict() 970 bt_irk_eq(&conflict->candidate->irk, &resident->irk)); in find_rl_conflict() 977 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate) in bt_id_find_conflict() argument 980 .candidate = candidate, in bt_id_find_conflict()
|
D | hci_core.h | 531 struct bt_keys *bt_id_find_conflict(struct bt_keys *candidate);
|
/Zephyr-Core-3.7.0/cmake/toolchain/cross-compile/ |
D | target.cmake | 50 # Use first candidate as sysroot.
|
/Zephyr-Core-3.7.0/doc/project/ |
D | release_process.rst | 36 release candidate is a go for release 425 The final release and each release candidate shall be tagged using the following 444 the appropriate release candidate version. 448 this release candidate. The ``EXTRAVERSION`` variable is used to 449 identify the rc[RC Number] value for this candidate::
|
D | tsc.rst | 109 - Majority vote is required to confirm a candidate.
|
/Zephyr-Core-3.7.0/lib/os/ |
D | Kconfig.cbprintf | 173 candidate is used for %p format specifier. Check cannot be performed
|
/Zephyr-Core-3.7.0/doc/build/ |
D | zephyr_cmake_package.rst | 302 ``find_package(Zephyr)`` will continue to the next candidate.
|
/Zephyr-Core-3.7.0/scripts/ |
D | spelling.txt | 271 cadidate||candidate
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | modules.rst | 13 To be classified as a candidate for being included in the default list of
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | Kconfig | 1386 for each application key, and two ids for the device key and device key candidate.
|
/Zephyr-Core-3.7.0/doc/ |
D | zephyr.doxyfile.in | 711 # only one candidate or it is obvious which candidate to choose by doing a
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.7.rst | 1644 candidate linearly after the last evicted page.
|