Lines Matching full:event
32 * Allocate event-channel between caller and remote domain
35 * @return - local event channel port on success, negative on error
41 * Allocate event-channel between remote domains. Can be used only from Dom0.
45 * @return - local event channel port on success, negative on error
51 * Allocate local event channel, binded to remote port and attach specified callback
55 * @param remote_port - remote domain event channel port number
58 * @return - local event channel port on success, negative on error
64 * Bind user-defined handler to specified event-channel
66 * @param port - event channel number
67 * @param cb - pointer to event channel handler
74 * Unbind handler from event channel, substitute it with empty callback
76 * @param port - event channel number to unbind