Searched refs:rel_path (Results 1 – 2 of 2) sorted by relevance
345 local rel_path="$1"; shift348 local path="$SYSFS_KLP_DIR/$mod/$rel_path"361 local rel_path="$1"; shift364 local path="$SYSFS_KLP_DIR/$mod/$rel_path"
130 static long long osnoise_read_ll_config(char *rel_path) in osnoise_read_ll_config() argument135 buffer = tracefs_instance_file_read(NULL, rel_path, NULL); in osnoise_read_ll_config()142 debug_msg("reading %s returned %lld\n", rel_path, retval); in osnoise_read_ll_config()154 static long long osnoise_write_ll_config(char *rel_path, long long value) in osnoise_write_ll_config() argument161 debug_msg("setting %s to %lld\n", rel_path, value); in osnoise_write_ll_config()163 retval = tracefs_instance_file_write(NULL, rel_path, buffer); in osnoise_write_ll_config()
Completed in 6 milliseconds