Home
last modified time | relevance | path

Searched full:default (Results 2201 – 2225 of 9919) sorted by relevance

1...<<81828384858687888990>>...397

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_enum_attribute_test.cpp111 1, /* number of default value */ in TEST_F()
112 1 /* default value string handle index */ in TEST_F()
216 1, /* number of default value */ in TEST_F()
217 1 /* default value string handle index */ in TEST_F()
/openbmc/openbmc/meta-raspberrypi/conf/machine/include/
H A Drpi-base.inc1 include conf/machine/include/rpi-default-settings.inc
2 include conf/machine/include/rpi-default-versions.inc
3 include conf/machine/include/rpi-default-providers.inc
111 # By default:
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dima-evm-rootfs.bbclass1 # No default! Either this or IMA_EVM_PRIVKEY/IMA_EVM_X509 have to be
7 # Private key for IMA signing. The default is okay when
23 # The default is okay when using the example key directory.
26 # Root CA to be compiled into the kernel, none by default.
/openbmc/openbmc/meta-arm/documentation/
H A Drunfvp.md31 The default terminal can also be configured by writing a [INI-style][INI] configuration file to `~/…
64 …the FVP binary. For example, `fvp-base` uses path from the build host by default. This path can be…
115 FVP_CONSOLES[default] = "terminal_0"
119 The 'default' console is also used when `--console` is passed to runfvp.
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp35 ~GetAlertStatus() = default;
38 GetAlertStatus(GetAlertStatus&&) = default;
97 ~GetFileTable() = default;
100 GetFileTable(GetFileTable&&) = default;
/openbmc/pldm/libpldmresponder/
H A Doem_handler.hpp133 virtual ~Handler() = default;
157 virtual ~Handler() = default;
180 virtual ~Handler() = default;
203 virtual ~Handler() = default;
/openbmc/u-boot/cmd/
H A Dlog.c20 printf("Default log level: %d\n", gd->default_log_level); in do_log_level()
33 if (!strcmp(str, "default")) { in do_log_format()
133 "\tor 'default', equivalent to 'fm', or 'all' for all\n"
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-goflexnet.dts86 pinctrl-names = "default";
91 default-state = "keep";
135 pinctrl-names = "default";
H A Dstm32mp157c-ed1-u-boot.dtsi23 default-state = "off";
28 default-state = "on";
33 default-state = "off";
H A Dat91sam9x5.dtsi889 pinctrl-names = "default";
902 pinctrl-names = "default";
916 pinctrl-names = "default";
928 pinctrl-names = "default";
942 pinctrl-names = "default";
956 pinctrl-names = "default";
970 pinctrl-names = "default";
989 pinctrl-names = "default";
1004 pinctrl-names = "default";
1019 pinctrl-names = "default";
[all …]
/openbmc/phosphor-mrw-tools/docs/
H A Dmrw-xml-requirements.md74 NCSI. The default is 0.
79 hardware checksum enabled, or 0 if not enabled. The default is 1.
95 Set to the logic value required to activate the LED - either 0 or 1. The default
/openbmc/ibm-logging/
H A Dcallout.hpp31 Callout(Callout&&) = default;
32 Callout& operator=(Callout&&) = default;
33 ~Callout() = default;
H A Dconfigure.ac52 #default it to off.
80 [The default event ID to use])
82 [The default policy message to use])
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dvpd.hpp41 VPD() = default;
46 virtual ~VPD() = default;
84 virtual ~DBusVPD() = default;
H A Dffdc_file.hpp59 FFDCFile(FFDCFile&&) = default;
61 FFDCFile& operator=(FFDCFile&&) = default;
62 ~FFDCFile() = default;
/openbmc/openpower-hw-diags/util/
H A Dffdc_file.hpp42 FFDCFile(FFDCFile&&) = default;
44 FFDCFile& operator=(FFDCFile&&) = default;
45 ~FFDCFile() = default;
/openbmc/u-boot/doc/
H A DREADME.kwbimage41 1. This file must present in the $(BOARDDIR). The default name is
59 NAND_ECC_MODE default/rs/hamming/disabled
73 NAND_ECC_MODE default
H A DREADME.update34 by default).
45 be non-negative and is 0 by default, CONFIG_UPDATE_TFTP_MSEC_MAX must be
46 positive and is 100 by default.
H A DREADME.uniphier32 LD4 reference | uniphier_ld4_sld8_defconfig | uniphier-ld4-ref (default)
39 PXs2 Vodka | uniphier_v7_defconfig | uniphier-pxs2-vodka (default)
48 LD20 reference | uniphier_v8_defconfig | uniphier-ld20-ref (default)
57 The device tree marked as (default) can be omitted. `uniphier-pxs2-vodka` is
58 the default device tree for the configuration `uniphier_v7_defconfig`, so the
184 default = "config-1";
216 They are disabled by default for UniPhier defconfig files. So, you need to
359 default UniPhier
379 default UniPhier
/openbmc/openbmc/poky/bitbake/doc/
H A Dconf.py64 # master document name. The default changed from contents to index. so better
90 # so a file named "default.css" will overwrite the builtin "default.css".
/openbmc/qemu/hw/display/
H A Dsii9022.c79 default: in sii9022_event()
105 default: in sii9022_rx()
141 default: in sii9022_tx()
/openbmc/qemu/hw/vfio-user/
H A Dprotocol.h100 * Default pagesizes supported is 4k.
105 * Default max number of DMA mappings is stolen from the
111 * Default max bitmap size is also take from the linux kernel,
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py423 parser_build.add_argument('-b', '--base-result-id', default='',
425 parser_build.add_argument('-t', '--target-result-id', default='',
427 …parser_build.add_argument('-l', '--limit', default=REGRESSIONS_DISPLAY_LIMIT, help="Maximum number…
436 parser_build.add_argument('-b', '--base-result-id', default='',
437 … help='(optional) default select regression based on configurations unless base result '
439 parser_build.add_argument('-t', '--target-result-id', default='',
440 … help='(optional) default select regression based on configurations unless target result '
443 parser_build.add_argument('--branch', '-B', default='master', help="Branch to find commit in")
449 …parser_build.add_argument('-l', '--limit', default=REGRESSIONS_DISPLAY_LIMIT, help="Maximum number…
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c82 default: in cxl_cache_mem_read_reg()
107 default: in dumb_hdm_handler()
153 default: in cxl_cache_mem_write_reg()
309 default: in cxl_component_register_init_common()
345 default: in cxl_component_register_init_common()
477 default: /* Registers are RO for other component types */ in cxl_component_create_dvsec()
501 default: in cxl_interleave_ways_enc()
518 default: in cxl_interleave_ways_dec()
534 default: in cxl_interleave_granularity_enc()
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass61 # args to openssl genrsa (Default is just the public exponent)
64 # args to openssl req (Default is -batch for non interactive mode and
367 # $7 ... default flag
442 # default node is selected based on dtb ID if it is present,
445 default_line="default = \"${FIT_CONF_PREFIX}$dtb_image\";"
447 default_line="default = \"${FIT_CONF_PREFIX}$kernel_id\";"
645 # Force the first Kernel and DTB in the default config
662 # the default configuration to be used is based on the dtbcount. If there is
663 # no dtb present than select the default configuation to be based on

1...<<81828384858687888990>>...397