Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dcbfs.c109 char *type_name = NULL; in do_cbfs_ls() local
116 type_name = "bootblock"; in do_cbfs_ls()
119 type_name = "cbfs header"; in do_cbfs_ls()
122 type_name = "stage"; in do_cbfs_ls()
125 type_name = "payload"; in do_cbfs_ls()
128 type_name = "fit"; in do_cbfs_ls()
131 type_name = "option rom"; in do_cbfs_ls()
134 type_name = "boot splash"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
[all …]
H A Defi.c13 static const char *const type_name[] = { variable
151 name = desc->type < ARRAY_SIZE(type_name) ? in efi_print_mem_table()
152 type_name[desc->type] : "<invalid>"; in efi_print_mem_table()
/openbmc/qemu/target/mips/tcg/system/
H A Dspecial_helper.c144 static const char *const type_name[] = { in helper_cache() local
170 cache_operation, type_name[cache_type]); in helper_cache()
/openbmc/qemu/scripts/qapi/
H A Dcommon.py67 def c_enum_const(type_name: str,
78 prefix = camel_to_upper(type_name)
/openbmc/phosphor-power/tools/power-utils/
H A Dmain.cpp51 ->type_name("PSU_PATH IMAGE_DIR"); in main()
/openbmc/phosphor-logging/lib/
H A Dmeson.build40 if dep.type_name() == 'pkgconfig'
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c711 GString *type_name; in locate_fuzz_objects() local
715 type_name = g_string_new(object_get_typename(child)); in locate_fuzz_objects()
716 g_string_ascii_down(type_name); in locate_fuzz_objects()
717 if (g_pattern_match_simple(pattern, type_name->str)) { in locate_fuzz_objects()
747 g_string_free(type_name, true); in locate_fuzz_objects()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dmeson.build47 if dep.type_name() == 'pkgconfig'
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/
H A Dmeson.build58 if dep.type_name() == 'pkgconfig'
/openbmc/sdeventplus/src/
H A Dmeson.build38 if dep.type_name() == 'pkgconfig'
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/files/
H A D0001-Dont-use-system-sysprof-dbus-folder.patch29 if libsysprof_capture_dep.type_name() == 'pkgconfig'
/openbmc/bmcweb/scripts/
H A Dparse_registries.py61 dmtf_name: str, header_name: str, type_name: str
68 return (path, json_file, type_name, url)
595 path, json_file, type_name, url = make_getter(
/openbmc/qemu/target/sh4/
H A Dcpu.c338 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument
340 .name = type_name, \
/openbmc/phosphor-networkd/
H A Dmeson.build26 if sdbusplus_dep.type_name() == 'internal'
/openbmc/qemu/target/hexagon/
H A Dcpu.c379 #define DEFINE_CPU(type_name, initfn) \ argument
381 .name = type_name, \
/openbmc/phosphor-dbus-interfaces/
H A Dmeson.build19 if sdbusplus_dep.type_name() == 'internal'
/openbmc/phosphor-logging/
H A Dmeson.build24 if sdbusplus_dep.type_name() == 'internal'
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.cpp191 "KEY", key, "VALUE", value.type_name()); in populateInterfacePropertyFromJson()
/openbmc/qemu/target/riscv/
H A Dcpu.c2889 #define DEFINE_ABSTRACT_RISCV_CPU(type_name, parent_type_name, ...) \ argument
2891 .name = (type_name), \
2902 #define DEFINE_RISCV_CPU(type_name, parent_type_name, ...) \ argument
2904 .name = (type_name), \
2914 #define DEFINE_PROFILE_CPU(type_name, parent_type_name, profile_) \ argument
2915 DEFINE_RISCV_CPU(type_name, parent_type_name, \
/openbmc/qemu/ui/
H A Dvdagent.c121 static const char *type_name[] = { variable
557 trace_vdagent_cb_grab_type(GET_NAME(type_name, *(uint32_t *)data)); in vdagent_clipboard_recv_grab()
/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs1035 name += std::any::type_name::<T>(); in fmt()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp273 jsonValue.type_name()); in unpackValueWithErrorCode()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch236 - TestInotify._event_general(wd=1, mask=512, type_name='IN_DELETE',
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py575 type_name = type(value).__name__
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch265 + if (!type_name)
267 index_pos = strlen(type_name);