Searched refs:sysfs_prefix (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | loopback_test.c | 97 char sysfs_prefix[MAX_SYSFS_PREFIX]; member 590 n = scandir(t->sysfs_prefix, &namelist, NULL, alphasort); in find_loopback_devices() 608 if (!is_loopback_device(t->sysfs_prefix, namelist[i]->d_name)) in find_loopback_devices() 620 t->sysfs_prefix, d->name); in find_loopback_devices() 894 char *sysfs_prefix = "/sys/class/gb_loopback/"; in main() local 912 snprintf(t.sysfs_prefix, MAX_SYSFS_PREFIX, "%s", optarg); in main() 965 if (!strcmp(t.sysfs_prefix, "")) in main() 966 snprintf(t.sysfs_prefix, MAX_SYSFS_PREFIX, "%s", sysfs_prefix); in main()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | sysfs.h | 27 struct rpc_clnt *clnt, const char *sysfs_prefix);
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 626 const char sysfs_prefix[] = "/sys/kernel/btf/"; in do_dump() local 629 strncmp(*argv, sysfs_prefix, sizeof(sysfs_prefix) - 1) == 0 && in do_dump()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 24 my $sysfs_prefix="/sys"; 829 print STDERR "Reading $sysfs_prefix directory contents..."; 834 }, $sysfs_prefix); 842 next if (!($what =~ m/^$sysfs_prefix/));
|
Completed in 4 milliseconds