Home
last modified time | relevance | path

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

/external/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()
/external/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
/external/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()
/external/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()
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c81 if (copy_to_user(str + 1, test_str + 1, str_size - 1)) { in sys_tcase()
/external/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()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/usrsctp/usrsctplib/
Duser_socket.c597 copy_to_user(void *dst, void *src, size_t len) { in copy_to_user() function
620 # define copyout(k, u, len) copy_to_user(u, k, len)