Home
last modified time | relevance | path

Searched full:default (Results 1526 – 1550 of 9919) sorted by relevance

1...<<61626364656667686970>>...397

/openbmc/u-boot/arch/arm/include/asm/arch-mx35/
H A Dlowlevel_macro.S14 * The PACR default values are good.
16 * Default argument values:
48 * Default argument values:
51 * - MGPCR: restore default values
79 * Default argument values:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch35 @click.option('--ssid', default=None, help='Look at scan results for BSS examples')
36 @click.option('--bssid', default=None, help='Look at scan results for BSS examples')
44 @click.option('--bridge_if_name', default=None, help='Bridge to control, e.g., br0')
45 @click.option('--driver', default=None, help='e.g. nl80211')
46 @click.option('--config_file', default=None, help='Config file path')
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/
H A Dtftp-hpa_5.2.bb25 file://default \
67 install -d ${D}${sysconfdir}/default
68 install -m 0644 ${UNPACKDIR}/default ${D}${sysconfdir}/default/tftpd-hpa
81 CONFFILES:tftp-hpa-server = "${sysconfdir}/default/tftpd-hpa"
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.py18 BuiltIn().get_variable_value("${REDFISH_SUPPORT_TRANS_STATE}", default=0)
83 # Get default values for arguments.
123 Set a default value for ffdc_dir_path and ffdc_prefix if they don't
131 will create default values in a newer way. Otherwise, its behavior
191 "${OPENBMC_NICKNAME}", default=OPENBMC_HOST
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.hpp60 ~RecordManager() = default;
61 RecordManager(const RecordManager&) = default;
62 RecordManager& operator=(const RecordManager&) = default;
63 RecordManager(RecordManager&&) = default;
64 RecordManager& operator=(RecordManager&&) = default;
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h2-plus-orangepi-zero.dts74 default-state = "on";
146 /* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
159 pinctrl-names = "default";
165 pinctrl-names = "default";
171 pinctrl-names = "default";
H A Drk3288-veyron-chromebook.dtsi34 pinctrl-names = "default";
60 pinctrl-names = "default";
72 pinctrl-names = "default";
105 pinctrl-names = "default";
124 pinctrl-names = "default";
H A Dsun6i-a31s-sinovoip-bpi-m2.dts61 pinctrl-names = "default";
82 pinctrl-names = "default";
97 pinctrl-names = "default";
113 pinctrl-names = "default";
119 pinctrl-names = "default";
132 pinctrl-names = "default";
293 pinctrl-names = "default";
H A Domap3-igep.dtsi108 pinctrl-names = "default";
185 pinctrl-names = "default";
206 pinctrl-names = "default";
211 pinctrl-names = "default";
217 pinctrl-names = "default";
230 pinctrl-names = "default";
235 pinctrl-names = "default";
H A Dam437x-gp-evm.dts64 default-brightness-level = <8>;
91 pinctrl-names = "default";
135 pinctrl-names = "default", "sleep";
421 pinctrl-names = "default";
499 pinctrl-names = "default";
503 pinctrl-names = "default";
545 pinctrl-names = "default";
574 pinctrl-names = "default";
589 pinctrl-names = "default", "sleep";
613 pinctrl-names = "default";
[all …]
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh54 (default: "$BS_DIR")
56 (default: "$N")
59 (default: "$TASKS")
64 (default: "$STATS")
68 (default: "$OUTDATA_FILE")
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.hpp18 static constexpr auto defaultNslcdFile = "nslcd.conf.default";
38 ~ConfigMgr() = default;
119 /* Below two config objects are default, which will always be there */
123 * delete interface as the default objects will not implement the delete
131 /* Create the default active directory and the openldap config
/openbmc/qemu/tests/unit/
H A Dtest-authz-listfile.c31 gchar *path = g_strdup_printf("%s/default-deny.cfg", workdir); in qemu_authz_listfile_test_save()
49 "default-deny.cfg", in test_authz_default_deny()
67 "default-allow.cfg", in test_authz_default_allow()
184 g_test_add_func("/auth/list/default/deny", test_authz_default_deny); in main()
185 g_test_add_func("/auth/list/default/allow", test_authz_default_allow); in main()
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue55 export default {
65 default: true,
98 this.ws = new WebSocket(`wss://${window.location.host}/console/default`, [
133 console.log('websocket console/default opened');
137 'websocket console/default closed. code: ' +
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp98 3, 0, /* length of default string in length */ in TEST_F()
99 'a', 'b', 'c' /* default string */ in TEST_F()
106 'a', 'b', 'c', /* default value string handle index */ in TEST_F()
157 'a', 'b', 'c', 'd', /* default value string handle index */ in TEST_F()
194 'a', 'b', 'c', 'd', /* default value string handle index */ in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dextended_user_data.hpp27 ~ExtendedUserData() override = default;
28 ExtendedUserData(const ExtendedUserData&) = default;
29 ExtendedUserData& operator=(const ExtendedUserData&) = default;
30 ExtendedUserData(ExtendedUserData&&) = default;
31 ExtendedUserData& operator=(ExtendedUserData&&) = default;
/openbmc/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst29 The memory is set to 1537 MiB by default. A sanity check on RAM size is
45 NULL, default N hss.bin
46 NULL, default Y opensbi-riscv64-generic-fw_dynamic.bin
68 When ``-bios`` is not specified or set to ``default``, the OpenSBI
97 * The default U-Boot configuration uses CONFIG_OF_SEPARATE hence the ELF image
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py80 used in the CSS selector to namespace URIs. By default,
108 used in the CSS selector to namespace URIs. By default,
136 used in the CSS selector to namespace URIs. By default,
173 used in the CSS selector to namespace URIs. By default,
202 used in the CSS selector to namespace URIs. By default,
230 used in the CSS selector to namespace URIs. By default,
256 used in the CSS selector to namespace URIs. By default,
/openbmc/qemu/crypto/
H A Dcipher-gnutls.c.inc44 default:
53 default:
57 default:
253 default:
277 default:
281 default:
322 * in this case, so we just force set a default
/openbmc/qemu/tests/qemu-iotests/
H A D17228 status=1 # failure is the default!
95 # Default drive semantics:
97 # By default you get a single empty floppy drive. You can override it with
100 # '-device floppy', even to a different slot, the default drive is disabled.
104 echo === Default ===
190 # default if=floppy (not found, because it's created later)
224 # Explicitly setting the default is okay
/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md76 based on the BMC default restart policy (n-number of restarts in n-seconds
168 - vital handling enable/disable, default enable
169 - TI handling enable/disable, default enable
170 - BP handling enable/disable, default enable
171 - checkstop handling enable/disable, default enable
172 - special attention default BP/TI, default BP
/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/
H A Ddefault-ca-dev.bb1 SUMMARY = "Add dev default CA"
2 DESCRIPTION = "Add dev default CA"
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Ddmesg.sh10 # Default-Start: S
11 # Default-Stop:
H A Dsendsigs10 # Default-Start:
11 # Default-Stop: 0 6
/openbmc/webui-vue/src/components/Global/
H A DPageSection.vue9 export default {
14 default: '',

1...<<61626364656667686970>>...397