Home
last modified time | relevance | path

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

/linux/samples/pktgen/
H A Dfunctions.sh102 result=`cat $PGDEV | fgrep "Result: OK:"`
104 cat $PGDEV | fgrep Result:
/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c775 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support()
802 char *fgrep(FILE *inf, const char *str) in fgrep() function
869 res = fgrep(inf, feature); in resctrl_mon_feature_exists()
H A Dresctrl.h178 char *fgrep(FILE *inf, const char *str);
H A Dresctrl_tests.c44 res = fgrep(inf, "vendor_id"); in detect_vendor()
/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst212 cat /sys/devices/system/node/node*/meminfo | fgrep Huge
/linux/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()