HomeSort by: relevance | last modified time | path
    Searched defs:bind_unbound (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/xen/
xenevt.c 589 struct ioctl_evtchn_bind_unbound_port *bind_unbound = addr; local in function:xenevt_fioctl
592 op.u.alloc_unbound.remote_dom = bind_unbound->remote_domain;
595 bind_unbound->port = op.u.alloc_unbound.port;
597 KASSERT(devevent[bind_unbound->port] == NULL);
598 devevent[bind_unbound->port] = d;
600 xen_atomic_set_bit(&d->ci->ci_evtmask[0], bind_unbound->port);
601 hypervisor_unmask_event(bind_unbound->port);

Completed in 148 milliseconds