Lines Matching defs:userPtr
157 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount,
166 if (copy_from_user(p, userPtr, count))
174 if (get_user(*left++, userPtr++)
175 || get_user(*right++, userPtr++))
190 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
202 if (get_user(data, userPtr++)) \
214 if (get_user(data, userPtr++)) \
217 if (get_user(data, userPtr++)) \
241 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
245 const u_short __user *ptr = (const u_short __user *)userPtr; \