Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
H A Dfunctions.sh313 # check_sysfs_rights(modname, rel_path, expected_rights) - check sysfs
316 # rel_path - relative path of the sysfs interface
320 local rel_path="$1"; shift
323 local path="$KLP_SYSFS_DIR/$mod/$rel_path"
330 # check_sysfs_value(modname, rel_path, expected_value) - check sysfs value
332 # rel_path - relative path of the sysfs interface
336 local rel_path="$1"; shift
339 local path="$KLP_SYSFS_DIR/$mod/$rel_path"
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_overlay.c703 const char *rel_path; in overlay_symbol_update() local
755 rel_path = s + len; in overlay_symbol_update()
756 rel_path_len = e - rel_path - 1; in overlay_symbol_update()
760 rel_path = ""; in overlay_symbol_update()
823 memcpy(buf + len + 1, rel_path, rel_path_len); in overlay_symbol_update()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
146 * osnoise_write_ll_config - write a long long value to a config in rel_path
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()

Completed in 5 milliseconds