Home
last modified time | relevance | path

Searched refs:type (Results 51 – 75 of 1467) sorted by relevance

12345678910>>...59

/qemu/tests/qemu-iotests/
H A D256.out32 "type": "block-dirty-bitmap-add"
39 "type": "block-dirty-bitmap-add"
48 "type": "blockdev-backup"
57 "type": "blockdev-backup"
65 {"data": {"device": "j0", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
66 {"data": {"device": "j1", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
98 "type": "blockdev-backup"
108 "type": "blockdev-backup"
116 {"data": {"device": "j2", "len": 0, "offset": 0, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB…
117 {"data": {"device": "j3", "len": 0, "offset": 0, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB…
H A D236.out55 "type": "block-dirty-bitmap-disable"
63 "type": "block-dirty-bitmap-add"
70 "type": "block-dirty-bitmap-clear"
74 "type": "abort"
119 "type": "block-dirty-bitmap-disable"
127 "type": "block-dirty-bitmap-add"
141 "type": "block-dirty-bitmap-enable"
231 "type": "block-dirty-bitmap-add"
242 "type": "block-dirty-bitmap-merge"
246 "type": "abort"
[all …]
H A D219.out6 …": "FILTERED", "id": "job0", "status": "running", "total-progress": "FILTERED", "type": "mirror"}]}
14 …-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "mirror"}]}
17 …rogress": 131072, "id": "job0", "status": "running", "total-progress": 4194304, "type": "mirror"}]}
21 …progress": 131072, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "mirror"}]}
24 …rogress": 196608, "id": "job0", "status": "running", "total-progress": 4194304, "type": "mirror"}]}
28 …progress": 196608, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "mirror"}]}
31 …rogress": 262144, "id": "job0", "status": "running", "total-progress": 4194304, "type": "mirror"}]}
35 …progress": 262144, "id": "job0", "status": "paused", "total-progress": 4194304, "type": "mirror"}]}
38 …rogress": 327680, "id": "job0", "status": "running", "total-progress": 4194304, "type": "mirror"}]}
49 …progress": 4194304, "id": "job0", "status": "ready", "total-progress": 4194304, "type": "mirror"}]}
[all …]
H A D237.out22 create type: monolithicSparse
49 create type: monolithicSparse
76 create type: monolithicSparse
170 create type: twoGbMaxExtentFlat
191 create type: twoGbMaxExtentSparse
212 create type: twoGbMaxExtentFlat
233 create type: twoGbMaxExtentSparse
254 create type: twoGbMaxExtentFlat
275 create type: twoGbMaxExtentSparse
296 create type: twoGbMaxExtentFlat
[all …]
H A D254.out17 "type": "blockdev-snapshot-sync"
24 "type": "block-dirty-bitmap-add"
37 "type": "block-dirty-bitmap-merge"
45 "type": "block-dirty-bitmap-add"
58 "type": "block-dirty-bitmap-merge"
66 "type": "block-dirty-bitmap-add"
79 "type": "block-dirty-bitmap-merge"
86 "type": "block-dirty-bitmap-remove"
/qemu/include/user/
H A Dthunk.h48 #define MK_PTR(type) TYPE_PTR, type argument
49 #define MK_ARRAY(type, size) TYPE_ARRAY, (int)(size), type argument
90 int type, size; in thunk_type_size() local
93 type = *type_ptr; in thunk_type_size()
94 switch(type) { in thunk_type_size()
151 int type; in thunk_type_align() local
154 type = *type_ptr; in thunk_type_align()
155 switch(type) { in thunk_type_align()
/qemu/qapi/
H A Dtpm.json47 # @passthrough: TPM passthrough type
49 # @emulator: Software Emulator TPM type (since 2.11)
76 # Information about the TPM passthrough type
93 # Information about the TPM emulator type
105 # @data: Information about the TPM passthrough type
116 # @data: Information about the TPM emulator type
130 # @type:
132 # passthrough type
134 # type
139 'base': { 'type': 'TpmType' },
[all …]
H A Dqapi-visit-core.c55 if (obj && (v->type & VISITOR_INPUT)) { in visit_start_struct()
81 if (list && (v->type & VISITOR_INPUT)) { in visit_start_list()
116 assert(!(v->type & VISITOR_INPUT)); in visit_start_alternate()
120 if (v->type & VISITOR_INPUT) { in visit_start_alternate()
170 return v->type == VISITOR_INPUT; in visit_is_input()
175 return v->type == VISITOR_DEALLOC; in visit_is_dealloc()
196 assert(v->type == VISITOR_INPUT); in visit_type_uintN()
264 assert(v->type == VISITOR_INPUT); in visit_type_intN()
350 if (v->type & VISITOR_INPUT) { in visit_type_str()
372 if (v->type == VISITOR_INPUT) { in visit_type_any()
[all …]
/qemu/crypto/
H A Dafalg.c20 qcrypto_afalg_build_saddr(const char *type, const char *name, in qcrypto_afalg_build_saddr() argument
25 if (strnlen(type, SALG_TYPE_LEN_MAX) >= SALG_TYPE_LEN_MAX) { in qcrypto_afalg_build_saddr()
27 type, SALG_TYPE_LEN_MAX); in qcrypto_afalg_build_saddr()
37 pstrcpy((char *)salg->salg_type, SALG_TYPE_LEN_MAX, type); in qcrypto_afalg_build_saddr()
44 qcrypto_afalg_socket_bind(const char *type, const char *name, in qcrypto_afalg_socket_bind() argument
50 if (!qcrypto_afalg_build_saddr(type, name, &salg, errp)) { in qcrypto_afalg_socket_bind()
70 qcrypto_afalg_comm_alloc(const char *type, const char *name, in qcrypto_afalg_comm_alloc() argument
78 afalg->tfmfd = qcrypto_afalg_socket_bind(type, name, errp); in qcrypto_afalg_comm_alloc()
/qemu/hw/xen/
H A Dxen-bus.c34 backend = type; in xen_device_get_backend_path()
49 device = type; in xen_device_get_frontend_path()
63 trace_xen_device_unplug(type, xendev->name); in xen_device_unplug()
126 trace_xen_bus_backend_create(type, path); in xen_bus_backend_create()
193 trace_xen_bus_type_enumerate(type); in xen_bus_type_enumerate()
236 char **type; in xen_bus_enumerate() local
242 if (!type) { in xen_bus_enumerate()
250 free(type); in xen_bus_enumerate()
321 const char **type; in xen_bus_realize() local
359 type[i]); in xen_bus_realize()
[all …]
/qemu/block/
H A Discsi-opts.c36 .type = QEMU_OPT_STRING,
40 .type = QEMU_OPT_STRING,
44 .type = QEMU_OPT_STRING,
49 .type = QEMU_OPT_STRING,
54 .type = QEMU_OPT_STRING,
58 .type = QEMU_OPT_NUMBER,
/qemu/include/qapi/
H A Dclone-visitor.h35 #define QAPI_CLONE(type, src) \ argument
36 ((type *)qapi_clone(src, \
38 Error **))visit_type_ ## type))
46 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
47 qapi_clone_members(dst, src, sizeof(type), \
49 Error **))visit_type_ ## type ## _members)
/qemu/util/
H A Datomic64.c44 #define GEN_READ(name, type) \ argument
45 type name(const type *ptr) \
48 type ret; \
60 #define GEN_SET(name, type) \ in GEN_READ() argument
61 void name(type *ptr, type val) \ in GEN_READ()
/qemu/scripts/
H A Dcheckpatch.pl697 my $type = '';
760 if (($type eq '' || $type eq '(') && $c eq '(') {
762 $type = '(';
774 if (($type eq '' || $type eq '{') && $c eq '{') {
776 $type = '{';
1071 $type = 'C';
1075 $type = 'T';
1079 $type = 'T';
1088 $type = 'E';
1101 $type = 'E';
[all …]
/qemu/hw/i386/
H A De820_memory_layout.c16 int e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry() argument
22 e820_table[e820_entries].type = cpu_to_le32(type); in e820_add_entry()
33 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry() argument
35 if (idx < e820_entries && e820_table[idx].type == cpu_to_le32(type)) { in e820_get_entry()
/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S5 .macro load_ok_test op, type, data, value
9 \type \data
23 .macro load_unaligned_test will_trap, op, type, data, value
28 \type \data
61 .macro load_unaligned_test will_trap, op, type, data, value
65 \type \data
79 .macro store_ok_test op, type, value
84 \type 0
105 .macro store_unaligned_test will_trap, op, nop, type, value
110 \type 0
[all …]
/qemu/target/s390x/
H A Dcpu_features.c24 .type = S390_FEAT_TYPE_##_TYPE, \
38 S390Feat s390_feat_by_type_and_bit(S390FeatType type, int bit) in s390_feat_by_type_and_bit() argument
43 if (s390_features[feat].type == type && in s390_feat_by_type_and_bit()
66 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type, in s390_fill_feat_block() argument
72 switch (type) { in s390_fill_feat_block()
104 if (s390_features[feat].type == type) { in s390_fill_feat_block()
126 switch (type) { in s390_fill_feat_block()
156 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type, in s390_add_from_feat_block() argument
161 switch (type) { in s390_add_from_feat_block()
178 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block()
/qemu/include/qemu/
H A Dmodule.h28 #define module_init(function, type) \ argument
31 register_dso_module_init(function, type); \
35 #define module_init(function, type) \ argument
38 register_module_init(function, type); \
68 void register_module_init(void (*fn)(void), module_init_type type);
69 void register_dso_module_init(void (*fn)(void), module_init_type type);
71 void module_call_init(module_init_type type);
100 int module_load_qom(const char *type, Error **errp);
H A Dqueue.h84 #define QLIST_HEAD(name, type) \ argument
86 struct type *lh_first; /* first element */ \
92 #define QLIST_ENTRY(type) \ argument
94 struct type *le_next; /* next element */ \
95 struct type **le_prev; /* address of previous next element */ \
189 struct type *slh_first; /* first element */ \
197 struct type *sle_next; /* next element */ \
241 #define QSLIST_REMOVE(head, elm, type, field) do { \ argument
245 struct type *curelm = (head)->slh_first; \
374 ((char *)((head)->sqh_last) - offsetof(struct type, field))))
[all …]
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c465 switch (type) { in xen_evtchn_set_callback_param()
560 ha.u.evtchn.type = type; in assign_kernel_port()
575 ha.u.evtchn.type = type; in assign_kernel_eventfd()
647 status->status = p->type; in xen_evtchn_status_op()
650 switch (p->type) { in xen_evtchn_status_op()
1005 s->port_table[p].type = type; in allocate_port()
1042 switch (p->type) { in close_port()
1486 switch (p->type) { in xen_evtchn_send_op()
1565 if (type == MAP_PIRQ_TYPE_GSI) { in allocate_pirq()
2052 switch (gp->type) { in xen_be_evtchn_bind_interdomain()
[all …]
/qemu/hw/arm/
H A Darmsse.c126 .type = TYPE_CMSDK_APB_TIMER,
135 .type = TYPE_CMSDK_APB_TIMER,
188 .type = TYPE_IOTKIT_SYSINFO,
196 .type = TYPE_IOTKIT_SYSCTL,
272 .type = TYPE_IOTKIT_SYSINFO,
280 .type = TYPE_IOTKIT_SYSCTL,
366 .type = TYPE_SSE_TIMER,
375 .type = TYPE_SSE_TIMER,
384 .type = TYPE_SSE_TIMER,
393 .type = TYPE_SSE_TIMER,
[all …]
/qemu/ui/
H A Dgtk-clipboard.c46 QemuClipboardType type = QEMU_CLIPBOARD_TYPE_TEXT; in gd_clipboard_get_data() local
51 qemu_clipboard_request(info, type); in gd_clipboard_get_data()
53 info->types[type].available && in gd_clipboard_get_data()
54 info->types[type].data == NULL) { in gd_clipboard_get_data()
60 info->types[type].data, in gd_clipboard_get_data()
61 info->types[type].size); in gd_clipboard_get_data()
126 switch (notify->type) { in gd_clipboard_notify()
137 QemuClipboardType type) in gd_clipboard_request() argument
142 switch (type) { in gd_clipboard_request()
146 qemu_clipboard_set_data(&gd->cbpeer, info, type, in gd_clipboard_request()
H A Ddbus-clipboard.c42 QemuClipboardType type) in dbus_clipboard_complete_request() argument
46 info->types[type].data, in dbus_clipboard_complete_request()
47 info->types[type].size, in dbus_clipboard_complete_request()
80 if (req->invocation && info->types[req->type].data) { in dbus_clipboard_update_info()
122 switch (notify->type) { in dbus_clipboard_notify()
134 QemuClipboardType type) in dbus_clipboard_qemu_request() argument
144 if (type != QEMU_CLIPBOARD_TYPE_TEXT) { in dbus_clipboard_qemu_request()
400 !info->types[type].available) { in dbus_clipboard_request()
409 if (info->types[type].data) { in dbus_clipboard_request()
412 qemu_clipboard_request(info, type); in dbus_clipboard_request()
[all …]
/qemu/replay/
H A Dreplay-input.c26 replay_put_dword(evt->type); in replay_save_input_event()
28 switch (evt->type) { in replay_save_input_event()
31 replay_put_dword(key->key->type); in replay_save_input_event()
33 switch (key->key->type) { in replay_save_input_event()
64 replay_put_dword(mtt->type); in replay_save_input_event()
87 evt.type = replay_get_dword(); in replay_read_input_event()
88 switch (evt.type) { in replay_read_input_event()
91 evt.u.key.data->key->type = replay_get_dword(); in replay_read_input_event()
93 switch (evt.u.key.data->key->type) { in replay_read_input_event()
124 evt.u.mtt.data->type = (InputMultiTouchType)replay_get_dword(); in replay_read_input_event()
/qemu/
H A Dblockdev.c125 if (dinfo->type == type) { in override_max_devs()
230 if (dinfo && dinfo->type == type in drive_get()
264 || dinfo->type == IF_XEN || dinfo->type == IF_NONE) { in drive_check_orphaned()
302 if (dinfo && dinfo->type == type && dinfo->bus > max_bus) { in drive_get_max_bus()
895 type < IF_COUNT && strcmp(value, if_name[type]); in drive_new()
949 if (type == IF_IDE || type == IF_SCSI) { in drive_new()
987 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && in drive_new()
997 if (type != IF_IDE && type != IF_VIRTIO && type != IF_SCSI && in drive_new()
1016 dinfo->type = type; in drive_new()
1022 switch(type) { in drive_new()
[all …]

12345678910>>...59