Home
last modified time | relevance | path

Searched refs:VIR_STREAM_EVENT_READABLE (Results 1 – 9 of 9) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tools/
H A Dvirsh-console.c163 if (events & VIR_STREAM_EVENT_READABLE) { in virConsoleEventOnStream()
218 VIR_STREAM_EVENT_READABLE); in virConsoleEventOnStream()
280 VIR_STREAM_EVENT_READABLE | in virConsoleEventOnStdin()
472 VIR_STREAM_EVENT_READABLE, in virshRunConsole()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/details/
H A Dserialcon.py109 self._stream.eventUpdateCallback(libvirt.VIR_STREAM_EVENT_READABLE |
133 self._stream.eventAddCallback((libvirt.VIR_STREAM_EVENT_READABLE |
165 self._stream.eventUpdateCallback(libvirt.VIR_STREAM_EVENT_READABLE |
/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-stream.h233 VIR_STREAM_EVENT_READABLE = (1 << 0), enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/remote/
H A Dremote_daemon_stream.c86 newEvents |= VIR_STREAM_EVENT_READABLE; in daemonStreamUpdateEvents()
150 (events & (VIR_STREAM_EVENT_READABLE))) { in daemonStreamEvent()
151 events = events & ~(VIR_STREAM_EVENT_READABLE); in daemonStreamEvent()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetclientstream.c89 (st->cbEvents & VIR_STREAM_EVENT_READABLE)) || in virNetClientStreamEventTimerUpdate()
109 (st->cbEvents & VIR_STREAM_EVENT_READABLE) && in virNetClientStreamEventTimer()
111 events |= VIR_STREAM_EVENT_READABLE; in virNetClientStreamEventTimer()
/dports/devel/py-libvirt/libvirt-python-7.10.0/examples/
H A Dconsolecallback.py45 … console.stream.eventAddCallback(libvirt.VIR_STREAM_EVENT_READABLE, stream_callback, console)
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gobject/
H A Dlibvirt-gobject-stream.c550 if (events & VIR_STREAM_EVENT_READABLE) in gvir_stream_handle_events()
580 mask |= VIR_STREAM_EVENT_READABLE; in gvir_stream_update_events()
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirfdstream.c731 (fdst->events & (VIR_STREAM_EVENT_READABLE | in virFDStreamCloseInt()
/dports/devel/p5-Sys-Virt/Sys-Virt-1.1.1/
H A DVirt.xs7129 REGISTER_CONSTANT(VIR_STREAM_EVENT_READABLE, EVENT_READABLE);