Home
last modified time | relevance | path

Searched full:default (Results 1151 – 1175 of 9798) sorted by relevance

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp41 Context(const Context&) = default;
42 Context& operator=(const Context&) = default;
114 Payload() = default;
115 Payload(const Payload&) = default;
116 Payload& operator=(const Payload&) = default;
117 Payload(Payload&&) = default;
118 Payload& operator=(Payload&&) = default;
501 * - Default constructor to avoid nullptrs.
508 Response(const Response&) = default;
509 Response& operator=(const Response&) = default;
[all …]
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.hpp92 * the default floor will be set.
94 * There are up to 3 default value values that may be used when a regular
96 * 1. Optional default floor at the key group level
98 * 2. Optional default floor at the action level
100 * or 1. above occurred but that default floor wasn't supplied.
101 * 3. The default floor in the zone config
138 ~MappedFloor() = default;
164 * @brief Parse and set the default floor value
247 /* Optional default floor value for the action */
/openbmc/u-boot/arch/arm/dts/
H A Darmada-8040-mcbin.dts38 pinctrl-names = "default";
70 pinctrl-names = "default";
79 * [0-31] = 0xff: Keep default CP0_shared_pins:
124 pinctrl-names = "default";
133 pinctrl-names = "default";
140 pinctrl-names = "default";
147 pinctrl-names = "default";
237 * [32-62] = 0xff: Keep default CP1_shared_pins:
250 pinctrl-names = "default";
H A Dat91-sama5d4_xplained.dts63 pinctrl-names = "default";
92 pinctrl-names = "default";
138 pinctrl-names = "default";
150 pinctrl-names = "default";
177 pinctrl-names = "default";
224 pinctrl-names = "default";
284 pinctrl-names = "default";
302 default-state = "on";
308 linux,default-trigger = "heartbeat";
H A Dfsl-imx8mq-evk.dts48 pinctrl-names = "default";
216 pinctrl-names = "default";
238 pinctrl-names = "default";
331 pinctrl-names = "default";
337 pinctrl-names = "default";
374 pinctrl-names = "default";
389 pinctrl-names = "default", "state_100mhz", "state_200mhz";
399 pinctrl-names = "default", "state_100mhz", "state_200mhz";
410 pinctrl-names = "default";
H A Dsun8i-r16-bananapi-m2m.dts80 default-state = "on";
129 pinctrl-names = "default";
136 pinctrl-names = "default";
143 pinctrl-names = "default";
149 pinctrl-names = "default";
158 pinctrl-names = "default";
168 pinctrl-names = "default";
294 pinctrl-names = "default";
300 pinctrl-names = "default";
H A Dat91-sama5d4ek.dts82 pinctrl-names = "default";
105 pinctrl-names = "default";
121 pinctrl-names = "default";
161 pinctrl-names = "default";
171 pinctrl-names = "default";
190 pinctrl-names = "default";
259 pinctrl-names = "default";
319 pinctrl-names = "default";
348 linux,default-trigger = "heartbeat";
354 pinctrl-names = "default";
H A Dbcm2835-rpi-b-plus.dts19 default-state = "keep";
20 linux,default-trigger = "default-on";
106 pinctrl-names = "default";
H A Dimx6ul-pico-pi.dts17 pinctrl-names = "default";
47 pinctrl-names = "default";
62 pinctrl-names = "default";
78 pinctrl-names = "default";
H A Dimx7-colibri.dtsi11 pinctrl-names = "default", "gpio";
25 pinctrl-names = "default", "gpio";
34 pinctrl-names = "default";
42 pinctrl-names = "default";
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh33 # variable should also be changed. Otherwise, the default
37 # default to local which will launch a single container
42 # QEMU relative to upstream workspace. Default is
44 # which is the default location when doing a bitbake
49 # "palmetto", "romulus", or undefined (default). Default
52 # DEFAULT_IMAGE_LOC = The image location of the target MACHINE. Default to
72 # then we need to just let our run-robot use the default
131 # We can use default ports because we're going to have the 2
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py121 default=self.default_output_log,
122 help="results output log, default: %s" % self.default_output_log)
125 default=self.default_json_result_dir,
126 help="json result output dir, default: %s" % self.default_json_result_dir)
130 default=self.default_tests,
138 default=self.default_test_data,
139 help="data file to load, default: %s" % self.default_test_data)
146 default=self.default_cases, nargs='*',
147 help="paths to directories with test cases, default: %s"\
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml20 default: RoundRobin
26 default: Layer2
35 It is the default mode,in this mode system transmits packets in
44 Transmit based on selectable hashing algorithm. The default
/openbmc/witherspoon-pfault-analysis/
H A Dgpio.hpp51 GPIO(GPIO&&) = default;
53 GPIO& operator=(GPIO&&) = default;
54 ~GPIO() = default;
89 * @param[in] defaultValue - The default value, required for
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/
H A Dsmartmontools_7.4.bb17 file://smartmontools.default \
37 install -d ${D}${sysconfdir}/default
38 install -p -m 0644 ${UNPACKDIR}/smartmontools.default ${D}${sysconfdir}/default/smartmontools
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/
H A Dtpm2-abrmd_3.0.0.bb18 file://tpm2-abrmd.default \
45 install -d "${D}${sysconfdir}/default"
46 install -m 0644 "${UNPACKDIR}/tpm2-abrmd.default" "${D}${sysconfdir}/default/tpm2-abrmd"
/openbmc/phosphor-power/
H A Dgpio.hpp51 GPIO(GPIO&&) = default;
53 GPIO& operator=(GPIO&&) = default;
54 ~GPIO() = default;
89 * @param[in] defaultValue - The default value, required for
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntpd7 # Default-Start: 2 3 4 5
8 # Default-Stop:
21 test -r /etc/default/rcS && . /etc/default/rcS
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.hpp16 SmbiosBlobHandler() = default;
17 ~SmbiosBlobHandler() = default;
20 SmbiosBlobHandler(SmbiosBlobHandler&&) = default;
21 SmbiosBlobHandler& operator=(SmbiosBlobHandler&&) = default;
/openbmc/phosphor-networkd/
H A Dmeson.build15 get_option('default-link-local-autoconf'),
17 conf_data.set('ENABLE_IPV6_ACCEPT_RA', get_option('default-ipv6-accept-ra'))
71 input: '60-phosphor-networkd-default.network.in',
72 output: '60-phosphor-networkd-default.network',
/openbmc/webui-vue/tests/unit/
H A Di18n.locale-alias.spec.js8 const loadBase = () => ({ 'en-US': base.default || base });
16 const loadBase = () => ({ 'en-US': base.default || base });
24 const loadBase = () => ({ 'ka-GE': base.default || base });
32 const loadBase = () => ({ 'ka-GE': base.default || base });
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/
H A D0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch10 default it for older hardware for which it has shown to be better for.
12 Others fall through to the -modesetting default.
33 - default:
34 + /* Default to intel only on pre-gen4 chips */
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py32 if 'sqlite' in settings.DATABASES['default']['ENGINE']:
147 logger.warning("Default project layer %s not found" %
158 'default projects (i.e. with is_default=True)')
194 merged_attr = models.BooleanField(default=False)
196 # set to True for the project which is the default container
198 is_default= models.BooleanField(default=False)
476 outcome = models.IntegerField(choices=BUILD_OUTCOME, default=IN_PROGRESS)
478 build_name = models.CharField(max_length=100, default='')
482 recipes_to_parse = models.IntegerField(default=1)
485 recipes_parsed = models.IntegerField(default=1)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0008-RH-reset-default-find_mutipaths-value-to-off.patch4 Subject: [PATCH] RH: reset default find_mutipaths value to off
6 Upstream has changed to default find_multipaths to "strict". For now
7 Redhat will retain the previous default of "off".
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0004_auto_20160523_1446.py17 field=models.IntegerField(default=0, choices=[(0, 'stopped'), (1, 'started')]),
27 … field=models.IntegerField(default=0, choices=[(0, 'free'), (1, 'lock'), (2, 'running')]),
32 …field=models.IntegerField(default=0, choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (…

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