Home
last modified time | relevance | path

Searched refs:fgrep (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/samples/pktgen/
H A Dfunctions.sh102 result=`cat $PGDEV | fgrep "Result: OK:"`
104 cat $PGDEV | fgrep Result:
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrlfs.c765 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support()
792 char *fgrep(FILE *inf, const char *str) in fgrep() function
859 res = fgrep(inf, feature); in resctrl_mon_feature_exists()
H A Dresctrl.h176 char *fgrep(FILE *inf, const char *str);
H A Dresctrl_tests.c36 res = fgrep(inf, "vendor_id"); in detect_vendor()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-pktcdvd95 fgrep pktcdvd0 /sys/class/pktcdvd/device_map
/linux-6.15/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst212 cat /sys/devices/system/node/node*/meminfo | fgrep Huge
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c132 static bool fgrep(FILE *const inf, const char *const str) in fgrep() function
172 res = fgrep(inf, str); in supports_filesystem()