Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/powerpc/
Dutils.c168 int read_debugfs_file(const char *subpath, char *buf, size_t count) in read_debugfs_file() argument
172 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in read_debugfs_file()
177 int write_debugfs_file(const char *subpath, const char *buf, size_t count) in write_debugfs_file() argument
181 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in write_debugfs_file()
/linux-6.12.1/tools/net/ynl/lib/
Dynl.py788 subpath = self._decode_extack_path(NlAttrs(attr.raw),
791 if subpath is None:
793 return '.' + attr_spec.name + subpath