Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 203) sorted by relevance

123456789

/openbmc/qemu/docs/system/arm/
H A Daspeed.rst104 Booting from a kernel image
116 Booting from a flash image
167 Booting from an eMMC image
229 Other booting options
246 OTP Option
338 Booting the ast2700-evb machine
388 Booting the ast2700fc machine
/openbmc/qemu/docs/about/
H A Ddeprecated.rst400 ``-device nvme-ns,eui64-default=on|off`` (since 7.1)
407 ``-device nvme,use-intel-id=on|off`` (since 7.1)
415 ``-device cxl-type3,memdev=xxxx`` (since 8.0)
424 RISC-V CPU properties which start with capital 'Z' (since 8.2)
447 ``-device sd-card,spec_version=1`` (since 9.1)
456 ``"backing": ""`` (since 2.12)
462 ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1)
478 ``iscsi,password=xxx`` (since 8.0)
486 ``gluster`` backend (since 9.2)
498 Backend ``memory`` (since 9.0)
[all …]
/openbmc/openbmc/meta-arm/documentation/
H A Dtrusted-services.md75 [^1]: https://trusted-services.readthedocs.io/en/integration/overview/index.html
77 [^2]: https://trusted-services.readthedocs.io/en/integration/deployments/secure-partitions.html
79 [^3]: https://trusted-services.readthedocs.io/en/integration/deployments/test-executables.html
81 [^4]: https://optee.readthedocs.io/en/latest/building/gits/optee_test.html
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py25 def GetActionSummary(is_summary, commits, selected, options): argument
44 def ShowActions(series, why_selected, boards_selected, builder, options, argument
110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
H A Dbuildman56 options, args = cmdline.ParseArgs() variable
H A Dbuildman.py56 options, args = cmdline.ParseArgs() variable
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp109 std::string>>& options) in validateEnumOption()
127 std::string>>& options) in validateStringOption()
163 std::string>>& options) in validateIntegerOption()
246 const auto& options = in pendingAttributes() local
266 const auto& options = in pendingAttributes() local
285 const auto& options = in pendingAttributes() local
/openbmc/u-boot/tools/
H A Dmoveconfig.py534 def confirm(options, prompt): argument
548 def cleanup_empty_blocks(header_path, options): argument
570 def cleanup_one_header(header_path, patterns, options): argument
630 def cleanup_headers(configs, options): argument
655 def cleanup_one_extra_option(defconfig_path, configs, options): argument
704 def cleanup_extra_options(configs, options): argument
722 def cleanup_whitelist(configs, options): argument
746 def cleanup_readme(configs, options): argument
825 def __init__(self, configs, options, build_dir): argument
1058 def __init__(self, toolchains, configs, options, progress, devnull, argument
[all …]
/openbmc/qemu/net/
H A Dvmnet-shared.c22 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in validate_options() local
42 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in build_if_desc() local
H A Dvmnet-host.c23 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in validate_options() local
49 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in build_if_desc() local
/openbmc/u-boot/drivers/video/
H A Dvideomodes.c235 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode()
295 const char **options) in video_get_ctfb_res_modes()
331 void video_get_option_string(const char *options, const char *name, in video_get_option_string()
362 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int()
/openbmc/phosphor-networkd/src/
H A Dncsi_cmd.cpp62 const struct option options[] = { variable
375 static int ncsiCommand(GlobalOptions& options, uint8_t type, in ncsiCommand()
399 static int ncsiCommandRaw(GlobalOptions& options, int argc, in ncsiCommandRaw()
436 static int ncsiCommandOEM(GlobalOptions& options, int argc, in ncsiCommandOEM()
539 static int ncsiDump(GlobalOptions& options, uint32_t handle, in ncsiDump()
677 static int ncsiCommandReceiveDump(GlobalOptions& options, in ncsiCommandReceiveDump()
693 static int ncsiDiscover(GlobalOptions& options) in ncsiDiscover()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py71 def __init__(self, write, options): argument
90 def _mk_writer(options): argument
H A Dmain.py.in71 def __init__(self, write, options): argument
90 def _mk_writer(options): argument
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.cpp15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child()
51 int options) in create_source()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c154 static const struct options_string options[] = { in lowest_common_dimm_parameters_edit() local
222 static const struct options_string options[] = { in fsl_ddr_dimm_parameters_edit() local
321 static const struct options_string options[] = { in print_dimm_parameters() local
432 static const struct options_string options[] = { in print_lowest_common_dimm_parameters() local
511 static const struct options_string options[] = { in fsl_ddr_options_edit() local
609 static const struct options_string options[] = { in print_fsl_memctl_config_regs() local
700 static const struct options_string options[] = { in fsl_ddr_regs_edit() local
806 static const struct options_string options[] = { in print_memctl_options() local
1822 static const struct data_strings options[] = { in fsl_ddr_parse_interactive_cmd() local
/openbmc/sdeventplus/test/source/
H A Dchild.cpp64 const int options = WEXITED; in TEST_F() local
113 const int options = WEXITED; in TEST_F() local
138 const int options = WEXITED; in SetUp() local
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h42 target_long options; member
72 int32_t options; member
/openbmc/qemu/tests/qemu-iotests/
H A D21132 def blockdev_create(vm, options): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildslist.py14 def handle(self,**options):
/openbmc/phosphor-led-sysfs/
H A Dargument.hpp47 static inline const option options[] = { member in phosphor::led::ArgumentParser
/openbmc/qemu/block/
H A Dnfs.c79 static int nfs_parse_uri(const char *filename, QDict *options, Error **errp) in nfs_parse_uri()
153 static bool nfs_has_filename_options_conflict(QDict *options, Error **errp) in nfs_has_filename_options_conflict()
177 static void nfs_parse_filename(const char *filename, QDict *options, in nfs_parse_filename()
563 static BlockdevOptionsNfs *nfs_options_qdict_to_qapi(QDict *options, in nfs_options_qdict_to_qapi()
590 static int64_t nfs_client_open_qdict(NFSClient *client, QDict *options, in nfs_client_open_qdict()
608 static int nfs_file_open(BlockDriverState *bs, QDict *options, int flags, in nfs_file_open()
642 static int nfs_file_co_create(BlockdevCreateOptions *options, Error **errp) in nfs_file_co_create()
671 QDict *options; in nfs_file_co_create_opts() local
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py185 def print_help(options): argument
219 def print_parse(options): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py29 def __init__(self, command, bg=False, timeout=None, data=None, output_log=None, **options):
169 native_sysroot=None, target_sys=None, limit_exc_output=0, output_log=None, **options):
221 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options
/openbmc/witherspoon-pfault-analysis/
H A Dargument.hpp59 static const option options[]; member in witherspoon::power::ArgumentParser

123456789