Home
last modified time | relevance | path

Searched refs:z_user_string_copy (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/kernel/
Ddevice.c128 if (z_user_string_copy(name_copy, (char *)name, sizeof(name_copy)) in z_vrfy_device_get_binding()
Duserspace.c816 int z_user_string_copy(char *dst, const char *src, size_t maxlen) in z_user_string_copy() function
Dthread.c230 if (z_user_string_copy(name, (char *)str, sizeof(name)) != 0) { in z_vrfy_k_thread_name_set()
/Zephyr-Core-2.7.6/include/
Dsyscall_handler.h289 extern int z_user_string_copy(char *dst, const char *src, size_t maxlen);
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/syscalls/src/
Dmain.c92 int ret = z_user_string_copy(kernel_buf, (char *)src, BUF_SIZE); in z_vrfy_string_copy()
/Zephyr-Core-2.7.6/subsys/net/ip/
Dutils.c472 if (z_user_string_copy(str, (char *)src, sizeof(str)) != 0) { in z_vrfy_net_addr_pton()
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_core.c1107 err = z_user_string_copy(kmeta, metadata, sizeof(kmeta)); in z_vrfy_z_log_hexdump_from_user()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets.c1662 Z_OOPS(z_user_string_copy(src_copy, (char *)src, sizeof(src_copy))); in z_vrfy_zsock_inet_pton()