Lines Matching refs:checkarg
75 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
80 …checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '…
88 checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
93 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
99 checkarg --datestamp "(relative pathname)" "$#" "$2" '^[^/]*$' '^--'
104 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
109 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--'
114 checkarg --duration "(minutes)" $# "$2" '^[0-9]*$' '^error'
122 …checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$…
127 …checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
132 checkarg --kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
137 checkarg --mac "(MAC address)" $# "$2" '^\([0-9a-fA-F]\{2\}:\)\{5\}[0-9a-fA-F]\{2\}$' error
142 checkarg --memory "(memory size)" $# "$2" '^[0-9]\+[MG]\?$' error
150 checkarg --qemu-args "(qemu arguments)" $# "$2" '^-' '^error'
155 checkarg --qemu-cmd "(qemu-system-...)" $# "$2" 'qemu-system-' '^--'
160 checkarg --results "(absolute pathname)" "$#" "$2" '^/' '^error'
165 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
170 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'