Home
last modified time | relevance | path

Searched refs:help_msg (Results 1 – 15 of 15) sorted by relevance

/external/arm-trusted-firmware/tools/cert_create/src/tbbr/
Dtbb_ext.c26 .help_msg = "Trusted Firmware Non-Volatile counter value",
36 .help_msg = "Non-Trusted Firmware Non-Volatile counter value",
46 .help_msg = "Trusted Boot Firmware image file",
55 .help_msg = "Trusted Boot Firmware Config file",
65 .help_msg = "HW Config file",
99 .help_msg = "SCP Firmware image file",
116 .help_msg = "SoC AP Firmware image file",
125 .help_msg = "SoC Firmware Config file",
143 .help_msg = "Trusted OS image file",
152 .help_msg = "Trusted OS Extra1 image file",
[all …]
Dtbb_cert.c22 .help_msg = "Trusted Boot FW Certificate (output file)",
38 .help_msg = "Trusted Key Certificate (output file)",
53 .help_msg = "SCP Firmware Key Certificate (output file)",
67 .help_msg = "SCP Firmware Content Certificate (output file)",
81 .help_msg = "SoC Firmware Key Certificate (output file)",
95 .help_msg = "SoC Firmware Content Certificate (output file)",
110 .help_msg = "Trusted OS Firmware Key Certificate (output file)",
124 .help_msg = "Trusted OS Firmware Content Certificate (output file)",
141 .help_msg = "Non-Trusted Firmware Key Certificate (output file)",
155 .help_msg = "Non-Trusted Firmware Content Certificate (output file)",
[all …]
Dtbb_key.c18 .help_msg = "Root Of Trust key (input/output file)",
24 .help_msg = "Trusted World key (input/output file)",
30 .help_msg = "Non Trusted World key (input/output file)",
36 .help_msg = "SCP Firmware Content Certificate key (input/output file)",
42 .help_msg = "SoC Firmware Content Certificate key (input/output file)",
48 .help_msg = "Trusted OS Firmware Content Certificate key (input/output file)",
54 .help_msg = "Non Trusted Firmware Content Certificate key (input/output file)",
/external/arm-trusted-firmware/tools/cert_create/src/
Dcmd_opt.c16 static const char *help_msg[CMD_OPT_MAX_NUM+1]; variable
33 help_msg[num_reg_opt] = cmd_opt->help_msg; in cmd_opt_add()
58 return help_msg[idx]; in cmd_opt_get_help_msg()
Dkey.c192 cmd_opt.help_msg = key->help_msg; in key_init()
Dcert.c229 cmd_opt.help_msg = cert->help_msg; in cert_init()
Dext.c62 cmd_opt.help_msg = ext->help_msg;
/external/libcxx/utils/
Dgen_link_script.py22 help_msg = \
40 print_and_exit(help_msg)
/external/arm-trusted-firmware/tools/cert_create/include/
Dcmd_opt.h24 const char *help_msg; member
Dcert.h36 const char *help_msg; /* Help message */ member
Dkey.h60 const char *help_msg; /* Help message */ member
Dext.h36 const char *help_msg; /* Help message */ member
/external/nfacct/
Dnfacct.c566 static const char help_msg[] = variable
582 printf(help_msg, VERSION, argv[0]); in nfacct_cmd_help()
/external/autotest/client/common_lib/cros/
Dtextfsm.py1006 print(help_msg)
1045 help_msg = '%s [--help] template [input_file [output_file]]\n' % sys.argv[0] variable
/external/python/setuptools/setuptools/command/
Deasy_install.py162 help_msg = "install in user site-package '%s'" % site.USER_SITE variable in easy_install
163 user_options.append(('user', None, help_msg))