| /openbmc/webui-vue/src/plugins/ |
| H A D | toast.js | 28 show(options) { argument 35 info(body, options = {}) { argument 46 success(body, options = {}) { argument 59 warning(body, options = {}) { argument 70 danger(body, options = {}) { argument
|
| /openbmc/openbmc/meta-arm/documentation/ |
| H A D | trusted-services.md | 75 [^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/bios-settings-mgr/src/ |
| H A D | manager.cpp | 109 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/buildman/ |
| H A D | control.py | 25 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 D | buildman | 56 options, args = cmdline.ParseArgs() variable
|
| H A D | buildman.py | 56 options, args = cmdline.ParseArgs() variable
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 534 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 D | vmnet-shared.c | 22 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 D | vmnet-host.c | 23 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 D | videomodes.c | 235 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 D | ncsi_cmd.cpp | 51 const struct option options[] = { variable 368 static int ncsiCommand(GlobalOptions& options, uint8_t type, in ncsiCommand() 397 static int ncsiCommandRaw(GlobalOptions& options, int argc, in ncsiCommandRaw() 434 static int ncsiCommandOEM(GlobalOptions& options, int argc, in ncsiCommandOEM() 537 static int ncsiDump(GlobalOptions& options, uint32_t handle, in ncsiDump() 675 static int ncsiCommandReceiveDump(GlobalOptions& options, in ncsiCommandReceiveDump() 691 static int ncsiDiscover(GlobalOptions& options) in ncsiDiscover()
|
| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 154 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/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py | 71 def __init__(self, write, options): argument 90 def _mk_writer(options): argument
|
| H A D | main.py.in | 71 def __init__(self, write, options): argument 90 def _mk_writer(options): argument
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | child.cpp | 15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child() 51 int options) in create_source()
|
| /openbmc/estoraged/include/ |
| H A D | filesystemInterface.hpp | 119 std::initializer_list<std::string> options) override in runMkfs() 169 const std::string& options) override in runFsck()
|
| /openbmc/qemu/block/ |
| H A D | nfs.c | 78 static int nfs_parse_uri(const char *filename, QDict *options, Error **errp) in nfs_parse_uri() 152 static bool nfs_has_filename_options_conflict(QDict *options, Error **errp) in nfs_has_filename_options_conflict() 176 static void nfs_parse_filename(const char *filename, QDict *options, in nfs_parse_filename() 556 static BlockdevOptionsNfs *nfs_options_qdict_to_qapi(QDict *options, in nfs_options_qdict_to_qapi() 583 static int64_t nfs_client_open_qdict(NFSClient *client, QDict *options, in nfs_client_open_qdict() 601 static int nfs_file_open(BlockDriverState *bs, QDict *options, int flags, in nfs_file_open() 635 static int nfs_file_co_create(BlockdevCreateOptions *options, Error **errp) in nfs_file_co_create() 664 QDict *options; in nfs_file_co_create_opts() local
|
| /openbmc/sdeventplus/test/source/ |
| H A D | child.cpp | 64 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/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 29 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/qemu/tests/qemu-iotests/ |
| H A D | 211 | 32 def blockdev_create(vm, options): argument
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildslist.py | 14 def handle(self,**options):
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | argument.hpp | 47 static inline const option options[] = { member in phosphor::led::ArgumentParser
|
| /openbmc/qemu/crypto/ |
| H A D | block-qcow.c | 97 QCryptoBlockOpenOptions *options, in qcrypto_block_qcow_open() 123 QCryptoBlockCreateOptions *options, in qcrypto_block_qcow_create()
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | argument.hpp | 59 static const option options[]; member in witherspoon::power::ArgumentParser
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qmp_lexer.py | 33 def __init__(self, **options):
|