Home
last modified time | relevance | path

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

123

/qemu/io/
H 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()
224 qio_channel_fd_pair_source_finalize(GSource *source) in qio_channel_fd_pair_source_finalize()
252 GSource *source; in qio_channel_create_fd_watch() local
[all …]
H 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
H A Dchannel-tls.c491 qio_channel_tls_source_check(GSource *source) in qio_channel_tls_source_check()
499 qio_channel_tls_source_prepare(GSource *source, gint *timeout) in qio_channel_tls_source_prepare()
506 qio_channel_tls_source_dispatch(GSource *source, GSourceFunc callback, in qio_channel_tls_source_dispatch()
513 qio_channel_tls_source_finalize(GSource *source) in qio_channel_tls_source_finalize()
528 qio_channel_tls_read_watch(QIOChannelTLS *tioc, GSource *source) in qio_channel_tls_read_watch()
548 GSource *source = qio_channel_create_watch(tioc->master, condition); in qio_channel_tls_create_watch() local
H 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
H A Dtask.c38 Object *source; member
51 QIOTask *qio_task_new(Object *source, in qio_task_new()
H 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/
H 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()
H 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()
H 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/
H 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/
H 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/
H A D24827 source, target = file_path('source', 'target') variable
/qemu/tests/qemu-iotests/tests/
H A Dmirror-top-perms31 source = os.path.join(iotests.test_dir, 'source.img') variable
H A Dmirror-ready-cancel-error28 source = os.path.join(iotests.test_dir, 'source.img') variable
/qemu/qapi/
H A Dacpi.json117 # <- { "return": [ { "device": "d1", "slot": "0", "slot-type": "DIMM", "source": 1, "status": 0… number
/qemu/util/
H 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/tests/unit/
H A Dtest-io-task.c49 Object *source; member
137 Object *source; member
H A Diothread.c35 GSource *source; in iothread_init_gcontext() local
/qemu/scripts/simplebench/
H A Dbench_block_job.py97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument
/qemu/hw/ppc/
H 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/target/hexagon/
H A Dgenptr.c1338 void gen_sat_i32(TCGv dest, TCGv source, int width) in gen_sat_i32()
1346 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_sat_i32_ovfl()
1354 void gen_satu_i32(TCGv dest, TCGv source, int width) in gen_satu_i32()
1364 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_satu_i32_ovfl()
1372 void gen_sat_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64()
1380 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64_ovfl()
1391 void gen_satu_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64()
1401 void gen_satu_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64_ovfl()
/qemu/hw/core/
H A Dqdev-clock.c180 void qdev_connect_clock_in(DeviceState *dev, const char *name, Clock *source) in qdev_connect_clock_in()
/qemu/include/hw/ppc/
H A Dspapr_xive.h27 XiveSource source; member
/qemu/hw/timer/
H A Dallwinner-a10-pit.c85 uint32_t prescaler, source, source_freq; in a10_pit_set_freq() local
/qemu/block/
H A Dblock-copy.c121 BdrvChild *source; member
278 static uint32_t block_copy_max_transfer(BdrvChild *source, BdrvChild *target) in block_copy_max_transfer()
358 BlockCopyState *block_copy_state_new(BdrvChild *source, BdrvChild *target, in block_copy_state_new()

123