Lines Matching refs:__user

71 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
74 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
77 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
80 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
83 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
86 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
89 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
92 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
95 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
98 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
101 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
104 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
107 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
110 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
155 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
180 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
198 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
221 if (get_user(data, (u_short __user *)userPtr))
233 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
245 if (get_user(data, (u_short __user *)userPtr))
265 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
277 if (get_user(data, (u_short __user *)userPtr))
292 if (get_user(data, (u_int __user *)userPtr))
304 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
317 if (get_user(data, (u_short __user *)userPtr))
332 if (get_user(data, (u_int __user *)userPtr))
345 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
358 if (get_user(data, (u_short __user *)userPtr))
372 if (get_user(data, (u_int __user *)userPtr))
385 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
447 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
482 if (get_user(data, (u_short __user *)userPtr))
501 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
537 if (get_user(data, (u_short __user *)userPtr))
557 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
575 if (get_user(data, (u_short __user *)userPtr))
594 if (get_user(data, (u_int __user *)userPtr))
613 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
631 if (get_user(data, (u_short __user *)userPtr))
651 if (get_user(data, (u_int __user *)userPtr))
671 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
689 if (get_user(data, (u_short __user *)userPtr))
709 if (get_user(data, (u_int __user *)userPtr))
729 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
747 if (get_user(data, (u_short __user *)userPtr))
767 if (get_user(data, (u_int __user *)userPtr))