Searched refs:Event (Results 1 – 13 of 13) sorted by relevance
27 eventchn: Event.t;70 Event.notify dom.eventchn port75 | Some port -> Event.unbind dom.eventchn port77 dom.port <- Some (Event.bind_interdomain dom.eventchn dom.id dom.remote_port);85 | Some port -> Event.unbind dom.eventchn port
269 let eventchn = Event.init () in298 Event.bind_dom_exc_virq eventchn311 Event.bind_dom_exc_virq eventchn330 (if cf.domain_init then [ Event.fd eventchn ] else [])339 let port = Event.pending eventchn in342 if Some port = eventchn.Event.virq_port then (355 ) (fun () -> Event.unmask eventchn port)362 do_if_set (Event.fd eventchn) rset (handle_eventchn)
24 eventchn: Event.t;
128 IN EFI_EVENT Event,139 OUT EFI_EVENT *Event152 IN EFI_EVENT Event,160 IN EFI_EVENT Event167 IN EFI_EVENT *Event,174 IN EFI_EVENT Event180 IN EFI_EVENT Event567 OUT EFI_EVENT *Event662 IN EFI_EVENT Event,
84 =head2 Event Classes (Masks)99 =head2 Event Subclasses (More Masks)
343 =head3 Event Actions1909 B<(x86 only)> Enables or disables HPET (High Precision Event Timer). This
17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
89 event_occurs_callback:('a -> Event.t -> unit) ->
307 ; Get PM Event
146 Event channel state will need to be fully transferred if we are not going175 ### Event channels177 Event channels are essentially the para-virtual equivalent of interrupts.
90 [Event Channel Internals][event_channels] for more detailed information about
1107 type Event struct { struct
3911 func NewEvent(etype EventType) (*Event, error) {3913 x Event3925 func (x *Event) fromC(xc *C.libxl_event) error {3996 func (x *Event) toC(xc *C.libxl_event) (err error){defer func(){
Completed in 24 milliseconds