Home
last modified time | relevance | path

Searched full:default (Results 476 – 500 of 9677) sorted by relevance

1...<<11121314151617181920>>...388

/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dcommon.txt7 - linux,default-trigger : This parameter, if present, is a
11 "default-on" - LED will turn on (but for leds-gpio see "default-state"
21 linux,default-trigger = "heartbeat";
/openbmc/u-boot/arch/arm/mach-imx/mxs/
H A DKconfig5 default y
28 default "mxs"
41 default y
66 default "mxs"
/openbmc/phosphor-networkd/
H A Dmeson.options4 'default-link-local-autoconf',
6 description: 'Enable link local autoconfiguration by default',
9 'default-ipv6-accept-ra',
11 description: 'Accept router advertisements by default',
/openbmc/obmc-ikvm/
H A Dikvm_video.hpp28 Video(const Video&) = default;
29 Video& operator=(const Video&) = default;
30 Video(Video&&) = default;
31 Video& operator=(Video&&) = default;
139 ~Buffer() = default;
140 Buffer(const Buffer&) = default;
141 Buffer& operator=(const Buffer&) = default;
142 Buffer(Buffer&&) = default;
143 Buffer& operator=(Buffer&&) = default;
/openbmc/openbmc/poky/scripts/
H A Dbuildhistory-diff35 default=default_dir,
40 default=False,
41 … help="Report changes in PKGE/PKGV/PKGR even when the values are still the default (PE/PV/PR)")
45 default=False,
46 help="Report all changes, not just the default significant ones")
50 default=False,
55 default=False,
62 default="auto",
65 default = ['build-minus-1', 'HEAD'],
/openbmc/u-boot/arch/arm/dts/
H A Dstih410-b2260.dts40 linux,default-trigger = "heartbeat";
41 default-state = "off";
47 default-state = "off";
53 default-state = "off";
59 default-state = "off";
65 linux,default-trigger = "wifi-activity";
66 default-state = "off";
72 linux,default-trigger = "hci0-power";
73 default-state = "off";
H A Dsun7i-a20-olinuxino-micro.dts82 pinctrl-names = "default";
88 default-state = "on";
119 pinctrl-names = "default";
141 pinctrl-names = "default";
153 pinctrl-names = "default";
165 pinctrl-names = "default";
225 pinctrl-names = "default";
234 pinctrl-names = "default";
333 pinctrl-names = "default";
340 pinctrl-names = "default";
[all …]
H A Dam335x-shc.dts60 pinctrl-names = "default";
68 default-state = "off";
74 linux,default-trigger = "timer";
75 default-state = "on";
81 default-state = "off";
87 default-state = "off";
93 default-state = "off";
99 default-state = "off";
125 pinctrl-names = "default", "sleep";
140 pinctrl-names = "default";
[all …]
H A Dstm32429i-eval.dts60 linux,default-trigger = "heartbeat";
115 pinctrl-names = "default";
149 pinctrl-names = "default";
192 pinctrl-names = "default";
205 pinctrl-names = "default";
226 pinctrl-names = "default", "opendrain";
238 pinctrl-names = "default";
252 pinctrl-names = "default";
263 pinctrl-names = "default";
272 pinctrl-names = "default";
H A Dsun7i-a20-cubietruck.dts77 pinctrl-names = "default";
103 pinctrl-names = "default";
153 pinctrl-names = "default";
175 pinctrl-names = "default";
187 pinctrl-names = "default";
193 pinctrl-names = "default";
199 pinctrl-names = "default";
205 pinctrl-names = "default";
214 pinctrl-names = "default";
281 pinctrl-names = "default";
[all …]
H A Dam335x-sl50.dts33 pinctrl-names = "default";
39 default-state = "off";
45 default-state = "off";
51 default-state = "off";
57 default-state = "off";
65 default-brightness-level = <6>;
72 default-brightness-level = <6>;
106 pinctrl-names = "default";
120 pinctrl-names = "default";
292 pinctrl-names = "default";
[all …]
/openbmc/docs/designs/
H A Dexpired-password.md11 OpenBMC has a default password, connects to the network via DHCP, and does not
13 may lead to BMCs which have default passwords being on the network for long time
18 Various computer systems ship with default userid and passwords and require the
20 system is accessible with a default password.
45 https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.7.0.pdf
83 - The BMC has at least one account with a default password built in.
92 enabled, the BMC's default password will initially be expired as if via the
97 This feature is intended to be enabled by default, with a staging plan: the
181 - Default to having no users with access to the BMC via its network. When
187 - Disable network access by default. That approach requires another BMC access
[all …]
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp83 ~Properties() = default;
84 Properties(const Properties&) = default;
85 Properties& operator=(const Properties&) = default;
86 Properties(Properties&&) = default;
87 Properties& operator=(Properties&&) = default;
229 ~InterfacesAdded() = default;
230 InterfacesAdded(const InterfacesAdded&) = default;
231 InterfacesAdded& operator=(const InterfacesAdded&) = default;
232 InterfacesAdded(InterfacesAdded&&) = default;
233 InterfacesAdded& operator=(InterfacesAdded&&) = default;
[all …]
/openbmc/u-boot/tools/binman/
H A Dcmdline.py25 parser.add_option('-B', '--build-dir', type='string', default='b',
40 default=False, help='Display the README file')
42 default=False, help='Output a map file for each image')
52 default=False, help='run tests')
54 default=False, help='run tests and check for 100% coverage')
56 default=False, help='Update the binman node with offset/size info')
57 parser.add_option('-v', '--verbosity', default=1,
/openbmc/phosphor-fan-presence/presence/
H A Drpolicy.hpp33 virtual ~RedundancyPolicy() = default;
93 PolicyAccess() = default;
94 PolicyAccess(const PolicyAccess&) = default;
95 PolicyAccess& operator=(const PolicyAccess&) = default;
96 PolicyAccess(PolicyAccess&&) = default;
97 PolicyAccess& operator=(PolicyAccess&&) = default;
98 ~PolicyAccess() = default;
H A Dpsensor.hpp26 PresenceSensor(const PresenceSensor&) = default;
27 PresenceSensor& operator=(const PresenceSensor&) = default;
28 PresenceSensor(PresenceSensor&&) = default;
29 PresenceSensor& operator=(PresenceSensor&&) = default;
30 virtual ~PresenceSensor() = default;
75 * Provide a default noop implementation.
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot12 # By default power, support x86 as well.
20 # By default Delete all Redfish session per boot run.
29 # By default eth0 is assigned with OPENBMC_HOST
56 # Assign BMC password as default. User can input using -v option to key in
62 # IPMI_COMMAND here is set to "External" by default. User
66 # IPMI chipher default.
69 # IPMI timeout default.
74 # Log default path for IPMI SOL.
155 # By default field mode is disabled.
173 # FFDC_DEFAULT == 1; use Default FFDC methods
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dhwclock.sh6 # Default-Start: S
7 # Default-Stop: 0 6
10 # setting in /etc/default/rcS (see also rcS(5)).
19 # in /etc/default/rcS, or in the proper place below.
23 [ -f /etc/default/rcS ] && . /etc/default/rcS
/openbmc/phosphor-state-manager/
H A Dsystemd_target_parser.cpp12 "default", "timeout", "failed", "dependency"}; in validateErrorsToMonitor()
21 // See if default was in the errors to monitor, if so replace with defaults in validateErrorsToMonitor()
23 std::find(errorsToMonitor.begin(), errorsToMonitor.end(), "default"); in validateErrorsToMonitor()
26 // Verify default is the only entry in validateErrorsToMonitor()
30 "default must be only error to monitor"); in validateErrorsToMonitor()
32 // delete "default" and insert defaults in validateErrorsToMonitor()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCable.interface.yaml7 default: NaN
9 The length of the cable in meters. The default value of NaN
13 default: ""
18 interrogation of a cable beyond ignoring the default value of the
/openbmc/sdbusplus/test/yaml/server/
H A DTest.interface.yaml27 default: NaN
30 default: Infinity
33 default: -Infinity
36 default: Epsilon
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/
H A Dkrb5-admin-server8 # Default-Start: 2 3 4 5
9 # Default-Stop: 0 1 6
32 DEFAULT=/etc/default/krb5-admin-server
38 [ -r "$DEFAULT" ] && . "$DEFAULT"
41 [ -f /etc/default/rcS ] && . /etc/default/rcS
/openbmc/phosphor-dbus-monitor/src/
H A Dmethod.hpp60 MethodBase(MethodBase&&) = default;
62 MethodBase& operator=(MethodBase&&) = default;
63 virtual ~MethodBase() = default;
90 Method(const Method&) = default;
91 Method(Method&&) = default;
92 Method& operator=(const Method&) = default;
93 Method& operator=(Method&&) = default;
94 ~Method() = default;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0001-change-sysconfig-path-to-etc-default.patch4 Subject: [PATCH] change sysconfig path to /etc/default
6 OE uses /etc/default for service configuration, not /etc/sysconfig which
26 +Description=Watch /etc/default/btrfsmaintenance
30 +PathChanged=/etc/default/btrfsmaintenance
41 +Description=Update cron periods from /etc/default/btrfsmaintenance
/openbmc/phosphor-pid-control/sensors/
H A Dsensor.hpp18 * Given a sensor's type, return the default timeout value.
20 * By default a fan sensor isn't checked for a timeout, whereas
21 * any of sensor is meant to be sampled once per second. By default.
24 * @return the default timeout for that type (in seconds).
37 virtual ~Sensor() = default;

1...<<11121314151617181920>>...388