Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 58) sorted by relevance

123

/qemu/io/
A Dchannel-watch.c68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check()
77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch()
91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize()
115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check()
157 qio_channel_socket_source_dispatch(GSource *source, in qio_channel_socket_source_dispatch()
169 qio_channel_socket_source_finalize(GSource *source) in qio_channel_socket_source_finalize()
197 qio_channel_fd_pair_source_check(GSource *source) in qio_channel_fd_pair_source_check()
208 qio_channel_fd_pair_source_dispatch(GSource *source, in qio_channel_fd_pair_source_dispatch()
252 GSource *source; in qio_channel_create_fd_watch() local
281 GSource *source; in qio_channel_create_socket_watch() local
[all …]
A Dchannel-buffer.c161 qio_channel_buffer_source_prepare(GSource *source, in qio_channel_buffer_source_prepare()
172 qio_channel_buffer_source_check(GSource *source) in qio_channel_buffer_source_check()
180 qio_channel_buffer_source_dispatch(GSource *source, in qio_channel_buffer_source_dispatch()
193 qio_channel_buffer_source_finalize(GSource *source) in qio_channel_buffer_source_finalize()
212 GSource *source; in qio_channel_buffer_create_watch() local
A Dchannel-tls.c405 qio_channel_tls_source_check(GSource *source) in qio_channel_tls_source_check()
413 qio_channel_tls_source_prepare(GSource *source, gint *timeout) in qio_channel_tls_source_prepare()
420 qio_channel_tls_source_dispatch(GSource *source, GSourceFunc callback, in qio_channel_tls_source_dispatch()
427 qio_channel_tls_source_finalize(GSource *source) in qio_channel_tls_source_finalize()
442 qio_channel_tls_read_watch(QIOChannelTLS *tioc, GSource *source) in qio_channel_tls_read_watch()
462 GSource *source = qio_channel_create_watch(tioc->master, condition); in qio_channel_tls_create_watch() local
A Dchannel-null.c158 qio_channel_null_source_dispatch(GSource *source, in qio_channel_null_source_dispatch()
172 qio_channel_null_source_finalize(GSource *source) in qio_channel_null_source_finalize()
192 GSource *source; in qio_channel_null_create_watch() local
A Dtask.c38 Object *source; member
51 QIOTask *qio_task_new(Object *source, in qio_task_new()
A Dchannel-websock.c1233 qio_channel_websock_source_check(GSource *source) in qio_channel_websock_source_check()
1255 qio_channel_websock_source_prepare(GSource *source, in qio_channel_websock_source_prepare()
1263 qio_channel_websock_source_dispatch(GSource *source, in qio_channel_websock_source_dispatch()
1276 qio_channel_websock_source_finalize(GSource *source) in qio_channel_websock_source_finalize()
1295 GSource *source; in qio_channel_websock_create_watch() local
/qemu/chardev/
A Dchar-io.c39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()
44 static gboolean io_watch_poll_prepare(GSource *source, in io_watch_poll_prepare()
77 static gboolean io_watch_poll_check(GSource *source) in io_watch_poll_check()
82 static gboolean io_watch_poll_dispatch(GSource *source, GSourceFunc callback, in io_watch_poll_dispatch()
88 static void io_watch_poll_finalize(GSource *source) in io_watch_poll_finalize()
133 static void io_remove_watch_poll(GSource *source) in io_remove_watch_poll()
A Dchar-fd.c94 fd_source_prepare(GSource *source, in fd_source_prepare()
103 fd_source_check(GSource *source) in fd_source_check()
111 fd_source_dispatch(GSource *source, GSourceFunc callback, in fd_source_dispatch()
138 static gboolean child_func(GIOChannel *source, in child_func()
A Dspice.c13 GSource source; member
126 static gboolean spice_char_source_prepare(GSource *source, gint *timeout) in spice_char_source_prepare()
140 static gboolean spice_char_source_check(GSource *source) in spice_char_source_check()
152 static gboolean spice_char_source_dispatch(GSource *source, in spice_char_source_dispatch()
/qemu/qga/
A Dchannel-win32.c23 GSource *source; member
27 GSource source; member
37 static gboolean ga_channel_prepare(GSource *source, gint *timeout_ms) in ga_channel_prepare()
94 static gboolean ga_channel_check(GSource *source) in ga_channel_check()
151 static gboolean ga_channel_dispatch(GSource *source, GSourceFunc unused, in ga_channel_dispatch()
177 static void ga_channel_finalize(GSource *source) in ga_channel_finalize()
191 GSource *source = g_source_new(&ga_channel_watch_funcs, sizeof(GAWatch)); in ga_channel_create_watch() local
/qemu/hw/intc/
A Dsh_intc.c19 void sh_intc_toggle_source(struct intc_source *source, in sh_intc_toggle_source()
71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq() local
92 struct intc_source *source = &desc->sources[i]; in sh_intc_get_pending_vector() local
174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask() local
260 intc_enum source, in sh_intc_register_source()
/qemu/tests/qemu-iotests/
A D24827 source, target = file_path('source', 'target') variable
/qemu/tests/qemu-iotests/tests/
A Dmirror-top-perms31 source = os.path.join(iotests.test_dir, 'source.img') variable
A Dmirror-ready-cancel-error28 source = os.path.join(iotests.test_dir, 'source.img') variable
/qemu/qapi/
A Dacpi.json117 # <- { "return": [ { "device": "d1", "slot": "0", "slot-type": "DIMM", "source": 1, "status": 0… number
/qemu/util/
A Dasync.c303 aio_ctx_prepare(GSource *source, gint *timeout) in aio_ctx_prepare()
327 aio_ctx_check(GSource *source) in aio_ctx_check()
354 aio_ctx_dispatch(GSource *source, in aio_ctx_dispatch()
366 aio_ctx_finalize(GSource *source) in aio_ctx_finalize()
/qemu/scripts/simplebench/
A Dbench_block_job.py97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument
/qemu/tests/unit/
A Dtest-io-task.c49 Object *source; member
137 Object *source; member
A Diothread.c35 GSource *source; in iothread_init_gcontext() local
/qemu/hw/ppc/
A Dspapr_events.c386 const SpaprEventSource *source = in spapr_dt_events() local
413 const SpaprEventSource *source; in rtas_event_log_to_source() local
439 const SpaprEventSource *source; in rtas_event_log_to_irq() local
465 const SpaprEventSource *source = in rtas_event_log_dequeue() local
487 const SpaprEventSource *source = in rtas_event_log_contains() local
980 const SpaprEventSource *source = in check_exception() local
1007 const SpaprEventSource *source = in event_scan() local
/qemu/hw/core/
A Dqdev-clock.c208 void qdev_connect_clock_in(DeviceState *dev, const char *name, Clock *source) in qdev_connect_clock_in()
/qemu/include/hw/ppc/
A Dspapr_xive.h27 XiveSource source; member
/qemu/hw/vfio/
A Dcontainer-base.c88 Range *source = (Range *)src; in copy_iova_range() local
/qemu/target/hexagon/
A Dgenptr.c1345 void gen_sat_i32(TCGv dest, TCGv source, int width) in gen_sat_i32()
1353 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_sat_i32_ovfl()
1361 void gen_satu_i32(TCGv dest, TCGv source, int width) in gen_satu_i32()
1371 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_satu_i32_ovfl()
1379 void gen_sat_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64()
1387 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64_ovfl()
1398 void gen_satu_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64()
1408 void gen_satu_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64_ovfl()
/qemu/hw/timer/
A Dallwinner-a10-pit.c85 uint32_t prescaler, source, source_freq; in a10_pit_set_freq() local

Completed in 41 milliseconds

123