Searched refs:sysfs_prefix (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dsysfs.h27 struct rpc_clnt *clnt, const char *sysfs_prefix);
/linux-master/tools/bpf/bpftool/
H A Dbtf.c626 const char sysfs_prefix[] = "/sys/kernel/btf/"; local
629 strncmp(*argv, sysfs_prefix, sizeof(sysfs_prefix) - 1) == 0 &&
/linux-master/scripts/
H A Dget_abi.pl24 my $sysfs_prefix="/sys";
830 print STDERR "Reading $sysfs_prefix directory contents...";
835 }, $sysfs_prefix);
843 next if (!($what =~ m/^$sysfs_prefix/));

Completed in 165 milliseconds