Home
last modified time | relevance | path

Searched full:default (Results 1176 – 1200 of 9798) sorted by relevance

1...<<41424344454647484950>>...392

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAccountPolicy.interface.yaml25 specified in build time is marked as default value. This property
26 cannot be configured below the build time default value but can be set
36 trying to update new password. Value of 0 (by default) indicates this
/openbmc/openpower-occ-control/
H A Dsensor_gen.py13 "-f", "--filename", default="occ_sensor.yaml", help="Input File Name"
19 default=script_dir,
25 # Default to the one that is in the current.
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dcheckfs.sh10 # Default-Start: S
11 # Default-Stop:
15 . /etc/default/rcS
/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/files/
H A Dmountall.sh6 # Default-Start: S
7 # Default-Stop:
12 . /etc/default/rcS
/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/
H A Ddropbearkey.service5 # Set the default RSA key path then load environment variables from the
6 # environment file, which might override the default RSA key path.
8 EnvironmentFile=-/etc/default/dropbear
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig19 default 640
28 default 480
37 default 16
/openbmc/u-boot/arch/arm/dts/
H A Dimx53-cx9020.dts26 pinctrl-names = "default";
185 pinctrl-names = "default";
193 pinctrl-names = "default";
201 pinctrl-names = "default";
209 pinctrl-names = "default";
H A Darmada-3720-turris-mox.dts78 pinctrl-names = "default";
85 pinctrl-names = "default";
109 pinctrl-names = "default";
137 pinctrl-names = "default";
152 pinctrl-names = "default";
H A Dsun8i-h3-nanopi.dtsi62 pinctrl-names = "default";
68 linux,default-trigger = "heartbeat";
74 default-state = "on";
81 pinctrl-names = "default";
127 pinctrl-names = "default";
H A Dimx6sll-evk.dts27 default-brightness-level = <6>;
33 pinctrl-names = "default";
148 pinctrl-names = "default";
165 pinctrl-names = "default";
270 pinctrl-names = "default";
342 pinctrl-names = "default";
367 pinctrl-names = "default";
678 pinctrl-names = "default";
715 pinctrl-names = "default";
721 pinctrl-names = "default";
[all …]
/openbmc/u-boot/board/freescale/p2041rdb/
H A DREADME93 cpld reset - hard reset to default bank
96 lane 6: 0 -> slot1 (Default)
98 lane a: 0 -> slot2 (Default)
100 lane c: 0 -> slot2 (Default)
102 lane d: 0 -> slot2 (Default)
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/
H A Dmacro.h22 * The PACR default values are good.
24 * Default argument values:
41 * Default argument values:
44 * - MGPCR: restore default values
71 * Default argument values:
/openbmc/qemu/hw/net/fsl_etsec/
H A Dmiim.c52 default: in miim_read_cycle()
83 default: in miim_write_cycle()
111 default: in etsec_write_miim()
112 /* Default handling */ in etsec_write_miim()
125 default: in etsec_write_miim()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data.hpp26 ~UserData() override = default;
27 UserData(const UserData&) = default;
28 UserData& operator=(const UserData&) = default;
29 UserData(UserData&&) = default;
30 UserData& operator=(UserData&&) = default;
H A Dsection.hpp22 Section() = default;
23 virtual ~Section() = default;
24 Section(const Section&) = default;
25 Section& operator=(const Section&) = default;
26 Section(Section&&) = default;
27 Section& operator=(Section&&) = default;
/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/sysklogd/
H A Dsysklogd10 # Default-Start: 2 3 4 5
11 # Default-Stop: 0 1 6
25 # run secure by default
28 test ! -r /etc/default/syslogd || . /etc/default/syslogd
/openbmc/u-boot/drivers/usb/musb-new/
H A DKconfig24 default n
52 default y
61default y if USB_MUSB_AM35X || USB_MUSB_PIC32 || USB_MUSB_OMAP2PLUS || USB_MUSB_DSPS || USB_MUSB_S…
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample34 ETCD_LOG_OUTPUTS='default'
40 # ETCD_NAME='default'
43 # ETCD_INITIAL_CLUSTER='default=http://localhost:2380'
/openbmc/phosphor-inventory-manager/
H A Derrors.hpp21 ~InterfaceError() = default;
24 InterfaceError(InterfaceError&&) = default;
26 InterfaceError& operator=(InterfaceError&&) = default;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-xfsdump-support-usrmerge.patch18 @@ -97,12 +97,8 @@ default: depend $(LTCOMMAND)
21 install: default
36 @@ -111,12 +111,8 @@ default: depend $(LTCOMMAND)
39 install: default
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script49 … while /SBIN_DIR/ip route del default dev $interface 2>/dev/null ; do
53 … while /SBIN_DIR/route del default gw 0.0.0.0 dev $interface 2>/dev/null ; do
62 … /SBIN_DIR/ip route add default via $i metric $metric dev $interface
64 … /SBIN_DIR/route add default gw $i dev $interface metric $metric 2>/dev/null
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/
H A Dxinetd_2.3.15.4.bb13 file://xinetd.default \
40 install -d "${D}${sysconfdir}/default"
42 install -m 644 "${UNPACKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd"
/openbmc/phosphor-host-ipmid/docs/
H A Dconfiguration.md5 There is a default dev_id.json file provided by
8 Any target can override the default json file by providing a
36 are populated. The default model is for the sensors to be culled from a set of
38 D-Bus. The D-Bus method is the default mode used by Redfish. Redfish does not
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended13 # Default to setting automatically based on cpu count
21 # Default to setting automatically based on cpu count
80 # .debug (default):
106 # The default is "default" which uses the internal toolchain. With
131 # Default is to not build 32 bit libs on 64 bit systems, uncomment this
170 # and re-created in the second generation by default, but with
178 # implications so they are disabled by default. To enable them,
214 # "disk_space_interval,disk_inode_interval", the default value is
224 # The tarball for the patched source will be created by default, and you
230 # 2) patched source: (default)
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_verification.robot41 Retrieve Default Gateway Via IPMI And Verify
42 [Documentation] Retrieve default gateway via IPMI and verify it's existence on the BMC.
47 Verify Gateway On BMC ${lan_print_ipmi['Default Gateway IP']}
189 # set back to default.
222 [Setup] Fetch The Default Mac Address
223 [Teardown] Set Default Mac And Verify ${ipmi_default_mac_split}
356 Fetch The Default Mac Address
357 [Documentation] Fetch The Default MAC Address.
359 # Get Default MAC Address.
369 Set Default Mac And Verify
[all …]

1...<<41424344454647484950>>...392