Home
last modified time | relevance | path

Searched refs:cur_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/interconnect/
H A Ddebugfs-client.c24 static struct icc_path *cur_path; variable
68 cur_path = get_path(src, dst); in icc_get_set()
69 if (cur_path) { in icc_get_set()
83 cur_path = icc_get(&pdev->dev, src, dst); in icc_get_set()
84 if (IS_ERR(cur_path)) { in icc_get_set()
85 ret = PTR_ERR(cur_path); in icc_get_set()
95 debugfs_path->path = cur_path; in icc_get_set()
103 icc_put(cur_path); in icc_get_set()
120 if (IS_ERR_OR_NULL(cur_path)) { in icc_commit_set()
121 ret = PTR_ERR(cur_path); in icc_commit_set()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch209 const char * cur_path = nasm_realpath(inname);
212 - strlcpy(elf_dir, nasm_dirname(cur_path), sizeof(elf_dir));
214 + filename_debug_remap(elf_dir, nasm_dirname(cur_path), sizeof(elf_dir));
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl23 my $cur_path = fastgetcwd() . '/';
507 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path
/openbmc/linux/scripts/
H A Dget_maintainer.pl24 my $cur_path = fastgetcwd() . '/';
548 $file =~ s/^\Q${cur_path}\E//; #strip any absolute path