Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 17 of 17) sorted by relevance

/qemu/scripts/qapi/
H A Dintrospect.py195 for typ in self._used_types:
196 typ.visit(self)
230 if typ.json_type() == 'int':
233 typ = type_int
238 typ = type_intList
240 if typ not in self._used_types:
241 self._used_types.append(typ)
245 if isinstance(typ, QAPISchemaBuiltinType):
246 return typ.name
247 if isinstance(typ, QAPISchemaArrayType):
[all …]
H A Devents.py48 def gen_param_var(typ: QAPISchemaObjectType) -> str:
54 assert not typ.branches
58 c_name=typ.c_name())
60 for memb in typ.members:
73 if not typ.is_implicit():
77 c_name=typ.c_name())
H A Dschema.py944 typ: str,
952 self._type_name = typ
982 typ: str,
1047 typ = typ.element_type
1175 return typ
1185 if not typ:
1191 return typ
1304 if typ:
1340 typ = self._make_array_type(typ[0], info)
1369 typ: str,
[all …]
/qemu/audio/
H A Dalsaaudio.c88 const char *typ, in alsa_logerr2() argument
95 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in alsa_logerr2()
450 const char *typ = in ? "ADC" : "DAC"; in alsa_open() local
465 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name); in alsa_open()
481 alsa_logerr2 (err, typ, "Failed to set access type\n"); in alsa_open()
487 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt); in alsa_open()
547 alsa_logerr2 (err, typ, "Failed to apply audio parameters\n"); in alsa_open()
553 alsa_logerr2 (err, typ, "Failed to get buffer size\n"); in alsa_open()
559 alsa_logerr2 (err, typ, "Failed to get format\n"); in alsa_open()
590 dolog ("Audio parameters for %s\n", typ); in alsa_open()
[all …]
H A Dossaudio.c80 const char *typ, in oss_logerr2() argument
87 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in oss_logerr2()
222 static int oss_get_version (int fd, int *version, const char *typ) in oss_get_version() argument
239 oss_logerr2 (errno, typ, "Failed to get OSS version\n"); in oss_get_version()
257 const char *typ = in ? "ADC" : "DAC"; in oss_open() local
268 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname); in oss_open()
296 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n"); in oss_open()
304 if (!oss_get_version (fd, &version, typ)) { in oss_open()
310 oss_logerr2 (errno, typ, in oss_open()
331 oss_logerr2 (errno, typ, "Failed to get buffer length\n"); in oss_open()
[all …]
H A Ddsound_template.h173 const char *typ = "ADC"; in dsound_init_in() local
179 const char *typ = "DAC"; in dsound_init_in() local
218 dsound_logerr2 (hr, typ, "Could not create " NAME "\n"); in dsound_init_in()
224 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n"); in dsound_init_in()
238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n"); in dsound_init_in()
H A Ddsoundaudio.c242 const char *typ, in dsound_logerr2() argument
249 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2()
H A Dcoreaudio.m231 const char *typ,
238 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
/qemu/docs/sphinx/
H A Ddbusdomain.py371 def find_obj(self, typ: str, name: str) -> Optional[Tuple[str, ObjectEntry]]:
375 if typ in ("meth", "sig", "prop"):
387 typ: str,
393 objdef = self.find_obj(typ, target)
H A Dqapidoc.py283 def _add_doc(self, typ, sections): argument
295 nodes.Text(' (' + typ + ')')])
/qemu/hw/acpi/
H A Daml-build-stub.c94 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz, in aml_dma() argument
H A Daml-build.c1534 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz, in aml_dma() argument
1538 uint8_t flags = sz | bm << 2 | typ << 5; in aml_dma()
/qemu/hw/nvme/
H A Dtrace-events10 pci_nvme_map_sgl(uint8_t typ, uint64_t len) "type 0x%"PRIx8" len %"PRIu64""
79 pci_nvme_aer_post_cqe(uint8_t typ, uint8_t info, uint8_t log_page) "type 0x%"PRIx8" info 0x%"PRIx8"…
82 pci_nvme_enqueue_event(uint8_t typ, uint8_t info, uint8_t log_page) "type 0x%"PRIx8" info 0x%"PRIx8…
84 pci_nvme_enqueue_event_masked(uint8_t typ) "type 0x%"PRIx8""
131 pci_nvme_err_invalid_sgld(uint16_t cid, uint8_t typ) "cid %"PRIu16" type 0x%"PRIx8""
132 pci_nvme_err_invalid_num_sgld(uint16_t cid, uint8_t typ) "cid %"PRIu16" type 0x%"PRIx8""
/qemu/target/xtensa/
H A Doverlay_tool.h28 #define XTREG(idx, ofs, bi, sz, al, no, fl, cp, typ, grp, name, \ argument
32 .type = (typ), \
/qemu/target/xtensa/core-dc233c/
H A Dgdb-config.c.inc24 /* idx ofs bi sz al targno flags cp typ group name */
/qemu/include/hw/acpi/
H A Daml-build.h381 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz,
/qemu/target/ppc/
H A Dtranslate.c1446 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument
1447 GEN_OPCODE4(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2)