Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/io/
A Dchannel-watch.c29 GIOCondition condition; member
41 GIOCondition condition; member
53 GIOCondition condition; member
121 if (!ssource->condition) { in qio_channel_socket_source_check()
128 if (ssource->condition & G_IO_IN) { in qio_channel_socket_source_check()
131 if (ssource->condition & G_IO_OUT) { in qio_channel_socket_source_check()
134 if (ssource->condition & G_IO_PRI) { in qio_channel_socket_source_check()
262 ssource->condition = condition; in qio_channel_create_fd_watch()
269 ssource->fd.events = condition; in qio_channel_create_fd_watch()
295 ssource->condition = condition; in qio_channel_create_socket_watch()
[all …]
A Dchannel.c635 if (condition == G_IO_IN) { in qio_channel_set_fd_handlers()
653 } else if (condition == G_IO_OUT) { in qio_channel_set_fd_handlers()
679 if (condition == G_IO_IN) { in qio_channel_clear_fd_handlers()
687 } else if (condition == G_IO_OUT) { in qio_channel_clear_fd_handlers()
711 if (condition == G_IO_IN) { in qio_channel_yield()
713 } else if (condition == G_IO_OUT) { in qio_channel_yield()
718 qio_channel_set_fd_handlers(ioc, condition); in qio_channel_yield()
724 if (condition == G_IO_IN) { in qio_channel_yield()
726 } else if (condition == G_IO_OUT) { in qio_channel_yield()
729 qio_channel_clear_fd_handlers(ioc, condition); in qio_channel_yield()
[all …]
A Dchannel-buffer.c157 GIOCondition condition; member
168 return (G_IO_IN | G_IO_OUT) & bsource->condition; in qio_channel_buffer_source_prepare()
176 return (G_IO_IN | G_IO_OUT) & bsource->condition; in qio_channel_buffer_source_check()
188 ((G_IO_IN | G_IO_OUT) & bsource->condition), in qio_channel_buffer_source_dispatch()
208 GIOCondition condition) in qio_channel_buffer_create_watch() argument
221 ssource->condition = condition; in qio_channel_buffer_create_watch()
A Dchannel-null.c32 GIOCondition condition; member
166 ssource->condition, in qio_channel_null_source_dispatch()
190 GIOCondition condition) in qio_channel_null_create_watch() argument
202 ssource->condition = condition; in qio_channel_null_create_watch()
A Dchannel-tls.c157 GIOCondition condition,
186 GIOCondition condition; in qio_channel_tls_handshake_task() local
197 condition = G_IO_OUT; in qio_channel_tls_handshake_task()
199 condition = G_IO_IN; in qio_channel_tls_handshake_task()
205 condition, in qio_channel_tls_handshake_task()
215 GIOCondition condition, in qio_channel_tls_handshake_io() argument
459 GIOCondition condition) in qio_channel_tls_create_watch() argument
462 GSource *source = qio_channel_create_watch(tioc->master, condition); in qio_channel_tls_create_watch()
464 if (condition & G_IO_IN) { in qio_channel_tls_create_watch()
A Dchannel-websock.c530 GIOCondition condition, in qio_channel_websock_handshake_send() argument
570 GIOCondition condition, in qio_channel_websock_handshake_io() argument
1016 GIOCondition condition, in qio_channel_websock_flush() argument
1022 if (condition & G_IO_OUT) { in qio_channel_websock_flush()
1029 if (condition & G_IO_IN) { in qio_channel_websock_flush()
1229 GIOCondition condition; member
1251 return cond & wsource->condition; in qio_channel_websock_source_check()
1291 GIOCondition condition) in qio_channel_websock_create_watch() argument
1304 ssource->condition = condition; in qio_channel_websock_create_watch()
/qemu/include/io/
A Dchannel-watch.h48 GIOCondition condition);
66 GIOCondition condition);
88 GIOCondition condition);
A Dchannel.h60 GIOCondition condition,
128 GIOCondition condition);
734 GIOCondition condition);
760 GIOCondition condition,
780 GIOCondition condition,
804 GIOCondition condition,
827 GIOCondition condition);
852 GIOCondition condition);
/qemu/ui/
A Dvnc-ws.c51 GIOCondition condition, in vncws_tls_handshake_io() argument
63 if (condition & (G_IO_HUP | G_IO_ERR)) { in vncws_tls_handshake_io()
121 GIOCondition condition, in vncws_handshake_io() argument
132 if (condition & (G_IO_HUP | G_IO_ERR)) { in vncws_handshake_io()
A Dvnc-ws.h25 GIOCondition condition,
28 GIOCondition condition,
/qemu/tests/tcg/tricore/c/
A Dtestdev_assert.h11 static inline void testdev_assert(int condition) in testdev_assert() argument
13 if (!condition) { in testdev_assert()
/qemu/tests/unit/
A Dtest-io-channel-null.c26 GIOCondition condition, in test_io_channel_watch() argument
30 *gotcond = condition; in test_io_channel_watch()
/qemu/tcg/
A Dtci.c196 static bool tci_compare32(uint32_t u0, uint32_t u1, TCGCond condition) in tci_compare32() argument
201 switch (condition) { in tci_compare32()
249 switch (condition) { in tci_compare64()
377 TCGCond condition; in tcg_qemu_tb_exec() local
448 tci_args_rrrc(insn, &r0, &r1, &r2, &condition); in tcg_qemu_tb_exec()
449 regs[r0] = tci_compare32(regs[r1], regs[r2], condition); in tcg_qemu_tb_exec()
453 tmp32 = tci_compare32(regs[r1], regs[r2], condition); in tcg_qemu_tb_exec()
461 regs[r0] = tci_compare64(T1, T2, condition); in tcg_qemu_tb_exec()
465 tci_args_rrrc(insn, &r0, &r1, &r2, &condition); in tcg_qemu_tb_exec()
466 regs[r0] = tci_compare64(regs[r1], regs[r2], condition); in tcg_qemu_tb_exec()
[all …]
/qemu/qga/
A Dchannel-posix.c26 GIOCondition condition, gpointer data) in ga_channel_listen_accept() argument
87 GIOCondition condition, gpointer data) in ga_channel_client_event() argument
94 client_cont = c->event_cb(condition, c->user_data); in ga_channel_client_event()
/qemu/tests/qapi-schema/
A Dbad-if-keys.err2 bad-if-keys.json:2: 'if' condition of struct has conflicting keys
A Dbad-if-all.err2 bad-if-all.json:2: 'all' condition of struct must be an array
A Dbad-if-empty-list.err2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
A Dbad-if-not.err2 bad-if-not.json:2: 'if' condition '' of struct is not a valid identifier
A Dbad-if.err2 bad-if.json:2: 'if' condition of struct must be a string or an object
A Dbad-if-empty.err2 bad-if-empty.json:2: 'if' condition '' of struct is not a valid identifier
A Dbad-if-list.err2 bad-if-list.json:2: 'if' condition 'foo' of struct is not a valid identifier
A Dfeatures-if-invalid.err2 features-if-invalid.json:2: 'if' condition of 'features' member 'f' must be a string or an object
A Dalternate-branch-if-invalid.err2 alternate-branch-if-invalid.json:2: 'if' condition ' ' of 'data' member 'branch' is not a valid ide…
A Dunion-branch-if-invalid.err2 union-branch-if-invalid.json:4: 'if' condition '' of 'data' member 'branch1' is not a valid identif…
A Dbad-if-key.err2 bad-if-key.json:2: 'if' condition of struct has unknown key 'value'

Completed in 39 milliseconds

1234