Searched refs:checkarg (Results 1 – 4 of 4) sorted by relevance
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…[all …]
22 checkarg () { function
115 def checkarg(type, arg): function501 x = checkarg(words[i], words[i+1])
652 local function checkarg(optname, arg) function681 checkarg(optname, arg)685 checkarg(optname, arg)