Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh320 local rel_path="$1"; shift
323 local path="$KLP_SYSFS_DIR/$mod/$rel_path"
336 local rel_path="$1"; shift
339 local path="$KLP_SYSFS_DIR/$mod/$rel_path"
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c688 const char *rel_path; in overlay_symbol_update() local
740 rel_path = s + len; in overlay_symbol_update()
741 rel_path_len = e - rel_path - 1; in overlay_symbol_update()
745 rel_path = ""; in overlay_symbol_update()
808 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise.c126 static long long osnoise_read_ll_config(char *rel_path) in osnoise_read_ll_config() argument
131 buffer = tracefs_instance_file_read(NULL, rel_path, NULL); in osnoise_read_ll_config()
138 debug_msg("reading %s returned %lld\n", rel_path, retval); in osnoise_read_ll_config()
150 static long long osnoise_write_ll_config(char *rel_path, long long value) in osnoise_write_ll_config() argument
157 debug_msg("setting %s to %lld\n", rel_path, value); in osnoise_write_ll_config()
159 retval = tracefs_instance_file_write(NULL, rel_path, buffer); in osnoise_write_ll_config()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c747 const char *rel_path; in overlay_symbol_update() local
799 rel_path = s + len; in overlay_symbol_update()
800 rel_path_len = e - rel_path; in overlay_symbol_update()
857 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py156 def __realpath_rel(self, start, rel_path, root, loop_cnt, assume_dir): argument
161 for d in rel_path.split(os.path.sep):
H A Dpath.py191 def __realpath_rel(start, rel_path, root, loop_cnt, assume_dir): argument
196 for d in rel_path.split(os.path.sep):
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-multilib-config.inc43 rel_path = os.path.relpath(fn, src_conf_dir)
44 parent_dir = os.path.dirname(rel_path)
46 bb.utils.copyfile(fn, '%s/%s' % (build_conf_dir, rel_path))
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass290 rel_path = os.path.relpath(full_path, pkgdest)
291 if os.sep in rel_path:
292 package, rel_path = rel_path.split(os.sep, 1)
293 rel_path = os.sep + rel_path
294 if lib_re.match(rel_path):
295 if base_libdir not in rel_path:
300 … messages.append("%s: found library in wrong location: %s" % (package, rel_path))
303 if exec_re.match(rel_path):
304 if libdir not in rel_path and libexecdir not in rel_path:
309 … messages.append("%s: found library in wrong location: %s" % (package, rel_path))
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst295 kselftest-{all,install,clean,gen_tar} O=rel_path
298 make -C tools/testing/selftests {all,install,clean,gen_tar} O=rel_path