Searched refs:checkarg (Results 1 – 2 of 2) sorted by relevance
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[all …]
35 checkarg () { function