Lines Matching refs:port
62 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() argument
67 notify.port = port; in xenevtchn_notify()
80 return ( ret == 0 ) ? bind.port : ret; in xenevtchn_bind_unbound_port()
93 return ( ret == 0 ) ? bind.port : ret; in xenevtchn_bind_interdomain()
104 return ( ret == 0 ) ? bind.port : ret; in xenevtchn_bind_virq()
107 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() argument
112 unbind.port = port; in xenevtchn_unbind()
120 evtchn_port_t port; in xenevtchn_pending() local
122 if ( read(fd, &port, sizeof(port)) != sizeof(port) ) in xenevtchn_pending()
125 return port; in xenevtchn_pending()
128 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask() argument
132 if ( write(fd, &port, sizeof(port)) != sizeof(port) ) in xenevtchn_unmask()