| /openbmc/u-boot/cmd/ |
| H A D | cbfs.c | 109 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 D | efi.c | 13 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 D | special_helper.c | 144 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 D | common.py | 67 def c_enum_const(type_name: str, 78 prefix = camel_to_upper(type_name)
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | main.cpp | 51 ->type_name("PSU_PATH IMAGE_DIR"); in main()
|
| /openbmc/phosphor-logging/lib/ |
| H A D | meson.build | 40 if dep.type_name() == 'pkgconfig'
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | generic_fuzz.c | 711 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 D | meson.build | 47 if dep.type_name() == 'pkgconfig'
|
| /openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/ |
| H A D | meson.build | 58 if dep.type_name() == 'pkgconfig'
|
| /openbmc/sdeventplus/src/ |
| H A D | meson.build | 38 if dep.type_name() == 'pkgconfig'
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/files/ |
| H A D | 0001-Dont-use-system-sysprof-dbus-folder.patch | 29 if libsysprof_capture_dep.type_name() == 'pkgconfig'
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 61 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 D | cpu.c | 338 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument 340 .name = type_name, \
|
| /openbmc/phosphor-networkd/ |
| H A D | meson.build | 26 if sdbusplus_dep.type_name() == 'internal'
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 379 #define DEFINE_CPU(type_name, initfn) \ argument 381 .name = type_name, \
|
| /openbmc/phosphor-dbus-interfaces/ |
| H A D | meson.build | 19 if sdbusplus_dep.type_name() == 'internal'
|
| /openbmc/phosphor-logging/ |
| H A D | meson.build | 24 if sdbusplus_dep.type_name() == 'internal'
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | dbus_interface.cpp | 191 "KEY", key, "VALUE", value.type_name()); in populateInterfacePropertyFromJson()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 2889 #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 D | vdagent.c | 121 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 D | cell.rs | 1035 name += std::any::type_name::<T>(); in fmt()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 273 jsonValue.type_name()); in unpackValueWithErrorCode()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
| H A D | new-test-inotify.patch | 236 - TestInotify._event_general(wd=1, mask=512, type_name='IN_DELETE',
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | iotests.py | 575 type_name = type(value).__name__
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 265 + if (!type_name) 267 index_pos = strlen(type_name);
|