Lines Matching refs:__user

70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
100 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
103 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
106 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
109 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
154 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, in ata_ct_law()
179 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, in ata_ct_s8()
197 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, in ata_ct_u8()
220 if (get_user(data, (u_short __user *)userPtr)) in ata_ct_u8()
232 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, in ata_ct_s16be()
244 if (get_user(data, (u_short __user *)userPtr)) in ata_ct_s16be()
264 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, in ata_ct_u16be()
276 if (get_user(data, (u_short __user *)userPtr)) in ata_ct_u16be()
291 if (get_user(data, (u_int __user *)userPtr)) in ata_ct_u16be()
303 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, in ata_ct_s16le()
316 if (get_user(data, (u_short __user *)userPtr)) in ata_ct_s16le()
331 if (get_user(data, (u_int __user *)userPtr)) in ata_ct_s16le()
344 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, in ata_ct_u16le()
357 if (get_user(data, (u_short __user *)userPtr)) in ata_ct_u16le()
371 if (get_user(data, (u_int __user *)userPtr)) in ata_ct_u16le()
384 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, in ata_ctx_law()
446 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, in ata_ctx_s8()
481 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_s8()
500 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, in ata_ctx_u8()
536 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_u8()
556 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16be()
574 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_s16be()
593 if (get_user(data, (u_int __user *)userPtr)) in ata_ctx_s16be()
612 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16be()
630 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_u16be()
650 if (get_user(data, (u_int __user *)userPtr)) in ata_ctx_u16be()
670 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16le()
688 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_s16le()
708 if (get_user(data, (u_int __user *)userPtr)) in ata_ctx_s16le()
728 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16le()
746 if (get_user(data, (u_short __user *)userPtr)) in ata_ctx_u16le()
766 if (get_user(data, (u_int __user *)userPtr)) in ata_ctx_u16le()