Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/openbmc/u-boot/tools/buildman/
H A Dcmdline.py17 help='Branch name to build, or range of commits to build')
20 help='Show changes in function code size for each board')
22 help='List of board names to build separated by comma')
24 default=-1, help='Run build on the top n commits')
27 help='Reconfigure for every commit (disable incremental build)')
30 help='Show detailed information for each board in summary')
32 help="Don't build, just configure each commit")
34 default=False, help='Show errors and warnings')
36 default=False, help='Treat all compiler warnings as errors')
39 help='Force build of boards even if already built')
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py34 …parser.add_argument("-b", "--base-dir", metavar="BASE_DIR", help="base directory for the home dire…
35 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account")
36 …parser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new accoun…
37 …parser.add_argument("-D", "--defaults", help="print or change default useradd configuration", acti…
38 …parser.add_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new …
39 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th…
40 …parser.add_argument("-g", "--gid", metavar="GROUP", help="name or ID of the primary group of the n…
41 …parser.add_argument("-G", "--groups", metavar="GROUPS", help="list of supplementary groups of the …
42 …parser.add_argument("-k", "--skel", metavar="SKEL_DIR", help="use this alternative skeleton direct…
43 … parser.add_argument("-K", "--key", metavar="KEY=VALUE", help="override /etc/login.defs defaults")
[all …]
/openbmc/u-boot/tools/binman/
H A Dcmdline.py22 help='Set argument value arg=value')
24 help='Board name to build')
26 help='Directory containing the build output')
28 help='Configuration file (.dtb) to use')
30 help='Enabling debugging (provides a full traceback on error)')
32 help='Write out entry documentation (see README.entries)')
34 help='Use fake device tree contents (for testing only)')
36 help='Image filename to build (if not specified, build all)')
38 help='Add a path to a directory to use for input files')
40 default=False, help='Display the README file')
[all …]
/openbmc/qemu/include/qemu/
H A Dthrottle-options.h39 .help = "limit total I/O operations per second",\
43 .help = "limit read operations per second",\
47 .help = "limit write operations per second",\
51 .help = "limit total bytes per second",\
55 .help = "limit read bytes per second",\
59 .help = "limit write bytes per second",\
63 .help = "I/O operations burst",\
67 .help = "I/O operations read burst",\
71 .help = "I/O operations write burst",\
75 .help = "total bytes burst",\
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/
H A Dgnome-help.bbclass1 # Class to pack gnome help files or delete them during install
5 # delete all help contants during install
8 # pack all help files to ${PN}-help
10 # pack all help files to ${PN}-help-<lingua>
13 PACKAGES:append = " ${PN}-help"
14 FILES:${PN}-help = "${datadir}/help"
15 RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}"
19 rm -rf ${D}${datadir}/help/*
28 # all help files go to ${
29 bb.debug(1, "package requested not splitting help-files")
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D08271 echo === create: help for -o ===
74 run_qemu_img create -f $IMGFMT -o help "$TEST_IMG" $size
78 run_qemu_img create -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG" $size
80 run_qemu_img create -f $IMGFMT -o help,cluster_size=4k "$TEST_IMG" $size
84 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o help "$TEST_IMG" $size
88 run_qemu_img create -f $IMGFMT -u -o backing_file="$TEST_IMG",,help \
94 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG", -o help "$TEST_IMG" $size
95 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG" -o ,help "$TEST_IMG" $size
96 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG" -o ,, -o help "$TEST_IMG" $size
99 run_qemu_img create -f $IMGFMT -o help
[all …]
H A Dcheck49 help='show me, do not run tests')
51 help='run tests in multiple parallel jobs')
53 p.add_argument('-d', dest='debug', action='store_true', help='debug')
55 help='redirects qemu\'s stdout and stderr to '
58 help="start gdbserver with $GDB_OPTIONS options "
61 help='use valgrind, sets VALGRIND_QEMU environment '
65 help='misalign memory allocations')
67 default='auto', help="use terminal colors. The default "
70 help='produce TAP output')
77 const='none', help='set cache mode "none" (O_DIRECT), '
[all …]
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient303 …parser.add_argument('--address', default=DEFAULT_ADDRESS, help='Server address (default "%(default…
304 parser.add_argument('--log', default='WARNING', help='Set logging level')
305 parser.add_argument('--login', '-l', metavar="USERNAME", help="Authenticate as USERNAME")
306 parser.add_argument('--password', '-p', metavar="TOKEN", help="Authenticate using token TOKEN")
307 …parser.add_argument('--become', '-b', metavar="USERNAME", help="Impersonate user USERNAME (if allo…
308 …parser.add_argument('--no-netrc', '-n', action="store_false", dest="netrc", help="Do not use .netr…
312 get_parser = subparsers.add_parser('get', help="Get the unihash for a taskhash")
313 get_parser.add_argument("method", help="Method to query")
314 get_parser.add_argument("taskhash", help="Task hash to query")
317 get_outhash_parser = subparsers.add_parser('get-outhash', help="Get output hash information")
[all …]
H A Dbitbake-hashserv76 help='Bind address (default $HASHSERVER_BIND, "%(default)s")',
82 help='Database file (default $HASHSERVER_DB, "%(default)s")',
88 help='Set logging level (default $HASHSERVER_LOG_LEVEL, "%(default)s")',
94 help="Upstream hashserv to pull hashes from ($HASHSERVER_UPSTREAM)",
100 help="Disallow write operations from clients ($HASHSERVER_READ_ONLY)",
105 help="Database username ($HASHSERVER_DB_USERNAME)",
110 help="Database password ($HASHSERVER_DB_PASSWORD)",
116 help='Permissions to give anonymous users (default $HASHSERVER_ANON_PERMS, "%(default)s")',
121 help="Create default admin user with name ADMIN_USER ($HASHSERVER_ADMIN_USER)",
126 help="Create default admin user with password ADMIN_PASSWORD ($HASHSERVER_ADMIN_PASSWORD)",
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive39 help="Verbose logging")
41 help="Local git directory to use")
43 help="If GIT_DIR is not a valid Git repository, do not "
46 help="Initialize a bare repository when creating a "
49 help="Push to remote")
52 help="Git branch name (pattern) to use")
54 help="Do not create Git tag")
57 help="Tag name (pattern) to use")
60 help="Subject line (pattern) to use in the commit message")
63 help="Commit message body (pattern)")
[all …]
H A Dwic58 from wic import help as hlp
317 help="name of directory to create image in")
319 help="temporary workdir to use for intermediate files")
321 help="name of the image to use the artifacts from "
324 help="path to the /rootfs dir to use as the "
327 help="path to the dir containing the boot artifacts "
331 help="path to the dir containing the kernel to use "
334 help="path to the native sysroot containing the tools "
337 action="store_false", default=True, help="skip the build check")
338 subparser.add_argument("-f", "--build-rootfs", action="store_true", help="build rootfs")
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_parser.py37 help='The patch to be tested')
40 help='The directory containing patches to be tested')
44 help="Name of the repository where patch is merged")
48 help="Directory where test cases are located")
53 help="Top level directory of project (defaults to start directory)")
58 help="Pattern to match test files")
62help="Branch name used by patchtest to branch from. By default, it uses the current one.")
66help="Commit ID used by patchtest to branch from. By default, it uses HEAD.")
70 help='Enable debug output')
74help='Enable logging to a file matching the target patch name with ".testresult" appended')
/openbmc/qemu/block/
H A Dcrypto.h28 .help = helpstr, \
59 .help = "Name of encryption cipher algorithm", \
66 .help = "Name of encryption cipher mode", \
73 .help = "Name of IV generator algorithm", \
80 .help = "Name of IV generator hash algorithm", \
87 .help = "Name of encryption hash algorithm", \
94 .help = "Time to spend in PBKDF in milliseconds", \
101 .help = "Select new state of affected keyslots (active/inactive)",\
108 .help = "Create a detached LUKS header", \
115 .help = "Select a single keyslot to modify explicitly",\
[all …]
H A Discsi-opts.c37 .help = "username for CHAP authentication to target",
41 .help = "password for CHAP authentication to target",
45 .help = "ID of the secret providing password for CHAP "
50 .help = "HeaderDigest setting. "
55 .help = "Initiator iqn name to use when connecting",
59 .help = "Request timeout in seconds (default 0 = no timeout)",
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py56 return action.help.replace('@CHOICES@', present_options(valid_uis))
58 return action.help
136 help="Execute the specified task (default is 'build') for these target "
140 help="Show current and preferred versions of all recipes.")
144 help="Show the global or per-recipe environment complete with information"
148 help="Save dependency tree information for the specified "
154 help="The user interface to use (@CHOICES@ - default %(default)s).")
157 help="Show programs version and exit.")
160 help='Show this help message and exit.')
164 help="Force the specified targets/task to run (invalidating any "
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/glade/glade/
H A Dremove-yelp-help-rules-var.patch10 help/Makefile.am | 2 --
11 help/Makefile.in | 2 --
14 diff --git a/help/Makefile.am b/help/Makefile.am
16 --- a/help/Makefile.am
17 +++ b/help/Makefile.am
24 diff --git a/help/Makefile.in b/help/Makefile.in
26 --- a/help/Makefile.in
27 +++ b/help/Makefile.in
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py26 @click.option("-r", "--remote", help="Hostname/IP of the remote host")
27 @click.option("-u", "--username", help="Username of the remote host.")
28 @click.option("-p", "--password", help="Password of the remote host.")
30 "-port_ssh", default=22, show_default=True, help="SSH port value."
33 "-port_https", default=443, show_default=True, help="HTTPS port value."
36 "-port_ipmi", default=623, show_default=True, help="IPMI port value."
43 help="YAML Configuration file for log collection.",
50 help="Location to save logs",
55 help=(
65 help="Select protocol to communicate with remote host.",
[all …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic58 from wic import help as hlp
317 help="name of directory to create image in")
319 help="temporary workdir to use for intermediate files")
321 help="name of the image to use the artifacts from "
324 help="path to the /rootfs dir to use as the "
327 help="path to the dir containing the boot artifacts "
331 help="path to the dir containing the kernel to use "
334 help="path to the native sysroot containing the tools "
337 action="store_false", default=True, help="skip the build check")
338 subparser.add_argument("-f", "--build-rootfs", action="store_true", help="build rootfs")
[all …]
/openbmc/u-boot/tools/patman/
H A Dpatman32 default=False, help='Display the README file')
34 default=-1, help='Automatically create patches from top n commits')
37 help='Send patches email even if patch errors are found')
40 help="Don't cc the file maintainers automatically")
42 default=None, help='Limit the cc list to LIMIT entries [default: %default]')
44 default=False, help="Do a dry run (create but don't email patches)")
46 help="Project name; affects default option values and "
49 help="Message ID that this series is in reply to")
51 default=0, help='Commit to start creating patches from (0 = HEAD)')
53 default=False, help='Ignore bad tags / aliases')
[all …]
H A Dpatman.py32 default=False, help='Display the README file')
34 default=-1, help='Automatically create patches from top n commits')
37 help='Send patches email even if patch errors are found')
40 help="Don't cc the file maintainers automatically")
42 default=None, help='Limit the cc list to LIMIT entries [default: %default]')
44 default=False, help="Do a dry run (create but don't email patches)")
46 help="Project name; affects default option values and "
49 help="Message ID that this series is in reply to")
51 default=0, help='Commit to start creating patches from (0 = HEAD)')
53 default=False, help='Ignore bad tags / aliases')
[all …]
/openbmc/qemu/
H A Dhmp-commands-info.hx4 HXCOMM which specify the name, behaviour and help text for HMP commands.
24 .help = "show the version of QEMU",
38 .help = "show the network state",
51 .help = "show the character devices",
65 .help = "show info of one block device or all block devices "
79 .help = "show block device statistics",
92 .help = "show progress of ongoing block device operations",
105 .help = "show the cpu registers (-a: show register info for all cpus;"
121 ….help = "show local apic state (apic-id: local apic to read, default is which of current CPU…
136 .help = "show infos for each CPU",
[all …]
/openbmc/qemu/hw/smbios/
H A Dsmbios.c152 .help = "binary file containing an SMBIOS element",
161 .help = "SMBIOS element type",
165 .help = "vendor name",
169 .help = "version number",
173 .help = "release date",
177 .help = "revision number",
181 .help = "uefi support",
190 .help = "SMBIOS element type",
194 .help = "manufacturer name",
198 .help = "product name",
[all …]
/openbmc/u-boot/drivers/ram/aspeed/
H A DKconfig11 help
17 help
23 help
29 help
37 help
43 help
53 help
59 help
65 help
71 help
[all …]
/openbmc/u-boot/drivers/clk/renesas/
H A DKconfig4 help
11 help
17 help
23 help
29 help
35 help
41 help
48 help
54 help
60 help
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dlog.py84 parser = subparsers.add_parser('log', help='show logs',
89 help='the results file/directory/URL to import')
91 help='list the ptest test names')
93 help='show logs for a ptest')
95 help='Dump all ptest log files to the specified directory.')
97 help='show logs for a reproducible test')
99help='''Dump ptest results to a subdirectory named after the test run when using --dump-ptest.
102 help='show raw (ptest) logs. Deprecated. Alias for "--raw-ptest"', dest='raw_ptest')
104 help='show raw ptest log')
106 help='show raw reproducible build logs')

12345678910>>...47