Lines Matching refs:bind
62 struct mutex bind_mutex; /* serialize bind/unbind operations */
376 * serialized bind operations.)
404 /* bind failed, should close the port now */
461 /* Prevent bind from racing with unbind */
466 struct ioctl_evtchn_bind_virq bind;
474 if (copy_from_user(&bind, uarg, sizeof(bind)))
477 bind_virq.virq = bind.virq;
491 struct ioctl_evtchn_bind_interdomain bind;
495 if (copy_from_user(&bind, uarg, sizeof(bind)))
500 u->restrict_domid != bind.remote_domain)
503 bind_interdomain.remote_dom = bind.remote_domain;
504 bind_interdomain.remote_port = bind.remote_port;
519 struct ioctl_evtchn_bind_unbound_port bind;
527 if (copy_from_user(&bind, uarg, sizeof(bind)))
531 alloc_unbound.remote_dom = bind.remote_domain;