| /openbmc/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-mux-uclass.c | 63 char *full_name; in i2c_mux_post_bind() local 74 full_name = calloc(1, parent_name_len + arrow_len + in i2c_mux_post_bind() 76 if (!full_name) in i2c_mux_post_bind() 80 strcat(full_name, mux->parent->name); in i2c_mux_post_bind() 81 strcat(full_name, arrow); in i2c_mux_post_bind() 82 strcat(full_name, mux->name); in i2c_mux_post_bind() 83 strcat(full_name, arrow); in i2c_mux_post_bind() 84 strcat(full_name, name); in i2c_mux_post_bind() 87 full_name, node, &dev); in i2c_mux_post_bind()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qgraph.c | 123 char *full_name = g_strdup_printf("%s-tests/%s", interface, test); in check_test() local 127 g_assert_cmpint(qos_graph_has_machine(full_name), ==, FALSE); in check_test() 128 g_assert_nonnull(qos_graph_get_node(full_name)); in check_test() 129 g_assert_cmpint(qos_graph_has_node(full_name), ==, TRUE); in check_test() 130 g_assert_cmpint(qos_graph_get_node_type(full_name), ==, QNODE_TEST); in check_test() 131 edge = qos_graph_get_edge(interface, full_name); in check_test() 135 g_assert_cmpint(qos_graph_has_edge(interface, full_name), ==, TRUE); in check_test() 136 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, TRUE); in check_test() 137 qos_graph_node_set_availability(full_name, FALSE); in check_test() 138 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, FALSE); in check_test() [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | qobject-input-visitor.c | 114 static const char *full_name(QObjectInputVisitor *qiv, const char *name) in full_name() function 171 error_setg(errp, QERR_MISSING_PARAMETER, full_name(qiv, name)); in qobject_input_get_object() 194 full_name(qiv, name)); in qobject_input_get_keyval() 199 full_name(qiv, name)); in qobject_input_get_keyval() 253 full_name(qiv, key)); in qobject_input_check_struct() 292 full_name(qiv, name)); in qobject_input_start_struct() 330 full_name(qiv, name)); in qobject_input_start_list() 409 full_name(qiv, name)); in qobject_input_type_int64() 428 full_name(qiv, name), "integer"); in qobject_input_type_int64_keyval() 462 full_name(qiv, name), "uint64"); in qobject_input_type_uint64() [all …]
|
| /openbmc/u-boot/include/dm/ |
| H A D | of.h | 47 const char *full_name; member 109 return np ? np->full_name : "<no-node>"; in of_node_full_name()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/ |
| H A D | protobuf-30.patch | 386 -std::string OverrideFullName(const std::string &full_name, const google::protobuf::FileDescriptor*… 387 +std::string OverrideFullName(compat::StringView full_name, const google::protobuf::FileDescriptor*… 390 return full_name; 391 @@ -184,7 +187,7 @@ std::string OverrideFullName(const std::string &full_name, const google::protobu 392 return new_name + full_name.substr(file->package().length()); 395 -std::string FullNameToLower(const std::string &full_name, const google::protobuf::FileDescriptor* … 396 +std::string FullNameToLower(compat::StringView full_name, const google::protobuf::FileDescriptor* … 398 SplitStringUsing(OverrideFullName(full_name, file), ".", &pieces); 400 @@ -195,7 +198,8 @@ std::string FullNameToLower(const std::string &full_name, const google::protobuf 404 -std::string FullNameToUpper(const std::string &full_name, const google::protobuf::FileDescriptor* … [all …]
|
| /openbmc/u-boot/common/ |
| H A D | image-sig.c | 118 struct checksum_algo *image_get_checksum_algo(const char *full_name) in image_get_checksum_algo() argument 126 if (!strncmp(name, full_name, strlen(name)) && in image_get_checksum_algo() 127 full_name[strlen(name)] == ',') in image_get_checksum_algo() 134 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo() argument 140 name = strchr(full_name, ','); in image_get_crypto_algo()
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | oe-build-perf-report-email.py | 69 full_name = pw_data.pw_gecos.split(',')[0] 72 msg['From'] = "{} <{}>".format(full_name, email)
|
| /openbmc/u-boot/drivers/core/ |
| H A D | of_access.c | 298 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path() 614 np->full_name); in __of_parse_phandle_with_args() 622 np->full_name, cells_name, in __of_parse_phandle_with_args() 623 node->full_name); in __of_parse_phandle_with_args() 636 np->full_name); in __of_parse_phandle_with_args()
|
| H A D | of_addr.c | 337 r->name = name ? name : dev->full_name; in __of_address_to_resource()
|
| H A D | ofnode.c | 217 return strrchr(node.np->full_name, '/') + 1; in ofnode_get_name()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/ |
| H A D | 0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch | 66 full_name = elem->data; 67 gchar *base_name = g_path_get_basename(full_name);
|
| /openbmc/u-boot/lib/ |
| H A D | of_live.c | 99 np->full_name = fn; in unflatten_dt_node() 103 strcpy(fn, dad->full_name); in unflatten_dt_node()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm_gmac-test.c | 323 g_autofree char *full_name = g_strdup_printf( in gmac_add_test() local 325 qtest_add_data_func(full_name, td, fn); in gmac_add_test()
|
| H A D | npcm7xx_watchdog_timer-test.c | 300 g_autofree char *full_name = g_strdup_printf( in watchdog_add_test() local 302 qtest_add_data_func(full_name, wd, fn); in watchdog_add_test()
|
| H A D | npcm7xx_adc-test.c | 361 g_autofree char *full_name = g_strdup_printf("npcm7xx_adc/%s", name); in adc_add_test() local 362 qtest_add_data_func(full_name, wd, fn); in adc_add_test()
|
| H A D | npcm7xx_smbus-test.c | 471 g_autofree char *full_name = g_strdup_printf( in smbus_add_test() local 473 qtest_add_data_func(full_name, (void *)(intptr_t)index, fn); in smbus_add_test()
|
| H A D | npcm7xx_timer-test.c | 515 g_autofree char *full_name = g_strdup_printf( in tim_add_test() local 518 qtest_add_data_func(full_name, td, fn); in tim_add_test()
|
| H A D | npcm7xx_emc-test.c | 850 g_autofree char *full_name = g_strdup_printf( in emc_add_test() local 852 qtest_add_data_func(full_name, td, fn); in emc_add_test()
|
| H A D | npcm7xx_pwm-test.c | 672 g_autofree char *full_name = g_strdup_printf( in pwm_add_test() local 675 qtest_add_data_func(full_name, td, fn); in pwm_add_test()
|
| /openbmc/u-boot/include/ |
| H A D | image.h | 1234 struct checksum_algo *image_get_checksum_algo(const char *full_name); 1242 struct crypto_algo *image_get_crypto_algo(const char *full_name);
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 472 - prev_afullname = fsa.full_name 473 - prev_bchildfullname = fsa.children[fsb].full_name 475 - self.assertTrue(len(prev_afullname) > len(fsa.full_name)) 477 - len(prev_bchildfullname) > len(fsa.children[fsb].full_name) 1744 - cfsbc = fsb.children[fsc.full_name] 2383 + prev_afullname = fsa.full_name 2384 + prev_bchildfullname = fsa.children[fsb].full_name 2386 + self.assertTrue(len(prev_afullname) > len(fsa.full_name)) 2388 + len(prev_bchildfullname) > len(fsa.children[fsb].full_name) 3655 + cfsbc = fsb.children[fsc.full_name]
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 1253 char *full_name = g_strdup_printf("%s[%d]", name_no_array, i); in object_property_try_add() local 1255 ret = object_property_try_add(obj, full_name, type, get, set, in object_property_try_add() 1257 g_free(full_name); in object_property_try_add()
|
| /openbmc/qemu/ |
| H A D | block.c | 380 char *dir, *full_name; in bdrv_make_absolute_filename() local 393 full_name = g_strconcat(dir, filename, NULL); in bdrv_make_absolute_filename() 395 return full_name; in bdrv_make_absolute_filename()
|