Lines Matching refs:bind
403 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
408 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
410 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
419 bind->port = evtchn->port; in evtchn_ioctl()
424 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
429 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
432 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
441 bind->port = evtchn->port; in evtchn_ioctl()
446 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
451 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
454 bind->remote_domain, NULL, NULL, NULL, 0, &evtchn->handle); in evtchn_ioctl()
462 bind->port = evtchn->port; in evtchn_ioctl()