Searched refs:copy_to_user (Results 1 – 8 of 8) sorted by relevance
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()
49 or a copy_to_user before moving on. The tif pointer53 copy_to_user.84 test to another without having to use copy_to_user to
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()
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()
81 if (copy_to_user(str + 1, test_str + 1, str_size - 1)) { in sys_tcase()
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()
1Index: linux/arch/i386/Kconfig.debug 2====== ...
597 copy_to_user(void *dst, void *src, size_t len) { in copy_to_user() function620 # define copyout(k, u, len) copy_to_user(u, k, len)