Lines Matching refs:bind
397 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
402 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
404 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
413 bind->port = evtchn->port; in evtchn_ioctl()
418 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
423 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
426 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
435 bind->port = evtchn->port; in evtchn_ioctl()
440 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
445 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
448 bind->remote_domain, NULL, NULL, NULL, 0, &evtchn->handle); in evtchn_ioctl()
456 bind->port = evtchn->port; in evtchn_ioctl()