Home
last modified time | relevance | path

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

123456

/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c63 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 Dtest-qgraph.c124 char *full_name = g_strdup_printf("%s-tests/%s", interface, test); in check_test() local
128 g_assert_cmpint(qos_graph_has_machine(full_name), ==, FALSE); in check_test()
129 g_assert_nonnull(qos_graph_get_node(full_name)); in check_test()
130 g_assert_cmpint(qos_graph_has_node(full_name), ==, TRUE); in check_test()
131 g_assert_cmpint(qos_graph_get_node_type(full_name), ==, QNODE_TEST); in check_test()
132 edge = qos_graph_get_edge(interface, full_name); in check_test()
136 g_assert_cmpint(qos_graph_has_edge(interface, full_name), ==, TRUE); in check_test()
137 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, TRUE); in check_test()
138 qos_graph_node_set_availability(full_name, FALSE); in check_test()
139 g_assert_cmpint(qos_graph_get_node_availability(full_name), ==, FALSE); in check_test()
[all …]
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c194 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), "object"); in qobject_input_start_struct()
330 full_name(qiv, name), "array"); in qobject_input_start_list()
462 full_name(qiv, name), "uint64"); in qobject_input_type_uint64()
538 full_name(qiv, name), "string"); in qobject_input_type_str()
569 full_name(qiv, name), "number"); in qobject_input_type_number()
591 full_name(qiv, name), "number"); in qobject_input_type_number_keyval()
627 full_name(qiv, name), "null"); in qobject_input_type_null()
[all …]
/openbmc/linux/fs/9p/
H A Dxattr.c150 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local
152 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get()
161 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local
163 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
/openbmc/linux/fs/kernfs/
H A Dinode.c344 const char *full_name, in kernfs_vfs_user_xattr_add() argument
363 old_xattr = simple_xattr_set(xattrs, full_name, value, size, flags); in kernfs_vfs_user_xattr_add()
383 const char *full_name, in kernfs_vfs_user_xattr_rm() argument
391 old_xattr = simple_xattr_set(xattrs, full_name, value, size, flags); in kernfs_vfs_user_xattr_rm()
410 const char *full_name = xattr_full_name(handler, suffix); in kernfs_vfs_user_xattr_set() local
422 return kernfs_vfs_user_xattr_add(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
425 return kernfs_vfs_user_xattr_rm(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
/openbmc/linux/kernel/
H A Dkthread.c41 char *full_name; member
65 char *full_name; member
103 if (!kthread || !kthread->full_name) { in get_kthread_comm()
108 strscpy_pad(buf, kthread->full_name, buf_size); in get_kthread_comm()
145 kfree(kthread->full_name); in free_kthread_struct()
356 kfree(create->full_name); in kthread()
361 self->full_name = create->full_name; in kthread()
411 pid = kernel_thread(kthread, create, create->full_name, in create_kthread()
417 kfree(create->full_name); in create_kthread()
444 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
[all …]
/openbmc/linux/drivers/of/
H A Ddynamic.c341 __func__, node->parent, node->full_name); in of_node_release()
350 strcmp(node->parent->full_name, "testcase-data")) { in of_node_release()
381 __func__, node->parent, node->full_name); in of_node_release()
387 kfree(node->full_name); in of_node_release()
449 const char *full_name) in __of_node_dup() argument
456 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup()
457 if (!node->full_name) { in __of_node_dup()
500 const char *full_name) in of_changeset_create_node() argument
505 np = __of_node_dup(NULL, full_name); in of_changeset_create_node()
H A Doverlay.c414 node_kbasename = kbasename(node->full_name); in add_changeset_node()
417 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node()
543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry()
578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
H A Dpdt.c162 dp->full_name = of_pdt_build_full_name(dp); in of_pdt_create_node()
206 of_root->full_name = "/"; in of_pdt_build_devicetree()
H A Dunittest.c324 np = of_find_node_by_path(full_name); in of_unittest_printf()
332 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf()
333 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf()
650 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map()
1582 const char *full_name; in attach_node_and_children() local
1585 if (!full_name) in attach_node_and_children()
1589 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children()
1590 kfree(full_name); in attach_node_and_children()
1594 dup = of_find_node_by_path(full_name); in attach_node_and_children()
1595 kfree(full_name); in attach_node_and_children()
[all …]
H A Dresolver.c142 const char *n1 = kbasename(dn1->full_name); in node_name_cmp()
143 const char *n2 = kbasename(dn2->full_name); in node_name_cmp()
/openbmc/u-boot/include/dm/
H A Dof.h47 const char *full_name; member
109 return np ? np->full_name : "<no-node>"; in of_node_full_name()
/openbmc/linux/drivers/clocksource/
H A Dtimer-of.c74 np->full_name, clkevt) : in timer_of_irq_init()
77 np->full_name, clkevt); in timer_of_irq_init()
195 to->clkevt.name = np->full_name; in timer_of_init()
/openbmc/u-boot/common/
H A Dimage-sig.c118 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/linux/include/linux/
H A Dof_mdio.h61 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr()
68 np->full_name, addr); in of_mdio_parse_addr()
/openbmc/linux/drivers/regulator/
H A Dscmi-regulator.c222 sreg->of_node->full_name); in scmi_regulator_common_init()
234 sreg->desc.of_match = sreg->of_node->full_name; in scmi_regulator_common_init()
272 dom, np->full_name); in process_scmi_regulator_of_node()
292 dom, np->full_name); in process_scmi_regulator_of_node()
/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c63 char *full_name; in host1x_syncpt_alloc() local
83 full_name = kasprintf(GFP_KERNEL, "%u-%s", sp->id, name); in host1x_syncpt_alloc()
84 if (!full_name) in host1x_syncpt_alloc()
87 sp->name = full_name; in host1x_syncpt_alloc()
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py69 full_name = pw_data.pw_gecos.split(',')[0]
72 msg['From'] = "{} <{}>".format(full_name, email)
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c546 char full_name[64]; in perf_stat__print_metricgroup_header() local
563 scnprintf(full_name, sizeof(full_name), "%s (%s)", name, evsel->pmu_name); in perf_stat__print_metricgroup_header()
565 scnprintf(full_name, sizeof(full_name), "%s", name); in perf_stat__print_metricgroup_header()
567 out->print_metricgroup_header(config, ctxp, full_name); in perf_stat__print_metricgroup_header()
/openbmc/linux/arch/powerpc/include/asm/
H A Dbootx.h40 u32 full_name; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL); in pSeries_reconfig_add_node()
33 if (!np->full_name) in pSeries_reconfig_add_node()
59 kfree(np->full_name); in pSeries_reconfig_add_node()
/openbmc/u-boot/drivers/core/
H A Dof_access.c298 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()
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py578 full_name = test.name
580 full_name = parent_name + '.' + test.name
583 return [full_name]
589 return [full_name]
593 all_failures.extend(failed_names(t, full_name))
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c227 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings()
287 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
/openbmc/linux/tools/iio/
H A Diio_utils.h60 int iioutils_break_up_name(const char *full_name, char **generic_name);

123456