Lines Matching refs:bind
402 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
407 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
409 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
418 bind->port = evtchn->port; in evtchn_ioctl()
423 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
428 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
431 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
440 bind->port = evtchn->port; in evtchn_ioctl()
445 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
450 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
453 bind->remote_domain, NULL, NULL, NULL, 0, &evtchn->handle); in evtchn_ioctl()
461 bind->port = evtchn->port; in evtchn_ioctl()