Lines Matching defs:data
158 msg.data = kmalloc(IPMI_MAX_MSG_LENGTH, GFP_KERNEL);
159 if (!msg.data)
169 if (req->msg.data != NULL) {
175 if (copy_from_user(msg.data,
176 req->msg.data,
194 kfree(msg.data);
212 copy the data to the user, it's possible another
259 if (copy_to_user(rsp->msg.data,
260 msg->msg.data,
296 unsigned long data)
300 void __user *arg = (void __user *)data;
637 compat_uptr_t data;
662 * Define some helper functions for copying IPMI data
670 p64->data = compat_ptr(p32->data);
712 v32.msg.data = ptr_to_compat(p64->msg.data);