Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c462 char *full_name = NULL; in main() local
515 if (!full_name) in main()
518 if (bb_set_xattr(full_name, xattr) < 0) in main()
519 bb_error_msg_and_die("can't set cap %s on file %s\n", xattr, full_name); in main()
558 free(full_name); in main()
559 full_name = concat_path_file(rootdir, name); in main()
562 bb_make_directory(full_name, mode | S_IFDIR, FILEUTILS_RECUR); in main()
563 if (chown(full_name, uid, gid) == -1) { in main()
564 bb_perror_msg("line %d: chown failed for %s", linenum, full_name); in main()
568 if ((mode != -1) && (chmod(full_name, mode) < 0)){ in main()
[all …]
/OK3568_Linux_fs/kernel/fs/9p/
H A Dxattr.c145 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local
147 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get()
155 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local
157 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dinode.c334 const char *full_name, in kernfs_vfs_user_xattr_add() argument
353 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_add()
368 const char *full_name, in kernfs_vfs_user_xattr_rm() argument
377 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_rm()
393 const char *full_name = xattr_full_name(handler, suffix); in kernfs_vfs_user_xattr_set() local
405 return kernfs_vfs_user_xattr_add(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
408 return kernfs_vfs_user_xattr_rm(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c689 const char *full_name = name; in part_get_info_by_name_option() local
712 full_name = name_slot; in part_get_info_by_name_option()
716 full_name = name_slot; in part_get_info_by_name_option()
720 debug("## Query partition(%d): %s\n", none_slot_try, full_name); in part_get_info_by_name_option()
727 if (strcmp(full_name, (const char *)info->name) == 0) { in part_get_info_by_name_option()
736 full_name = name; in part_get_info_by_name_option()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-sig.c100 struct checksum_algo *image_get_checksum_algo(const char *full_name) in image_get_checksum_algo() argument
108 if (!strncmp(name, full_name, strlen(name)) && in image_get_checksum_algo()
109 full_name[strlen(name)] == ',') in image_get_checksum_algo()
116 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo() argument
122 name = strchr(full_name, ','); in image_get_crypto_algo()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dof.h48 const char *full_name; member
110 return np ? np->full_name : "<no-node>"; in of_node_full_name()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c322 char full_name[FILENAME_MAX] = ""; in concat_file_name() local
324 if (snprintf(full_name, ARRAY_SIZE(full_name), "%s/%s", dir, file) < 0) in concat_file_name()
326 return strdup(full_name); in concat_file_name()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Dclk-emev2.c77 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_clkdiv_init()
95 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_gclk_init()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c331 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path()
656 np->full_name); in __of_parse_phandle_with_args()
664 np->full_name, cells_name, in __of_parse_phandle_with_args()
665 node->full_name); in __of_parse_phandle_with_args()
678 np->full_name); in __of_parse_phandle_with_args()
902 app->np->full_name, app->np->phandle, in of_alias_dump()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_mdio.h48 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr()
55 np->full_name, addr); in of_mdio_parse_addr()
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/kernel/drivers/of/
H A Doverlay.c416 node_kbasename = kbasename(node->full_name); in add_changeset_node()
419 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node()
545 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry()
580 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
H A Ddynamic.c361 kfree(node->full_name); in of_node_release()
421 const char *full_name) in __of_node_dup() argument
428 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup()
429 if (!node->full_name) { in __of_node_dup()
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.c306 const char *full_name = "/testcase-data/platform-tests/test-device@1/dev@100"; in of_unittest_printf() local
309 np = of_find_node_by_path(full_name); in of_unittest_printf()
317 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf()
318 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf()
633 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map()
1376 const char *full_name; in attach_node_and_children() local
1378 full_name = kasprintf(GFP_KERNEL, "%pOF", np); in attach_node_and_children()
1380 if (!strcmp(full_name, "/__local_fixups__") || in attach_node_and_children()
1381 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children()
1382 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()
/OK3568_Linux_fs/kernel/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()
H A Ddlpar.c87 dn->full_name = kstrdup(name, GFP_KERNEL); in dlpar_parse_cc_node()
88 if (!dn->full_name) { in dlpar_parse_cc_node()
109 kfree(dn->full_name); in dlpar_free_one_cc_node()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dbootx_init.c226 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings()
286 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c204 const char *node_name = kbasename(child->full_name); in openpromfs_lookup()
299 kbasename(child->full_name), in openpromfs_readdir()
300 strlen(kbasename(child->full_name)), in openpromfs_readdir()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbootx.h40 u32 full_name; member
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dimx-audmix.c171 np->full_name); in imx_audmix_probe()
179 audmix_np->full_name); in imx_audmix_probe()
232 fe_name_pref, args.np->full_name + 1); in imx_audmix_probe()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_printf.c637 const char * const full_name = "first/second/third"; in fwnode_pointer() local
650 test(full_name, "%pfw", software_node_fwnode(&softnodes[2])); in fwnode_pointer()
651 test(full_name, "%pfwf", software_node_fwnode(&softnodes[2])); in fwnode_pointer()

123456