Home
last modified time | relevance | path

Searched refs:strncpy_from_user (Results 1 – 25 of 40) sorted by relevance

12

/linux/arch/sparc/include/asm/
H A Duaccess.h13 long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/xtensa/include/asm/
H A Duaccess.h273 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
280 long strncpy_from_user(char *dst, const char __user *src, long count);
/linux/arch/um/kernel/skas/
H A Duaccess.c182 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() function
195 EXPORT_SYMBOL(strncpy_from_user);
/linux/drivers/gpu/drm/armada/
H A Darmada_debugfs.c67 ret = strncpy_from_user(buf, ptr, len); in armada_debugfs_crtc_reg_write()
/linux/arch/sh/include/asm/
H A Duaccess.h79 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/nios2/include/asm/
H A Duaccess.h63 extern long strncpy_from_user(char *__to, const char __user *__from,
/linux/arch/loongarch/include/asm/
H A Duaccess.h253 extern long strncpy_from_user(char *to, const char __user *from, long n);
/linux/arch/microblaze/include/asm/
H A Duaccess.h259 __must_check long strncpy_from_user(char *dst, const char __user *src,
/linux/arch/parisc/include/asm/
H A Duaccess.h171 extern long strncpy_from_user(char *, const char __user *, long);
/linux/include/linux/
H A Dsockptr.h161 return strncpy_from_user(dst, src.user, count); in strncpy_from_sockptr()
/linux/arch/openrisc/include/asm/
H A Duaccess.h234 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/alpha/include/asm/
H A Duaccess.h207 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/include/asm-generic/
H A Duaccess.h231 __must_check long strncpy_from_user(char *dst, const char __user *src,
/linux/arch/riscv/include/asm/
H A Duaccess.h338 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/mips/include/asm/
H A Duaccess.h508 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() function
/linux/mm/
H A Dmemfd.c405 len = strncpy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, MFD_NAME_MAX_LEN + 1); in alloc_name()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c547 length = strncpy_from_user(msg, (void __user *)((unsigned long)arg->send), in vmw_msg_ioctl()
1010 desc_len = strncpy_from_user(pdesc->description, u64_to_user_ptr(arg->description), in vmw_mksstat_add_ioctl()
/linux/drivers/s390/cio/
H A Dblacklist.c372 if (strncpy_from_user (buf, user_buf, user_len) < 0) { in cio_ignore_write()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c107 length = strncpy_from_user(line, buf, len); in mtrr_write()
/linux/arch/m68k/include/asm/
H A Duaccess.h441 extern long strncpy_from_user(char *dst, const char __user *src, long count);
/linux/arch/arm64/include/asm/
H A Duaccess.h476 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/powerpc/include/asm/
H A Duaccess.h379 extern long strncpy_from_user(char *dst, const char __user *src, long count);
/linux/arch/arm/include/asm/
H A Duaccess.h606 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/linux/arch/s390/include/asm/
H A Duaccess.h414 long __must_check strncpy_from_user(char *dst, const char __user *src, long count);
/linux/fs/bcachefs/
H A Dfs-ioctl.c225 ret = strncpy_from_user(kname, name, BCH_NAME_MAX); in bch2_ioc_reinherit_attrs()

12