/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 287 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/ |
D | friendship_common.c | 76 .terminated = friend_terminated, 103 .terminated = lpn_terminated,
|
/Zephyr-latest/cmake/modules/ |
D | Findarmclang.cmake | 23 # Compiler version is either terminated directly, or followed by space and extra build info.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 689 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/ |
D | charger.rst | 26 A charge cycle is initiated or terminated using :c:func:`charger_charge_enable`.
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 44 is no way to restart the state machine once terminated, and future events are ignored.
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 48 "receiver" queue the execution of threads(related to pair) are terminated.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 12 message basis. Only a whole message (terminated with a carriage return: '\r')
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 241 assert handler.terminated 252 handler.terminated = False 528 terminated, argument 539 handler.terminated = terminated
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 94 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/ |
D | README.rst | 91 Make sure the CAN bus is terminated with 120 ohm resistors at both ends. The termination resistor
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 308 if (cb->terminated) { in clear_friendship() 309 cb->terminated(net_idx, frnd); in clear_friendship()
|
D | friend.c | 195 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/ |
D | handlers.py | 96 self.terminated = False 105 self.terminated = True 322 if not self.terminated and self.returncode != 0:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 256 …---`` markers), and then use the ``BINT`` format to make sure the stored string is NULL-terminated.
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 126 NULL-terminated leave one byte unused, the actual length is
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 159 | (optional) | Null terminated string |
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 157 remote host where the tunnel is terminated. The address is used to select
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 328 It contains a single null-terminated string with an endpoint name.
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 327 .terminated = lpn_terminated,
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 249 - 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/ |
D | btp_mesh.c | 5508 .terminated = friend_terminated, 5545 .terminated = lpn_terminated,
|
/Zephyr-latest/kernel/ |
D | Kconfig | 482 terminated).
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 304 set shall be terminated. As per BT Core Spec 5.2, Vol 3, Part C,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 1177 | | Null terminated string with file |
|