Lines Matching refs:inbuf
369 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() argument
383 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_get_event()
439 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() argument
452 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_create_id()
591 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() argument
602 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_destroy_id()
625 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf, in ucma_bind_ip() argument
632 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind_ip()
650 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf, in ucma_bind() argument
657 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_bind()
676 const char __user *inbuf, in ucma_resolve_ip() argument
683 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_resolve_ip()
703 const char __user *inbuf, in ucma_resolve_addr() argument
710 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_resolve_addr()
731 const char __user *inbuf, in ucma_resolve_route() argument
738 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_resolve_route()
817 const char __user *inbuf, in ucma_query_route() argument
829 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_query_route()
997 const char __user *inbuf, in ucma_query() argument
1005 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_query()
1050 static ssize_t ucma_connect(struct ucma_file *file, const char __user *inbuf, in ucma_connect() argument
1063 if (copy_from_user(&cmd, inbuf, in_size)) in ucma_connect()
1086 static ssize_t ucma_listen(struct ucma_file *file, const char __user *inbuf, in ucma_listen() argument
1093 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_listen()
1111 static ssize_t ucma_accept(struct ucma_file *file, const char __user *inbuf, in ucma_accept() argument
1124 if (copy_from_user(&cmd, inbuf, in_size)) in ucma_accept()
1158 static ssize_t ucma_reject(struct ucma_file *file, const char __user *inbuf, in ucma_reject() argument
1165 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_reject()
1191 static ssize_t ucma_disconnect(struct ucma_file *file, const char __user *inbuf, in ucma_disconnect() argument
1198 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_disconnect()
1213 const char __user *inbuf, in ucma_init_qp_attr() argument
1225 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_init_qp_attr()
1379 static ssize_t ucma_set_option(struct ucma_file *file, const char __user *inbuf, in ucma_set_option() argument
1387 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_set_option()
1413 static ssize_t ucma_notify(struct ucma_file *file, const char __user *inbuf, in ucma_notify() argument
1420 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_notify()
1522 const char __user *inbuf, in ucma_join_ip_multicast() argument
1528 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_join_ip_multicast()
1545 const char __user *inbuf, in ucma_join_multicast() argument
1550 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_join_multicast()
1560 const char __user *inbuf, in ucma_leave_multicast() argument
1571 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_leave_multicast()
1611 const char __user *inbuf, in ucma_migrate_id() argument
1623 if (copy_from_user(&cmd, inbuf, sizeof(cmd))) in ucma_migrate_id()
1688 const char __user *inbuf,