Searched refs:help (Results 1 - 11 of 11) sorted by relevance
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 230 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb')) 231 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb')) 232 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb')) 233 parser.add_argument('--dtb', help='path to dtb', type=FileType('rb')) 235 recovery_dtbo_group.add_argument('--recovery_dtbo', help='path to the recovery DTBO', 237 recovery_dtbo_group.add_argument('--recovery_acpio', help='path to the recovery ACPIO', 240 parser.add_argument('--cmdline', help='extra arguments to be passed on the ' 243 help='kernel command line arguments contained in vendor boot', 245 parser.add_argument('--base', help='base address', type=parse_int, default=0x10000000) 246 parser.add_argument('--kernel_offset', help [all...] |
H A D | mkimg | 12 -h, --help show this help message and exit 28 --help)
|
/device/soc/rockchip/common/sdk_linux/scripts/kconfig/ |
H A D | parser.y | 184 | config_option_list help 276 | choice_option_list help 401 /* help option */ 405 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno()); 409 help: help_start T_HELPTEXT label 411 if (current_entry->help) { 412 free(current_entry->help); 413 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used", 417 /* Is the help text empty or all whitespace? */ 419 zconfprint("warning: '%s' defined with blank help tex [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | repack-bootimg | 11 -h, --help show this help message and exit 61 --help)
|
H A D | mkimg | 12 -h, --help show this help message and exit 28 --help)
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 9 # To see a list of typical targets execute "make help" 264 cscope gtags TAGS tags help% %docs check% coccicheck \ 1600 PHONY += help 1601 help: 1609 @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help 1666 @echo ' use "make tools/help"' 1667 @echo ' or "cd tools; make help"' 1670 @$(MAKE) -f $(srctree)/scripts/Makefile.package help 1677 echo ' No architecture specific help defined for $(SRCARCH)') 1685 printf " %-16s - Show %s-specific targets\\n" help [all...] |
/device/board/hihope/dayu210/uboot/ |
H A D | make.sh | 63 function help() function 136 *help|--h|-h) 137 help 266 help
|
/device/board/hihope/dayu210/kernel/ |
H A D | make-ohos.sh | 46 function help() function
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | utils_mpp.h | 28 const char* help; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
H A D | packet_tool.py | 430 print("parma error, please use -help for usage")
460 elif (argv[1] == '-help'):
467 -help\r\n")
469 print("parma error, please use -help for usage")
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 65 --help print this message 200 Also note that the following help text describes the purpose of the libraries 548 Include the log file "$logfile" produced by configure as this will help 3968 echo "See $0 --help for available options." 4104 --help|-h) show_help 4715 # the -? parameter gives the help output which contains an identifyable 6598 disabled makeinfo_html && texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html 6600 pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man 6601 rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout
|
Completed in 13 milliseconds