/openbmc/u-boot/include/ |
H A D | hwconfig.h | 29 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/linux/drivers/clk/mvebu/ |
D | orion.c |
|
D | dove.c |
|
D | kirkwood.c |
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.py | 83 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/linux/drivers/net/ethernet/intel/e1000e/ |
D | param.c |
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 28 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/linux/tools/testing/selftests/bpf/ |
D | test_sockmap.c |
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c |
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 226 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/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 295 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/linux/tools/perf/util/ |
D | parse-regs-options.c |
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
D | option.c |
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/ |
D | qdisc.c |
|
/openbmc/qemu/qapi/ |
H A D | opts-visitor.c | 116 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/linux/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c |
|
/openbmc/phosphor-bmc-code-mgmt/common/include/ |
H A D | dbus_helper.hpp | 21 std::optional<T> opt = std::nullopt; in dbusGetRequiredProperty() local 34 co_return opt; in dbusGetRequiredProperty() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 163 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
|
/openbmc/linux/net/ceph/ |
D | ceph_common.c |
|
/openbmc/linux/tools/perf/ |
D | builtin-probe.c |
|
/openbmc/linux/drivers/video/fbdev/ |
D | acornfb.c |
|
/openbmc/linux/sound/core/seq/oss/ |
D | seq_oss_rw.c |
|
/openbmc/linux/net/netfilter/ |
D | nf_sockopt.c |
|
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | comphy_mux.c | 23 int lane, opt, valid; in comphy_mux_check_config() local 60 int opt; in comphy_mux_get_mux_value() local
|
/openbmc/linux/tools/objtool/ |
D | builtin-check.c |
|