Home
last modified time | relevance | path

Searched refs:typename (Results 1 – 25 of 110) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch20 @@ -77,37 +77,37 @@ template <typename T, typename U>
27 template <typename T, typename U>
34 template <typename T, typename U>
41 template <typename T, typename U>
48 template <typename T, typename U, typename V>
55 template <typename T, typename U, typename V>
/openbmc/qemu/hw/arm/
H A Daspeed_ast2400.c158 char typename[64]; in aspeed_ast2400_soc_init() local
169 snprintf(typename, sizeof(typename), "aspeed.scu-%s", socname); in aspeed_ast2400_soc_init()
170 object_initialize_child(obj, "scu", &s->scu, typename); in aspeed_ast2400_soc_init()
184 snprintf(typename, sizeof(typename), "aspeed.timer-%s", socname); in aspeed_ast2400_soc_init()
185 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_ast2400_soc_init()
188 snprintf(typename, sizeof(typename), "aspeed.wdt-%s", socname); in aspeed_ast2400_soc_init()
189 object_initialize_child(obj, "wdt[*]", &s->wdt[i], typename); in aspeed_ast2400_soc_init()
192 snprintf(typename, sizeof(typename), "aspeed.adc-%s", socname); in aspeed_ast2400_soc_init()
193 object_initialize_child(obj, "adc", &s->adc, typename); in aspeed_ast2400_soc_init()
195 snprintf(typename, sizeof(typename), "aspeed.i2c-%s", socname); in aspeed_ast2400_soc_init()
[all …]
H A Daspeed_ast10x0.c116 char typename[64]; in aspeed_soc_ast1030_init() local
127 snprintf(typename, sizeof(typename), "aspeed.scu-%s", socname); in aspeed_soc_ast1030_init()
128 object_initialize_child(obj, "scu", &s->scu, typename); in aspeed_soc_ast1030_init()
134 snprintf(typename, sizeof(typename), "aspeed.i2c-%s", socname); in aspeed_soc_ast1030_init()
135 object_initialize_child(obj, "i2c", &s->i2c, typename); in aspeed_soc_ast1030_init()
139 snprintf(typename, sizeof(typename), "aspeed.timer-%s", socname); in aspeed_soc_ast1030_init()
140 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast1030_init()
142 snprintf(typename, sizeof(typename), "aspeed.adc-%s", socname); in aspeed_soc_ast1030_init()
143 object_initialize_child(obj, "adc", &s->adc, typename); in aspeed_soc_ast1030_init()
145 snprintf(typename, sizeof(typename), "aspeed.fmc-%s", socname); in aspeed_soc_ast1030_init()
[all …]
H A Daspeed_ast2600.c168 char typename[64]; in aspeed_soc_ast2600_init() local
179 snprintf(typename, sizeof(typename), "aspeed.scu-%s", socname); in aspeed_soc_ast2600_init()
180 object_initialize_child(obj, "scu", &s->scu, typename); in aspeed_soc_ast2600_init()
195 snprintf(typename, sizeof(typename), "aspeed.timer-%s", socname); in aspeed_soc_ast2600_init()
196 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast2600_init()
199 snprintf(typename, sizeof(typename), "aspeed.wdt-%s", socname); in aspeed_soc_ast2600_init()
200 object_initialize_child(obj, "wdt[*]", &s->wdt[i], typename); in aspeed_soc_ast2600_init()
203 snprintf(typename, sizeof(typename), "aspeed.adc-%s", socname); in aspeed_soc_ast2600_init()
204 object_initialize_child(obj, "adc", &s->adc, typename); in aspeed_soc_ast2600_init()
206 snprintf(typename, sizeof(typename), "aspeed.i2c-%s", socname); in aspeed_soc_ast2600_init()
[all …]
H A Daspeed_ast27x0.c316 char typename[64]; in aspeed_soc_ast2700_init() local
343 snprintf(typename, sizeof(typename), "aspeed.fmc-%s", socname); in aspeed_soc_ast2700_init()
344 object_initialize_child(obj, "fmc", &s->fmc, typename); in aspeed_soc_ast2700_init()
347 snprintf(typename, sizeof(typename), "aspeed.spi%d-%s", i, socname); in aspeed_soc_ast2700_init()
348 object_initialize_child(obj, "spi[*]", &s->spi[i], typename); in aspeed_soc_ast2700_init()
351 snprintf(typename, sizeof(typename), "aspeed.sdmc-%s", socname); in aspeed_soc_ast2700_init()
352 object_initialize_child(obj, "sdmc", &s->sdmc, typename); in aspeed_soc_ast2700_init()
357 snprintf(typename, sizeof(typename), "aspeed.wdt-%s", socname); in aspeed_soc_ast2700_init()
358 object_initialize_child(obj, "wdt[*]", &s->wdt[i], typename); in aspeed_soc_ast2700_init()
376 snprintf(typename, sizeof(typename), "aspeed.adc-%s", socname); in aspeed_soc_ast2700_init()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.client.hpp.mako18 template <typename Client, typename Proxy>
28 template <typename Client = void, typename Proxy = void>
34 template <typename... Args>
46 template <typename Client, typename Proxy>
53 template <typename, typename>
H A Dinterface.aserver.hpp.mako19 template <typename Instance, typename Server>
23 template <typename Instance, typename Server = void>
30 template <typename... Args>
44 template <typename Instance, typename Server>
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py129 def typename(self) -> Optional[str]: member in TypeInfoVar
134 typename = self.typename
135 if not typename:
137 if not typename.startswith('TYPE_'):
139 return typename[len('TYPE_'):]
290 typename = values['name'].raw
327 self.info("TypeInfo variable for %s is here", typename)
328 uppercase = find_typename_uppercase(self.allfiles, typename)
330 self.info("Can't find right uppercase name for %s", typename)
332 self.warn("Can't find right uppercase name for %s", typename)
[all …]
H A Dqom_macros.py47 typename: Optional[str]
76 if self.typename is None:
89 and self.typename is not None
90 and f'TYPE_{self.uppercase}' != self.typename):
92 (self.uppercase, self.typename))
281 or my_ids.typename == m.type_identifiers.typename)]
313 typename = self.group('qom_typename')
315 if not typename or not c_type:
336 return TypeIdentifiers(typename=typename, classtype=classtype,
373 if not ids.typename:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A D0001-Fix-a-segfault-in-iterator-of-a-ConfigParser-section.patch48 Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
54 typename T::iterator cur;
55 typename T::iterator end;
74 Iterator(typename T::iterator _cur, typename T::iterator _end) : cur(_cur), end(_end) {}
80 typename T::iterator cur;
81 typename T::iterator end;
/openbmc/qemu/hw/audio/
H A Dsoundhw.c38 const char *typename; member
58 int isa, const char *typename) in deprecated_register_soundhw() argument
64 soundhw[soundhw_count].typename = typename; in deprecated_register_soundhw()
134 if (c->typename) { in soundhw_init()
135 DeviceState *dev = qdev_new(c->typename); in soundhw_init()
/openbmc/qemu/target/mips/sysemu/
H A Dmips-qmp-cmds.c18 const char *typename; in mips_cpu_add_definition() local
20 typename = object_class_get_name(oc); in mips_cpu_add_definition()
22 info->name = cpu_model_from_type(typename); in mips_cpu_add_definition()
23 info->q_typename = g_strdup(typename); in mips_cpu_add_definition()
/openbmc/qemu/qom/
H A Dobject.c45 const char *typename; member
133 ti->interfaces[i].typename = g_strdup(info->interfaces[i].type); in type_new()
388 TypeImpl *t = type_get_by_name_noload(ti->interfaces[i].typename); in type_initialize()
391 ti->interfaces[i].typename, parent->name); in type_initialize()
580 void object_initialize(void *data, size_t size, const char *typename) in object_initialize() argument
582 TypeImpl *type = type_get_or_load_by_name(typename, &error_fatal); in object_initialize()
791 Object *object_new(const char *typename) in object_new() argument
793 TypeImpl *ti = type_get_or_load_by_name(typename, &error_fatal); in object_new()
799 Object *object_new_with_props(const char *typename, in object_new_with_props() argument
809 obj = object_new_with_propv(typename, parent, id, errp, vargs); in object_new_with_props()
[all …]
H A Dqom-qmp-cmds.c121 ObjectPropertyInfoList *qmp_device_list_properties(const char *typename, in qmp_device_list_properties() argument
130 klass = module_object_class_by_name(typename); in qmp_device_list_properties()
133 "Device '%s' not found", typename); in qmp_device_list_properties()
180 ObjectPropertyInfoList *qmp_qom_list_properties(const char *typename, in qmp_qom_list_properties() argument
189 klass = module_object_class_by_name(typename); in qmp_qom_list_properties()
192 "Class '%s' not found", typename); in qmp_qom_list_properties()
205 obj = object_new(typename); in qmp_qom_list_properties()
/openbmc/linux/tools/include/linux/
H A Dbtf_ids.h93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
95 BTF_ID(prefix, typename)
96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
98 BTF_ID(prefix, typename)
164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
165 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_collections.py144 typename = qualified_name_split[2]
146 typename = qualified_name_split[1]
163 member_id = typename + "Id"
183 typename = nav_type_split[1]
201 typename = nav_type_split[1]
232 typename, new_path, top_collections, found_top, xml_map[file_key]
236 root, typename, new_path, top_collections, found_top, xml_map
H A Dparse_registries.py310 typename = "std::string_view"
313 typename = typestring
315 argtypes.append(typename)
329 for index, typename in enumerate(argtypes):
331 if typename == "const nlohmann::json&":
333 elif typename == "uint64_t":
336 for index, typename in enumerate(argtypes):
338 if typename == "const boost::urls::url_view_base&":
341 elif typename == "const nlohmann::json&":
344 elif typename == "uint64_t":
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py43 def old_cppNamespace(self, typename="server"): argument
44 return "::".join(self.old_namespaces) + "::" + typename
46 def old_cppNamespacedClass(self, typename="server"): argument
47 return self.old_cppNamespace(typename) + "::" + self.old_classname
49 def headerFile(self, typename="common"): argument
/openbmc/openbmc/poky/meta/recipes-devtools/fmt/files/
H A Dfix-gcc9.patch18 template <typename Char> using std_string_view = std::basic_string_view<Char>;
20 -template <typename T> struct std_string_view {};
21 +template <typename Char> struct std_string_view {
26 template <typename Char, Char... C> struct string_literal {
/openbmc/qemu/include/qom/
H A Dobject.h628 Object *object_new(const char *typename);
676 Object *object_new_with_props(const char *typename,
692 Object *object_new_with_propv(const char *typename,
764 void object_initialize(void *obj, size_t size, const char *typename);
844 Object *object_dynamic_cast(Object *obj, const char *typename);
860 Object *object_dynamic_cast_assert(Object *obj, const char *typename,
963 const char *typename,
982 const char *typename);
1014 ObjectClass *object_class_by_name(const char *typename);
1026 ObjectClass *module_object_class_by_name(const char *typename);
[all …]
/openbmc/linux/include/linux/
H A Dbtf_ids.h100 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
102 BTF_ID(prefix, typename)
103 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
105 BTF_ID(prefix, typename)
212 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
213 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
/openbmc/qemu/target/sparc/
H A Dcpu.c113 cpu_add_feat_as_prop(const char *typename, const char *name, const char *val) in cpu_add_feat_as_prop() argument
116 prop->driver = typename; in cpu_add_feat_as_prop()
123 static void sparc_cpu_parse_features(const char *typename, char *features, in sparc_cpu_parse_features() argument
185 cpu_add_feat_as_prop(typename, name, val); in sparc_cpu_parse_features()
190 cpu_add_feat_as_prop(typename, name, "on"); in sparc_cpu_parse_features()
196 cpu_add_feat_as_prop(typename, name, "off"); in sparc_cpu_parse_features()
768 char *typename; in sparc_cpu_class_by_name() local
770 typename = sparc_cpu_type_name(cpu_model); in sparc_cpu_class_by_name()
773 if (g_str_equal(typename, SPARC_CPU_TYPE_NAME("Sun-UltraSparc-IV+"))) { in sparc_cpu_class_by_name()
774 g_free(typename); in sparc_cpu_class_by_name()
[all …]
/openbmc/qemu/
H A Dcpu-target.c249 char *cpu_model_from_type(const char *typename) in cpu_model_from_type() argument
253 if (!object_class_by_name(typename)) { in cpu_model_from_type()
257 if (g_str_has_suffix(typename, suffix)) { in cpu_model_from_type()
258 return g_strndup(typename, strlen(typename) - strlen(suffix)); in cpu_model_from_type()
261 return g_strdup(typename); in cpu_model_from_type()
295 const char *typename = object_class_get_name(OBJECT_CLASS(data)); in cpu_list_entry() local
296 g_autofree char *model = cpu_model_from_type(typename); in cpu_list_entry()
/openbmc/qemu/hw/core/
H A Dcpu-common.c57 CPUState *cpu_create(const char *typename) in cpu_create() argument
60 CPUState *cpu = CPU(object_new(typename)); in cpu_create()
147 ObjectClass *cpu_class_by_name(const char *typename, const char *cpu_model) in cpu_class_by_name() argument
152 oc = object_class_by_name(typename); in cpu_class_by_name()
157 if (object_class_dynamic_cast(oc, typename) && in cpu_class_by_name()
165 static void cpu_common_parse_features(const char *typename, char *features, in cpu_common_parse_features() argument
183 prop->driver = typename; in cpu_common_parse_features()
/openbmc/qemu/target/alpha/
H A Dcpu.c116 const char *typename; member
131 char *typename; in alpha_cpu_class_by_name() local
141 oc = object_class_by_name(alpha_cpu_aliases[i].typename); in alpha_cpu_class_by_name()
147 typename = g_strdup_printf(ALPHA_CPU_TYPE_NAME("%s"), cpu_model); in alpha_cpu_class_by_name()
148 oc = object_class_by_name(typename); in alpha_cpu_class_by_name()
149 g_free(typename); in alpha_cpu_class_by_name()

12345