Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_shell.c287 enum cred_storage_fmt *out, bool *terminated) in shell_parse_cred_storage_format() argument
291 *terminated = false; in shell_parse_cred_storage_format()
297 *terminated = true; in shell_parse_cred_storage_format()
303 *terminated = false; in shell_parse_cred_storage_format()
309 *terminated = true; in shell_parse_cred_storage_format()
353 bool terminated; in tls_cred_cmd_add() local
381 err = shell_parse_cred_storage_format(sh, argv[4], &format, &terminated); in tls_cred_cmd_add()
435 if (terminated) { in tls_cred_cmd_add()
607 bool terminated; in tls_cred_cmd_get() local
624 err = shell_parse_cred_storage_format(sh, argv[3], &format, &terminated); in tls_cred_cmd_get()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c76 .terminated = friend_terminated,
103 .terminated = lpn_terminated,
/Zephyr-latest/cmake/modules/
DFindarmclang.cmake23 # Compiler version is either terminated directly, or followed by space and extra build info.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h689 void (*terminated)(uint16_t net_idx, uint16_t friend_addr); member
739 void (*terminated)(uint16_t net_idx, uint16_t lpn_addr); member
/Zephyr-latest/doc/hardware/peripherals/
Dcharger.rst26 A charge cycle is initiated or terminated using :c:func:`charger_charge_enable`.
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst44 is no way to restart the state machine once terminated, and future events are ignored.
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst48 "receiver" queue the execution of threads(related to pair) are terminated.
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt12 message basis. Only a whole message (terminated with a carriage return: '\r')
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py241 assert handler.terminated
252 handler.terminated = False
528 terminated, argument
539 handler.terminated = terminated
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst94 Once a thread has terminated, the kernel guarantees that no use will
97 the thread must be fully terminated, which presents race conditions
157 * The thread has terminated or aborted.
479 calling thread will be terminated:
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst91 Make sure the CAN bus is terminated with 120 ohm resistors at both ends. The termination resistor
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c308 if (cb->terminated) { in clear_friendship()
309 cb->terminated(net_idx, frnd); in clear_friendship()
Dfriend.c195 if (frnd->established && cb->terminated) { in friend_clear()
196 cb->terminated(frnd->subnet->net_idx, frnd->lpn); in friend_clear()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py96 self.terminated = False
105 self.terminated = True
322 if not self.terminated and self.returncode != 0:
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst256 …---`` markers), and then use the ``BINT`` format to make sure the stored string is NULL-terminated.
/Zephyr-latest/drivers/console/
DKconfig126 NULL-terminated leave one byte unused, the actual length is
/Zephyr-latest/doc/services/
Dformatted_output.rst159 | (optional) | Null terminated string |
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst157 remote host where the tunnel is terminated. The address is used to select
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst328 It contains a single null-terminated string with an endpoint name.
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c327 .terminated = lpn_terminated,
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst249 - Octal and hexadecimal escape sequences shall be terminated
697 - All if else if constructs shall be terminated with an else statement
992 - The Standard Library function memcmp shall not be used to compare null terminated strings
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c5508 .terminated = friend_terminated,
5545 .terminated = lpn_terminated,
/Zephyr-latest/kernel/
DKconfig482 terminated).
/Zephyr-latest/subsys/bluetooth/host/
DKconfig304 set shall be terminated. As per BT Core Spec 5.2, Vol 3, Part C,
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt1177 | | Null terminated string with file |

12