| /openbmc/u-boot/arch/arm/dts/ |
| H A D | sunxi-q8-common.dtsi | 49 pinctrl-names = "default"; 55 pinctrl-names = "default"; 80 pinctrl-names = "default";
|
| H A D | kirkwood-pogo_e02.dts | 39 default-state = "keep"; 52 pinctrl-names = "default"; 71 pinctrl-names = "default";
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/ |
| H A D | dhcp-relay_4.4.3p1.bb | 14 file://default-relay \ 56 install -Dm 0644 ${UNPACKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay
|
| /openbmc/openbmc/meta-security/meta-hardening/ |
| H A D | README.md | 18 By default the hardening components are disabled. This conforms to the 28 There are default example userid and passwards: 37 The default user and password are:
|
| /openbmc/u-boot/board/freescale/t208xrdb/ |
| H A D | eth_t208xrdb.c | 67 default: in board_eth_init() 80 default: in board_eth_init() 91 default: in board_eth_init()
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-getvar | 13 warnings.simplefilter("default") 25 parser.add_argument("-r", "--recipe", help="Recipe name to query", default=None, required=False) 27 ….add_argument('-f', '--flag', help='Specify a variable flag to query (with --value)', default=None)
|
| /openbmc/u-boot/include/configs/ |
| H A D | pxm2.h | 45 /* Use common default */ 47 /* Default env settings */ 69 "mtdparts default;" \
|
| H A D | rut.h | 43 /* Use common default */ 45 /* Default env settings */ 65 "mtdparts default;" \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
| H A D | add-with-bisonlocaledir.patch | 30 + dnl Default is not to set bisonlocaledir 47 dnl YACC's default value is empty; BISON's default value is :.
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | samhain-client.init | 16 . /etc/default/rcS 18 . /etc/default/samhain-client 21 echo "${0}: client disabled in /etc/default/samhain-client"
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | syslog | 6 # Default-Start: 2 3 4 5 7 # Default-Stop: 0 1 6 52 # default: log to 16K shm circular buffer
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch | 10 -Default is \fI@datadir@/sfcb\fR 11 +Default is \fI@datadir@/mof/cim-current\fR 44 if [ -d $stagingdir ] && [ -f $stagingdir/default.reg ] &&
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | Kconfig | 51 default "omap5" 56 default 31219 75 default DRA7_MPU_OPP_NOM
|
| /openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
| H A D | fontconfig_2.15.0.bb | 64 # /usr/share/fonts is already included by default (you can change it with --with-default-fonts) 67 EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts --with-cache-dir=${FONTCONFIG…
|
| /openbmc/phosphor-webui/ |
| H A D | README.md | 12 - phosphor-webui uses the REST D-BUS API which has been [disabled by default in 41 **Note** The default installation of your Linux distro may not come with the 66 The default username and password are `root`/`0penBmc`.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipath.conf.example | 3 # For a complete list of the default configuration values, see 8 ## By default, devices with vendor = "IBM" and product = "S/390.*" are 44 ## compiled in default blacklist. If you want to blacklist entire types
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | default-providers.inc | 2 # Default virtual providers 28 # Default virtual runtime providers 41 # Default recipe providers
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | fvp-base.conf | 10 ARM_SYSTEMREADY_ACS_CONSOLE = "default" 60 # Set the baseline to ARMv8.5, as the default is 8.0. 63 FVP_CONSOLES[default] = "terminal_0"
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | manager.hpp | 67 Default, enumerator 127 {SecurityModeTypes::Default, "Default"},
|
| /openbmc/libpldm/ |
| H A D | meson.build | 36 compiler.has_function_attribute('visibility:default', required: true) 37 entrypoint = '__attribute__((visibility("default")))' 54 '__attribute__((visibility("default")))',
|
| /openbmc/smbios-mdr/include/ |
| H A D | firmware_inventory.hpp | 35 ~FirmwareInventory() = default; 38 FirmwareInventory(FirmwareInventory&&) = default; 39 FirmwareInventory& operator=(FirmwareInventory&&) = default;
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | README.md | 45 - [Default Name](#default-name) 48 ### Default Name 50 The default config file name is `config.json`. The default name can be used if 93 searches for a file with the [default name](#default-name).
|
| /openbmc/u-boot/tools/patman/ |
| H A D | settings.py | 18 """Default settings per-project. 34 - Load project-specific default settings. 35 - Merge general default settings/aliases with project-specific ones. 207 config_fname: Default config filename i.e., $(HOME)/.patman 239 For each setting we'll look for a default in the option parser. 240 If it's found we'll update the option parser default. 326 config_fname: Config filename to read ('' for default)
|
| /openbmc/openpower-occ-control/ |
| H A D | powermode.hpp | 96 ~OccPersistData() = default; 97 OccPersistData(const OccPersistData&) = default; 98 OccPersistData& operator=(const OccPersistData&) = default; 99 OccPersistData(OccPersistData&&) = default; 100 OccPersistData& operator=(OccPersistData&&) = default; 259 /** @brief Initialize the persistent data with default values 461 /** @brief Callback for entity manager default changes 467 /** @brief Get the default power mode property for this system type 469 * @param[out] defaultMode - default system power mode 475 /** @brief Get the default Idle Power Saver properties for this system type [all …]
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 89 environment variables during task execution. By default, BitBake cleans 298 The default :term:`PREFERRED_PROVIDER` is the provider 311 By default, files have a preference of "0". Setting 323 the other recipes (default is 0), then it will not be selected. This 325 to specify their preference for the default selected version. 333 default. However, if you define the following variable in a ``.conf`` 556 OpenEmbedded-Core uses: "OEBasicHash". By default, there 559 "OEBasicHash" signature handler by default through this setting in the 662 that will be intelligently merged into the default configuration. The 665 - The user defined configuration will completely replace the default [all …]
|