Home
last modified time | relevance | path

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

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