Searched refs:copy_to_user (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
D | tmod.c | 176 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tmod_ioctl() 183 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tmod_ioctl()
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/ |
D | README | 49 or a copy_to_user before moving on. The tif pointer 53 copy_to_user. 84 test to another without having to use copy_to_user to
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 263 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tusb_ioctl() 270 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tusb_ioctl()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 259 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tagp_ioctl() 266 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tagp_ioctl()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ident-list.h | 78 IDENT(copy_to_user); IDENT(copy_from_user);
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 380 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tbase_ioctl() 388 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tbase_ioctl()
|
/third_party/ltp/testcases/kernel/device-drivers/uaccess/ |
D | ltp_uaccess.c | 81 if (copy_to_user(str + 1, test_str + 1, str_size - 1)) { in sys_tcase()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 446 static inline unsigned long copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 564 copy_to_user(void *dst, void *src, size_t len) { in copy_to_user() function 587 # define copyout(k, u, len) copy_to_user(u, k, len)
|