Searched refs:usage (Results 1 - 25 of 59) sorted by relevance

123

/u-boot/tools/
H A Djtagconsole3 usage() { function
19 -h|--help) usage;;
21 -*) usage "Invalid option $1";;
31 usage "Invalid number of arguments"
H A Dnetconsole3 usage() { function
18 -h|--help) usage;;
20 -*) usage "Invalid option $1";;
34 usage "Invalid number of arguments"
H A Dfit_info.c29 void usage(char *cmdname) function
67 usage(cmdname);
73 usage(*argv);
77 usage(*argv);
81 usage(*argv);
H A Dfit_check_sign.c26 void usage(char *cmdname) function
65 usage(cmdname);
71 usage(*argv);
75 usage(*argv);
H A Dmkenvimage.c29 static void usage(const char *exec_name) function
117 usage(prg);
125 usage(prg);
129 usage(prg);
137 usage(prg);
H A Ddumpimage.c12 static void usage(void);
106 usage();
112 usage();
202 static void usage(void) function
215 " %s -h ==> print usage information and exit\n",
H A Dbmp_logo.c18 void usage(const char *prog) function
85 usage(argv[0]);
96 usage(argv[0]);
/u-boot/lib/lzma/
H A Dimport_lzmasdk.sh3 usage() { function
10 usage
/u-boot/scripts/
H A Dgcc-stack-usage.sh3 # Test for gcc '-fstack-usage' support
9 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
H A Dcheck-of.sh21 usage() { function
26 [ $# -ge 2 ] || usage
H A Dsetlocalversion13 usage() { function
29 usage
/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_tests.h23 const char *usage; member in struct:test_desc
/u-boot/tools/gdb/
H A Dgdbcont.c46 usage:
51 goto usage;
H A Dgdbsend.c65 usage:
73 goto usage;
/u-boot/arch/arm/mach-imx/
H A Dcmd_bmode.c108 if (entry->usage) {
109 free(entry->usage);
110 entry->usage = NULL;
119 entry->usage = dest;
/u-boot/scripts/kconfig/
H A Dmerge_config.sh29 usage() { function
59 usage
84 usage
/u-boot/scripts/dtc/
H A Dutil.h177 * This is a usage message fragment for the -t option. It is the format
206 * Show usage and exit
209 * to use the usage() helper below rather than call this.
212 * @param synopsis The initial example usage text (and possible examples)
223 * Show usage and exit
225 * If you name all your usage variables with usage_xxx, then you can call this
230 #define usage(errmsg) \ macro
262 case 'h': usage(NULL); \
264 case '?': usage("unknown option");
/u-boot/include/crypto/
H A Dpkcs7.h48 enum key_being_used_for usage);
/u-boot/arch/arm/mach-socfpga/
H A Dqts-filter-a10.sh124 usage() { function
137 usage
H A Dqts-filter.sh200 usage() { function
220 usage
226 usage
/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c294 goto usage;
304 goto usage;
312 goto usage;
315 goto usage;
320 usage:
321 printf ("Usage: nandecc %s\n", cmdtp->usage);
/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py8 def usage(exit_code): function
9 print("typical usage:")
54 usage(2)
80 if opt in ('-h', "--help"): usage(0)
/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py10 def usage(exit_code): function
11 print("usage:")
49 usage(2)
73 if opt in ('-h', "--help"): usage(0)
/u-boot/cmd/
H A Dpci_mps.c144 default: /* usage, help */
145 goto usage;
149 usage:
H A Dpci.c524 goto usage;
543 goto usage;
548 goto usage;
550 goto usage;
596 goto usage;
601 goto usage;
606 goto usage;
617 usage:

Completed in 156 milliseconds

123