Lines Matching refs:bind
398 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
403 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
405 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
414 bind->port = evtchn->port; in evtchn_ioctl()
419 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
424 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
427 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
436 bind->port = evtchn->port; in evtchn_ioctl()
441 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
446 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
449 bind->remote_domain, NULL, NULL, NULL, 0, &evtchn->handle); in evtchn_ioctl()
457 bind->port = evtchn->port; in evtchn_ioctl()