Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/u-boot/include/
H A Dhwconfig.h29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f()
34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f()
41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f()
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
67 static inline int hwconfig(const char *opt) in hwconfig()
72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg()
77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp()
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub()
[all …]
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py83 def get_help(opt): argument
110 def help_line(left, opt, indent, long): argument
127 def allow_arg(opt): argument
139 def require_arg(opt): argument
161 def cli_option(opt): argument
168 def cli_help_key(opt): argument
177 def cli_metavar(opt): argument
/openbmc/u-boot/common/
H A Dhwconfig.c28 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse()
71 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig()
122 int hwconfig_f(const char *opt, char *buf) in hwconfig_f()
140 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f()
159 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f()
183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
/openbmc/qemu/util/
H A Dqemu-option.c226 QemuOpt *opt; in qemu_opt_find() local
236 static void qemu_opt_del(QemuOpt *opt) in qemu_opt_del()
249 QemuOpt *opt, *next_opt; in qemu_opt_del_all() local
260 QemuOpt *opt; in qemu_opt_get() local
299 QemuOpt *opt; in qemu_opt_get_del() local
318 QemuOpt *opt; in qemu_opt_has_help_opt() local
331 QemuOpt *opt; in qemu_opt_get_bool_helper() local
368 QemuOpt *opt; in qemu_opt_get_number_helper() local
406 QemuOpt *opt; in qemu_opt_get_size_helper() local
441 static bool qemu_opt_parse(QemuOpt *opt, Error **errp) in qemu_opt_parse()
[all …]
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Ddbus_helper.hpp21 std::optional<T> opt = std::nullopt; in dbusGetRequiredProperty() local
34 co_return opt; in dbusGetRequiredProperty() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c295 TVersionRes v9fs_tversion(TVersionOpt opt) in v9fs_tversion()
363 TAttachRes v9fs_tattach(TAttachOpt opt) in v9fs_tattach()
418 TWalkRes v9fs_twalk(TWalkOpt opt) in v9fs_twalk()
493 TGetAttrRes v9fs_tgetattr(TGetAttrOpt opt) in v9fs_tgetattr()
564 TSetAttrRes v9fs_tsetattr(TSetAttrOpt opt) in v9fs_tsetattr()
610 TReadDirRes v9fs_treaddir(TReadDirOpt opt) in v9fs_treaddir()
701 TLOpenRes v9fs_tlopen(TLOpenOpt opt) in v9fs_tlopen()
745 TWriteRes v9fs_twrite(TWriteOpt opt) in v9fs_twrite()
791 TFlushRes v9fs_tflush(TFlushOpt opt) in v9fs_tflush()
824 TMkdirRes v9fs_tmkdir(TMkdirOpt opt) in v9fs_tmkdir()
[all …]
/openbmc/qemu/qapi/
H A Dopts-visitor.c116 opts_visitor_insert(GHashTable *unprocessed_opts, const QemuOpt *opt) in opts_visitor_insert()
141 const QemuOpt *opt; in opts_start_struct() local
271 const QemuOpt *opt; in opts_next_list() local
353 const QemuOpt *opt; in opts_type_str() local
375 const QemuOpt *opt; in opts_type_bool() local
398 const QemuOpt *opt; in opts_type_int64() local
455 const QemuOpt *opt; in opts_type_uint64() local
508 const QemuOpt *opt; in opts_type_size() local
/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c163 const char *opt = NULL; in test_qemu_opt_get() local
206 bool opt; in test_qemu_opt_get_bool() local
249 uint64_t opt; in test_qemu_opt_get_number() local
292 uint64_t opt; in test_qemu_opt_get_size() local
380 uint64_t opt; in test_qemu_opts_reset() local
962 QemuOpt *opt; in test_opts_to_qdict_duplicates() local
H A Dtest-crypto-akcipher.c665 QCryptoAkCipherOptions opt; member
675 QCryptoAkCipherOptions opt; member
946 QCryptoAkCipherOptions opt = { in test_rsakey() local
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dcache.c15 enum dcache_option opt = DCACHE_WRITETHROUGH; in enable_caches() local
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c23 int lane, opt, valid; in comphy_mux_check_config() local
60 int opt; in comphy_mux_get_mux_value() local
/openbmc/dbus-sensors/subprojects/packagefiles/boost/
H A Dmeson.build4 opt = cmake.subproject_options() variable
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c35 struct rk3288_som opt; in rk_board_late_init() local
/openbmc/phosphor-led-sysfs/
H A Dargument.cpp49 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
/openbmc/libpldm/tests/fuzz/
H A Dfuzz-build.py28 opt="3", argument
/openbmc/libmctp/tests/fuzz/
H A Dfuzz-build.py28 opt="3", argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c272 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local
288 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dargument.cpp52 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dargument.cpp73 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
/openbmc/qemu/nbd/
H A Dclient.c67 static int nbd_send_option_request(QIOChannel *ioc, uint32_t opt, in nbd_send_option_request()
114 static int nbd_receive_option_reply(QIOChannel *ioc, uint32_t opt, in nbd_receive_option_reply()
339 static int nbd_opt_info_or_go(QIOChannel *ioc, uint32_t opt, in nbd_opt_info_or_go()
562 static int nbd_request_simple_option(QIOChannel *ioc, int opt, bool strict, in nbd_request_simple_option()
668 static int nbd_send_meta_query(QIOChannel *ioc, uint32_t opt, in nbd_send_meta_query()
716 uint32_t opt, in nbd_receive_one_meta_context()
H A Dcommon.c53 const char *nbd_opt_lookup(uint32_t opt) in nbd_opt_lookup()
/openbmc/u-boot/tools/
H A Ddumpimage.c59 int opt; in main() local
/openbmc/phosphor-networkd/src/
H A Dargument.cpp51 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
/openbmc/ipmbbridge/
H A Dmeson.build39 opt = cmake.subproject_options() variable
/openbmc/phosphor-mboxd/
H A Dmboxd.c174 int opt; in parse_cmdline() local

1234