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

/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh79 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
84 checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '^--'
92 checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
97 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
102 checkarg --datestamp "(relative pathname)" "$#" "$2" '^[^/]*$' '^--'
107 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
112 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--'
117 checkarg --duration "(minutes)" $# "$2" '^[0-9]*$' '^error'
125 checkarg --kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
130 checkarg --mac "(MAC address)" $# "$2" '^\([0-9a-fA-F]\{2\}:\)\{5\}[0-9a-fA-F]\{2\}$' error
138 checkarg --qemu-args "-qemu args" $# "$2" '^-' '^error'
143 checkarg --qemu-cmd "(qemu-system-...)" $# "$2" 'qemu-system-' '^--'
148 checkarg --results "(absolute pathname)" "$#" "$2" '^/' '^error'
153 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\)$' '^--'
H A Dfunctions.sh31 # checkarg --argname argtype $# arg mustmatch cannotmatch
35 checkarg () { function
/linux-4.4.14/scripts/
H A Dconfig50 checkarg() { function
149 checkarg "$1"
151 checkarg "$2"
156 checkarg "$1"

Completed in 131 milliseconds