Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py83 def get_help(opt): argument
84 if opt["name"] == "libdir":
86 value = opt["value"]
110 def help_line(left, opt, indent, long): argument
113 value = get_help(opt)
116 if "choices" in opt and long:
117 choices = "/".join(sorted(opt["choices"]))
127 def allow_arg(opt): argument
128 if opt["type"] == "boolean":
130 if opt["type"] != "combo":
[all …]
H A Dtracetool.py80 for opt, arg in opts:
81 if opt == "--help":
84 elif opt == "--backends":
86 elif opt == "--group":
88 elif opt == "--format":
91 elif opt == "--list-backends":
95 elif opt == "--check-backends":
98 elif opt == "--binary":
100 elif opt == '--probe-prefix':
104 error_opt("unhandled option: %s" % opt)
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c295 TVersionRes v9fs_tversion(TVersionOpt opt) in v9fs_tversion() argument
304 g_assert(opt.client); in v9fs_tversion()
306 if (!opt.msize) { in v9fs_tversion()
307 opt.msize = P9_MAX_SIZE; in v9fs_tversion()
310 if (!opt.tag) { in v9fs_tversion()
311 opt.tag = P9_NOTAG; in v9fs_tversion()
314 if (!opt.version) { in v9fs_tversion()
315 opt.version = "9P2000.L"; in v9fs_tversion()
318 string_size = v9fs_string_size(opt.version); in v9fs_tversion()
321 req = v9fs_req_init(opt.client, body_size, P9_TVERSION, opt.tag); in v9fs_tversion()
[all …]
/openbmc/u-boot/include/
H A Dhwconfig.h19 extern int hwconfig_f(const char *opt, char *buf);
20 extern const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf);
21 extern int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf);
22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() argument
34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f() argument
41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f() argument
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
[all …]
/openbmc/qemu/util/
H A Dqemu-option.c226 QemuOpt *opt; in qemu_opt_find() local
228 QTAILQ_FOREACH_REVERSE(opt, &opts->head, next) { in qemu_opt_find()
229 if (strcmp(opt->name, name) != 0) in qemu_opt_find()
231 return opt; in qemu_opt_find()
236 static void qemu_opt_del(QemuOpt *opt) in qemu_opt_del() argument
238 QTAILQ_REMOVE(&opt->opts->head, opt, next); in qemu_opt_del()
239 g_free(opt->name); in qemu_opt_del()
240 g_free(opt->str); in qemu_opt_del()
241 g_free(opt); in qemu_opt_del()
249 QemuOpt *opt, *next_opt; in qemu_opt_del_all() local
[all …]
/openbmc/qemu/tests/tcg/mips/user/ase/msa/
H A Dtest_msa_compile_64r6el.sh6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
H A Dtest_msa_compile_64r6eb.sh6 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
8 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
10 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
12 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
14 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
16 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
18 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
20 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
22 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
24 /opt/img/bin/mips-img-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
H A Dtest_msa_compile_32r5el.sh6 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
9 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
12 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
15 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
18 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
21 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
24 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
27 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
30 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
33 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
H A Dtest_msa_compile_32r5eb.sh6 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_b.c \
9 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_h.c \
12 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_w.c \
15 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nloc_d.c \
18 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_b.c \
21 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_h.c \
24 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_w.c \
27 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_nlzc_d.c \
30 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_b.c \
33 /opt/mti/bin/mips-mti-linux-gnu-gcc bit-count/test_msa_pcnt_h.c \
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch36 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
39 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
49 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -L../lib -lraspidmx
50 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -L../lib -lraspidmx
52 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
62 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
63 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
65 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
75 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
[all …]
H A D0005-change-library-linking-order.patch31 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
32 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
34 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
44 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
45 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
47 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
57 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
58 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
60 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
70 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
[all …]
H A D0003-switch-to-pkg-config.patch33 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
35 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
49 LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm
53 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
64 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
66 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
68 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface…
79 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
81 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
[all …]
/openbmc/u-boot/common/
H A Dhwconfig.c29 const char *opt, char *stopchs, char eqch, in hwconfig_parse()
32 size_t optlen = strlen(opt); in hwconfig_parse()
38 str = strstr(opts, opt); in hwconfig_parse()
71 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig() argument
88 opt, ";", ':', arglen); in __hwconfig()
94 opt, ";", ':', arglen); in __hwconfig()
99 opt, ";", ':', arglen); in __hwconfig()
122 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() argument
124 return !!__hwconfig(opt, NULL, buf); in hwconfig_f()
140 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f() argument
[all …]
/openbmc/qemu/qapi/
H A Dopts-visitor.c116 opts_visitor_insert(GHashTable *unprocessed_opts, const QemuOpt *opt) in opts_visitor_insert() argument
120 list = g_hash_table_lookup(unprocessed_opts, opt->name); in opts_visitor_insert()
128 g_hash_table_insert(unprocessed_opts, (gpointer)opt->name, list); in opts_visitor_insert()
132 g_queue_push_tail(list, (gpointer)opt); in opts_visitor_insert()
141 const QemuOpt *opt; in opts_start_struct() local
152 QTAILQ_FOREACH(opt, &ov->opts_root->head, next) { in opts_start_struct()
154 assert(strcmp(opt->name, "id") != 0); in opts_start_struct()
156 opts_visitor_insert(ov->unprocessed_opts, opt); in opts_start_struct()
271 const QemuOpt *opt; in opts_next_list() local
273 opt = g_queue_pop_head(ov->repeated_opts); in opts_next_list()
[all …]
/openbmc/u-boot/drivers/dma/
H A Dti-edma3.c94 u32 opt; in edma3_set_dest() local
99 opt = __raw_readl(&rg->opt); in edma3_set_dest()
101 opt = (opt & EDMA3_SLOPT_FIFO_WIDTH_MASK) | in edma3_set_dest()
105 opt &= ~EDMA3_SLOPT_DST_ADDR_CONST_MODE; in edma3_set_dest()
107 __raw_writel(opt, &rg->opt); in edma3_set_dest()
165 u32 opt; in edma3_set_src() local
170 opt = __raw_readl(&rg->opt); in edma3_set_src()
172 opt = (opt & EDMA3_SLOPT_FIFO_WIDTH_MASK) | in edma3_set_src()
176 opt &= ~EDMA3_SLOPT_DST_ADDR_CONST_MODE; in edma3_set_src()
178 __raw_writel(opt, &rg->opt); in edma3_set_src()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A D0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch31 - /usr/local /opt /usr/local/opt \
32 - /opt/homebrew/opt/openssl@3 /usr/local/opt/openssl@3 \
33 - /opt/homebrew/opt/openssl@1.1 /usr/local/opt/openssl@1.1 \
34 - /usr/openssl /opt/openssl /usr/local/opt/openssl; do
/openbmc/openbmc/poky/bitbake/contrib/hashserv/
H A DDockerfile16 COPY bin/bitbake-hashserv /opt/bbhashserv/bin/
17 COPY lib/hashserv /opt/bbhashserv/lib/hashserv/
18 COPY lib/bb /opt/bbhashserv/lib/bb/
19 COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py
20 COPY lib/ply /opt/bbhashserv/lib/ply/
21 COPY lib/bs4 /opt/bbhashserv/lib/bs4/
23 ENTRYPOINT ["/opt/bbhashserv/bin/bitbake-hashserv"]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/s-suite/
H A Ds-suite_git.bb15 # installing in /opt/S-suite since the package has
18 install -d ${D}/opt/S-suite
20 install -d ${D}/opt/S-suite/$(basename $i)
21 install -m0755 -p ${S}/$(basename $i)/* ${D}/opt/S-suite/$(basename $i)
24 install -m0755 ${S}/def_config.sh ${D}/opt/S-suite
25 install -m0755 ${S}/config_params.sh ${D}/opt/S-suite
26 install -m0755 ${S}/create_config.sh ${D}/opt/S-suite
27 install -m0755 ${S}/process_config.sh ${D}/opt/S-suite
33 FILES:${PN} = "/opt/S-suite/"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Fix-build-errors-with-clang.patch7 | fprintf(stderr, "Opt: %c (%hhx)\n", (char)opt, opt);
25 opt = getopt(argc, argv, "l:f:d:m:n:i:s:p:c:hv");
27 - fprintf(stderr, "Opt: %c (%hhx)\n", opt, opt);
28 + fprintf(stderr, "Opt: %c (%hhx)\n", opt, (unsigned char)opt);
29 if (opt == -1)
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c35 struct rk3288_som opt; in rk_board_late_init() local
55 ret = i2c_eeprom_read(dev, 0, (uint8_t *)&opt, in rk_board_late_init()
62 if (opt.api_version != 0 || !valid_rk3288_som(&opt)) { in rk_board_late_init()
67 if (is_valid_ethaddr(opt.mac)) in rk_board_late_init()
68 eth_env_set_enetaddr("ethaddr", opt.mac); in rk_board_late_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/
H A Dtipcutils_git.bb31 install -d ${D}/opt/tipcutils/demos/$i
32 install ${B}/demos/$i/client_tipc ${D}/opt/tipcutils/demos/$i/
33 install ${B}/demos/$i/server_tipc ${D}/opt/tipcutils/demos/$i/
35 install -d ${D}/opt/tipcutils/demos/inventory_sim
36 install ${B}/demos/inventory_sim/inventory_sim ${D}/opt/tipcutils/demos/inventory_sim/
38 install -d ${D}/opt/tipcutils/ptts
39 install ${B}/ptts/tipcTS ${D}/opt/tipcutils/ptts/
40 install ${B}/ptts/tipcTC ${D}/opt/tipcutils/ptts/
56 FILES:${PN}-dbg += "/opt/tipcutils/demos/*/.debug /opt/tipcutils/ptts/.debug"
57 FILES:${PN}-demos = "/opt/tipcutils/*"
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c272 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local
273 image_base = opt->ImageBase; in efi_load_pe()
274 image_size = opt->SizeOfImage; in efi_load_pe()
275 efi_set_code_and_data_type(loaded_image_info, opt->Subsystem); in efi_load_pe()
283 handle->entry = efi_reloc + opt->AddressOfEntryPoint; in efi_load_pe()
284 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
285 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
286 virt_size = ALIGN(virt_size, opt->SectionAlignment); in efi_load_pe()
288 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
289 image_base = opt->ImageBase; in efi_load_pe()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/
H A Dvsomeip_3.5.3.bb53 install -d ${D}/opt/${PN}-test/examples
54 install -m 0755 ${B}/examples/*-sample ${D}/opt/${PN}-test/examples
55 install -d ${D}/opt/${PN}-test/examples/routingmanagerd
57 ${D}/opt/${PN}-test/examples/routingmanagerd
59 install -d ${D}/opt/${PN}-test/test/test/common
61 ${D}/opt/${PN}-test/test/test/common/
63 ${D}/opt/${PN}-test/test/test/common/
66 install -d ${D}/opt/${PN}-test/test/$d
67 cp -rf ${B}/test/$d/*_tests ${D}/opt/${PN}-test/test/$d
74 /opt/${PN}-test/.debug/* \
[all …]
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c23 int lane, opt, valid; in comphy_mux_check_config() local
34 for (opt = 0, valid = 0; opt < mux_data->max_lane_values; in comphy_mux_check_config()
35 opt++, mux_opt++) { in comphy_mux_check_config()
60 int opt; in comphy_mux_get_mux_value() local
66 for (opt = 0 ; opt < mux_data->max_lane_values; opt++, mux_opt++) { in comphy_mux_get_mux_value()
/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c163 const char *opt = NULL; in test_qemu_opt_get() local
180 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
181 g_assert(opt == NULL); in test_qemu_opt_get()
186 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
187 g_assert_cmpstr(opt, ==, "value"); in test_qemu_opt_get()
192 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
193 g_assert_cmpstr(opt, ==, "value2"); in test_qemu_opt_get()
206 bool opt; in test_qemu_opt_get_bool() local
223 opt = qemu_opt_get_bool(opts, "bool1", false); in test_qemu_opt_get_bool()
224 g_assert(opt == false); in test_qemu_opt_get_bool()
[all …]

12345678910>>...14