Lines Matching defs:bind
98 pid_t pid; /* last pid to bind to this event channel. */
291 * save away the PID of the last process to bind to this event channel.
347 struct ioctl_evtchn_bind_virq bind;
349 if (copyin((void *)data, &bind, sizeof (bind))) {
354 if ((err = xen_bind_virq(bind.virq, 0, rvalp)) != 0)
362 struct ioctl_evtchn_bind_interdomain bind;
364 if (copyin((void *)data, &bind, sizeof (bind))) {
369 if ((err = xen_bind_interdomain(bind.remote_domain,
370 bind.remote_port, rvalp)) != 0)
379 struct ioctl_evtchn_bind_unbound_port bind;
381 if (copyin((void *)data, &bind, sizeof (bind))) {
386 if ((err = xen_alloc_unbound_evtchn(bind.remote_domain,