/qemu/io/ |
A D | channel-watch.c | 29 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 D | channel.c | 635 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 D | channel-buffer.c | 157 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 D | channel-null.c | 32 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 D | channel-tls.c | 157 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 D | channel-websock.c | 530 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 D | channel-watch.h | 48 GIOCondition condition); 66 GIOCondition condition); 88 GIOCondition condition);
|
A D | channel.h | 60 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 D | vnc-ws.c | 51 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 D | vnc-ws.h | 25 GIOCondition condition, 28 GIOCondition condition,
|
/qemu/tests/tcg/tricore/c/ |
A D | testdev_assert.h | 11 static inline void testdev_assert(int condition) in testdev_assert() argument 13 if (!condition) { in testdev_assert()
|
/qemu/tests/unit/ |
A D | test-io-channel-null.c | 26 GIOCondition condition, in test_io_channel_watch() argument 30 *gotcond = condition; in test_io_channel_watch()
|
/qemu/tcg/ |
A D | tci.c | 196 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 D | channel-posix.c | 26 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 D | bad-if-keys.err | 2 bad-if-keys.json:2: 'if' condition of struct has conflicting keys
|
A D | bad-if-all.err | 2 bad-if-all.json:2: 'all' condition of struct must be an array
|
A D | bad-if-empty-list.err | 2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
|
A D | bad-if-not.err | 2 bad-if-not.json:2: 'if' condition '' of struct is not a valid identifier
|
A D | bad-if.err | 2 bad-if.json:2: 'if' condition of struct must be a string or an object
|
A D | bad-if-empty.err | 2 bad-if-empty.json:2: 'if' condition '' of struct is not a valid identifier
|
A D | bad-if-list.err | 2 bad-if-list.json:2: 'if' condition 'foo' of struct is not a valid identifier
|
A D | features-if-invalid.err | 2 features-if-invalid.json:2: 'if' condition of 'features' member 'f' must be a string or an object
|
A D | alternate-branch-if-invalid.err | 2 alternate-branch-if-invalid.json:2: 'if' condition ' ' of 'data' member 'branch' is not a valid ide…
|
A D | union-branch-if-invalid.err | 2 union-branch-if-invalid.json:4: 'if' condition '' of 'data' member 'branch1' is not a valid identif…
|
A D | bad-if-key.err | 2 bad-if-key.json:2: 'if' condition of struct has unknown key 'value'
|