| /openbmc/u-boot/arch/arm/include/asm/arch-mx35/ |
| H A D | lowlevel_macro.S | 14 * 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 D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 35 @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 D | tftp-hpa_5.2.bb | 25 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 D | openbmc_ffdc.py | 18 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 D | record_manager.hpp | 60 ~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 D | sun8i-h2-plus-orangepi-zero.dts | 74 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 D | rk3288-veyron-chromebook.dtsi | 34 pinctrl-names = "default"; 60 pinctrl-names = "default"; 72 pinctrl-names = "default"; 105 pinctrl-names = "default"; 124 pinctrl-names = "default";
|
| H A D | sun6i-a31s-sinovoip-bpi-m2.dts | 61 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 D | omap3-igep.dtsi | 108 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 D | am437x-gp-evm.dts | 64 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 D | buildstats-plot.sh | 54 (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 D | ldap_config_mgr.hpp | 18 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 D | test-authz-listfile.c | 31 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 D | SerialOverLanConsole.vue | 55 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 D | libpldmresponder_bios_string_attribute_test.cpp | 98 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 D | extended_user_data.hpp | 27 ~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 D | microchip-icicle-kit.rst | 29 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 D | css.py | 80 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 D | cipher-gnutls.c.inc | 44 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 D | 172 | 28 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 D | Attention_Handler.md | 76 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 D | default-ca-dev.bb | 1 SUMMARY = "Add dev default CA" 2 DESCRIPTION = "Add dev default CA"
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | dmesg.sh | 10 # Default-Start: S 11 # Default-Stop:
|
| H A D | sendsigs | 10 # Default-Start: 11 # Default-Stop: 0 6
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | PageSection.vue | 9 export default { 14 default: '',
|