Home
last modified time | relevance | path

Searched full:usage (Results 1 – 25 of 1626) sorted by relevance

12345678910>>...66

/openbmc/qemu/tests/qemu-iotests/
H A D243.out7 Disk usage: low
13 Disk usage: low
19 Disk usage: high
25 Disk usage: high
32 qcow2 disk usage: low
33 data disk usage: low
40 qcow2 disk usage: low
41 data disk usage: low
48 qcow2 disk usage: low
49 data disk usage: high
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/
H A D0002-Fix-gcc-build-problem.patch24 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
26 +#if __has_warning("-Wunsafe-buffer-usage")
28 #pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
29 -#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
30 +#endif // __has_warning("-Wunsafe-buffer-usage")
39 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
41 +#if __has_warning("-Wunsafe-buffer-usage")
44 +#endif // __has_warning("-Wunsafe-buffer-usage")
56 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
58 +#if __has_warning("-Wunsafe-buffer-usage")
[all …]
H A D0001-Fix-initialization-in-test-1140.patch6 * Suppress unsafe-buffer-usage
27 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
29 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
30 +#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
39 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
53 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
55 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
56 +#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
65 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage")
78 +check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER)
[all …]
H A D0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch37 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER)
38 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER)
41 target_compile_options(gsl_tests_config INTERFACE "-Wno-unsafe-buffer-usage")
46 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER)
47 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER)
50 target_compile_options(gsl_tests_config_noexcept INTERFACE "-Wno-unsafe-buffer-usage")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A DDrop-use-of-error-h.patch34 - error(1 ,0, USAGE);
35 + fprintf(stderr, USAGE);
54 - error(1, errno, "Invalid size provided\n" USAGE);
55 + fprintf(stderr, "Invalid size provided\n" USAGE);
58 - error(1, 0, "Invalid size provided\n" USAGE);
59 + fprintf(stderr, "Invalid size provided\n" USAGE);
62 - error(1, 0, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlog_ma…
63 + fprintf(stderr, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlo…
71 - error(1, errno, "Invalid mode provided\n" USAGE);
72 + fprintf(stderr, "Invalid mode provided\n" USAGE);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0007-fix-memleaks-in-libtar-sample-program.patch31 -usage()
32 +usage(void *rootdir)
34 printf("Usage: %s [-C rootdir] [-g] [-z] -x|-t filename.tar\n",
54 - usage();
55 + usage(rootdir);
60 - usage();
61 + usage(rootdir);
66 - usage();
67 + usage(rootdir);
75 - usage();
[all …]
/openbmc/u-boot/drivers/tee/optee/
H A Doptee_smc.h117 * Call register usage:
126 * Normal return register usage:
131 * OPTEE_SMC_RETURN_ETHREAD_LIMIT return register usage:
136 * RPC return register usage:
164 * Call register usage:
169 * Have config return register usage:
177 * Not available register usage:
196 * Call register usage:
202 * Normal return register usage:
207 * Error return register usage:
[all …]
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_manage_power_usage.robot3 Documentation Test OpenBMC GUI "Manage power usage" sub-menu of "Server control".
19 Verify Existence Of All Sections In Manage Power Usage Page
20 [Documentation] Verify existence of all sections in manage power usage page.
27 Verify Existence Of All Buttons In Manage Power Usage Page
28 [Documentation] Verify existence of all buttons in manage power usage page.
45 Wait Until Page Contains Manage Power Usage
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch35 - echo $"Usage: $0 {start|stop|status}"
36 + echo "Usage: $0 {start|stop|status}"
53 - echo $"Usage: $0 {start|stop|restart|status}"
54 + echo "Usage: $0 {start|stop|restart|status}"
72 - echo $"Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}"
73 + echo "Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}"
91 - echo $"Usage: $0 {start|stop|restart|status|force-stop}"
92 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
110 - echo $"Usage: $0 {start|stop|restart|status|force-stop}"
111 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
/openbmc/u-boot/tools/
H A Djtagconsole3 usage() { function
5 echo "Usage: $0 [board IP] [board port]"
19 -h|--help) usage;;
21 -*) usage "Invalid option $1";;
31 usage "Invalid number of arguments"
H A Dnetconsole3 usage() { function
5 echo "Usage: $0 <board-IP> [board-port [board-in-port]]"
18 -h|--help) usage;;
20 -*) usage "Invalid option $1";;
34 usage "Invalid number of arguments"
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-1.36.1-no-cbq.patch17 //usage: "qdisc [handle QHANDLE] [root|"IF_FEATURE_TC_INGRESS("ingress|")"parent CLASSID]\n"
18 /* //usage: "[estimator INTERVAL TIME_CONSTANT]\n" */
19 //usage: " [[QDISC_KIND] [help|OPTIONS]]\n"
20 -//usage: " QDISC_KIND := [p|b]fifo|tbf|prio|cbq|red|etc.\n"
21 +//usage: " QDISC_KIND := [p|b]fifo|tbf|prio|red|etc.\n"
22 //usage: "qdisc show [dev STRING]"IF_FEATURE_TC_INGRESS(" [ingress]")"\n"
23 //usage: "class [classid CLASSID] [root|parent CLASSID]\n"
24 //usage: " [[QDISC_KIND] [help|OPTIONS] ]\n"
/openbmc/u-boot/cmd/
H A Dmmc_spi.c42 goto usage; in do_mmc_spi()
46 goto usage; in do_mmc_spi()
49 goto usage; in do_mmc_spi()
53 goto usage; in do_mmc_spi()
58 goto usage; in do_mmc_spi()
63 goto usage; in do_mmc_spi()
80 usage: in do_mmc_spi()
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/
H A Duart-routing.sh3 function usage() function
5 echo "Usage: $(basename "$0") init|reset"
9 usage
25 usage
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dpower-util2 # Usage of this utility
3 function usage() { function
4 echo "usage: power-util mb [on|off|status|cycle|reset]";
45 usage;
51 usage;
80 usage;
/openbmc/openbmc/poky/scripts/
H A Doe-time-dd-test.sh15 usage() { function
44 usage
60 usage
69 usage
79 usage
83 usage
97 usage
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/
H A Dampere_gpio_utils.sh5 function usage() { function
6 echo "usage: ampere_gpio_utils.sh [power] [on|off]";
26 usage;
39 usage;
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/
H A Duart-remapping.sh3 function usage() function
5 echo "Usage: $(basename "$0") init|reset"
9 usage
30 usage
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-control3 # Usage of this utility
4 usage() {
5 echo "Usage: $(basename "$0") [reset|gracefuloff]"
30 usage
/openbmc/qemu/crypto/
H A Dtrace-events16 …const char *file, int status, int usage, int critical) "TLS creds x509 check key usage creds=%p fi…
17 …ar *file, int status, const char *usage, int critical) "TLS creds x509 check key usage creds=%p fi…
/openbmc/qemu/io/
H A Dchannel-buffer.c48 ioc->capacity = ioc->usage = ioc->offset = 0; in qio_channel_buffer_finalize()
66 if (bioc->offset >= bioc->usage) { in qio_channel_buffer_readv()
69 if ((bioc->offset + want) > bioc->usage) { in qio_channel_buffer_readv()
70 want = bioc->usage - bioc->offset; in qio_channel_buffer_readv()
102 if (bioc->offset > bioc->usage) { in qio_channel_buffer_writev()
103 memset(bioc->data, 0, bioc->offset - bioc->usage); in qio_channel_buffer_writev()
104 bioc->usage = bioc->offset; in qio_channel_buffer_writev()
108 memcpy(bioc->data + bioc->usage, in qio_channel_buffer_writev()
111 bioc->usage += iov[i].iov_len; in qio_channel_buffer_writev()
147 bioc->capacity = bioc->usage = bioc->offset = 0; in qio_channel_buffer_close()
/openbmc/u-boot/scripts/
H A Dobjdiff10 # usage example:
37 usage() { function
38 echo >&2 "Usage: $0 <command> <args>"
72 [ $# -eq 0 ] && usage
94 [ $# -ne 2 ] && [ $# -ne 0 ] && usage
127 [ $# -eq 0 ] && usage
128 [ $# -gt 1 ] && usage
143 [ $# -eq 0 ] && usage
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch52 def usage():
53 - print 'Usage: %s <gcov graph files>' % (sys.argv[0])
54 + print('Usage: %s <gcov graph files>' % (sys.argv[0]))
58 usage()
98 def usage():
99 - print 'Usage: %s <severities coverage files>' % (sys.argv[0])
100 + print('Usage: %s <severities coverage files>' % (sys.argv[0]))
104 usage()
/openbmc/phosphor-hwmon/msl/
H A Dmax31785-msl25 usage="Usage: $(basename "$0") -p PATH... -b BUS_NUMBER -r REVISION"
38 echo "$usage" >&2
43 echo "$usage" >&2
51 echo "$usage" >&2
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Ddiskusage4 # @brief: Collect disk usage information.
9 desc="disk usage"
10 file_name="disk-usage.log"

12345678910>>...66