Lines Matching refs:checkarg
79 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\)$' '^--'