Home
last modified time | relevance | path

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/
Dtmod.c176 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/
DREADME49 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/
Dtusb.c263 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/
Dtagp.c259 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/
Dident-list.h78 IDENT(copy_to_user); IDENT(copy_from_user);
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c380 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/
Dltp_uaccess.c81 if (copy_to_user(str + 1, test_str + 1, str_size - 1)) { in sys_tcase()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h446 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/
Duser_socket.c564 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)