Lines Matching refs:port
61 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() argument
66 notify.port = port; in xenevtchn_notify()
82 return bind.port; in xenevtchn_bind_unbound_port()
100 return bind.port; in xenevtchn_bind_interdomain()
105 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() argument
110 unbind.port = port; in xenevtchn_unbind()
128 return bind.port; in xenevtchn_bind_virq()
134 evtchn_port_t port; in xenevtchn_pending() local
136 if ( read(fd, (char *)&port, sizeof(port)) == -1 ) in xenevtchn_pending()
139 return port; in xenevtchn_pending()
142 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask() argument
146 return write(fd, (char *)&port, sizeof(port)); in xenevtchn_unmask()