Home
last modified time | relevance | path

Searched full:default (Results 1101 – 1125 of 9798) sorted by relevance

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py49 instead of producing usage message(default argparse behavior).
54 def sizetype(default, size_in_bytes=False): argument
61 suffix = default
159 part.add_argument('--fstype', default='vfat',
163 part.add_argument('--mkfs-extraopts', default='')
167 part.add_argument('--ondisk', '--ondrive', dest='disk', default='sda')
172 part.add_argument('--type', default='primary',
181 sizeexcl.add_argument('--size', type=sizetype("M"), default=0)
182 sizeexcl.add_argument('--fixed-size', type=sizetype("M"), default=0)
197 default='msdos')
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp40 CountCondition(const CountCondition&) = default;
41 CountCondition(CountCondition&&) = default;
42 CountCondition& operator=(const CountCondition&) = default;
43 CountCondition& operator=(CountCondition&&) = default;
44 ~CountCondition() = default;
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmru.hpp44 ~MRU() = default;
45 MRU(const MRU&) = default;
46 MRU& operator=(const MRU&) = default;
47 MRU(MRU&&) = default;
48 MRU& operator=(MRU&&) = default;
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/
H A Ddistcc_3.4.bb13 # use system popt by default
19 file://default \
52 install -d ${D}${sysconfdir}/default
54 install -m 0755 ${UNPACKDIR}/default ${D}${sysconfdir}/default/distcc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf2 # It contains the default settings that would be used if there was no
43 # By default we accept every block device:
60 # default this cache file is hidden in the /etc/lvm directory.
78 # By default, LVM2 will ignore devices used as components of
97 # By default there is no log file.
101 # By default we append.
117 # if selected). Default is two spaces, so you can see/grep the severity
148 # On by default. Think very hard before turning this off.
199 # The default value is set when the tools are built.
202 # The default metadata format that commands should use - "lvm1" or "lvm2".
[all …]
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/
H A Dlocal.conf.sample12 # default values are provided as comments to show people example syntax. Enabling
38 # This sets the default machine to be qemux86-64 if no other machine is selected:
54 # The default is a downloads directory under TOPDIR which is the build directory.
70 # The default is a sstate-cache directory under TOPDIR.
82 # The default is a tmp directory under TOPDIR.
87 # Default policy config
90 # The default value is fine for general Yocto project use, at least initially.
148 # We default to enabling the debugging tweaks.
176 # process may require the user's attention. The default is iterate over the available
186 # By default disable interactive patch resolution (tasks will just fail instead):
[all …]
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/
H A Dlocal.conf.sample12 # default values are provided as comments to show people example syntax. Enabling
38 # This sets the default machine to be qemux86-64 if no other machine is selected:
54 # The default is a downloads directory under TOPDIR which is the build directory.
70 # The default is a sstate-cache directory under TOPDIR.
82 # The default is a tmp directory under TOPDIR.
87 # Default policy config
90 # The default value is fine for general Yocto project use, at least initially.
148 # We default to enabling the debugging tweaks.
176 # process may require the user's attention. The default is iterate over the available
186 # By default disable interactive patch resolution (tasks will just fail instead):
[all …]
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dkernel-modsign.bbclass1 # No default! Either this or MODSIGN_PRIVKEY/MODSIGN_X509 have to be
7 # Private key for modules signing. The default is okay when
12 # The default is okay when using the example key directory.
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-password6 # used to change user passwords. The default is pam_unix.
11 # the default is Unix crypt. Prior releases used the option "md5".
16 password [success=1 default=ignore] pam_unix.so sha512
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-sheevaplug.dts19 pinctrl-names = "default";
29 pinctrl-names = "default";
34 default-state = "keep";
H A Dast2400-evb.dts49 pinctrl-names = "default";
56 pinctrl-names = "default";
80 pinctrl-names = "default";
88 pinctrl-names = "default";
H A Dbcm2835-rpi-a-plus.dts18 default-state = "keep";
19 linux,default-trigger = "default-on";
104 pinctrl-names = "default";
H A Dmeson-axg-s400.dts348 pinctrl-names = "default";
380 pinctrl-names = "default";
386 pinctrl-names = "default";
406 pinctrl-names = "default";
420 pinctrl-names = "default";
427 pinctrl-names = "default";
443 pinctrl-names = "default", "clk-gate";
467 pinctrl-names = "default", "clk-gate";
486 pinctrl-names = "default";
493 pinctrl-names = "default";
[all …]
/openbmc/openpower-hw-diags/attn/
H A Dattn_config.hpp23 /** @brief Default constructor */
26 /** @brief Default destructor */
27 ~Config() = default;
/openbmc/webui-vue/src/components/Global/
H A DAlert.vue29 export default {
38 default: true,
42 default: '',
/openbmc/u-boot/drivers/reset/aspeed/
H A DKconfig4 default y if ARCH_ASPEED
14 default y if ARCH_ASPEED
24 default y if ARCH_ASPEED
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/
H A Dtpm2-abrmd-init.sh9 # Default-Start: 2 3 4 5
10 # Default-Stop: 0 1 6
24 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.hpp30 MetricBlobHandler() = default;
31 ~MetricBlobHandler() = default;
34 MetricBlobHandler(MetricBlobHandler&&) = default;
35 MetricBlobHandler& operator=(MetricBlobHandler&&) = default;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/
H A Dxl2tpd_1.3.16.bb37 install -d ${D}${sysconfdir}/default
38 install -m 0644 debian/xl2tpd.default ${D}${sysconfdir}/default/xl2tpd
41 CONFFILES:${PN} += "${sysconfdir}/xl2tpd.conf ${sysconfdir}/default/xl2tpd"
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp12 // Create a default AssociationOwnersType object
23 // Create a default AssociationInterfaces object
51 // Create a default interfaceMapType with input values
62 // Create a default interfaceMapType with 2 entries with the same
/openbmc/openbmc-test-automation/lib/
H A Dcall_stack.tcl32 proc get_stack_var { var_name { default {} } { init_stack_ix 1 } } {
35 # "${var_name}" and return its value. If the variable cannot be found, return ${default}.
39 # default The value to return if the the variable cannot be found.
47 return $default
59 …_stack_ix The level of the stack where the search should start. The default is 1
92 # Set default.
/openbmc/u-boot/drivers/net/phy/
H A DKconfig18 default y if ARCH_SUNXI
25 default 1 if ARCH_SUNXI
26 default 0
41 default 8
74 default n
154 default y if !PHY_MICREL_KSZ90X1
/openbmc/u-boot/board/gdsys/common/
H A Dioep-fpga.c107 default: in ioep_fpga_print_info()
125 default: in ioep_fpga_print_info()
173 default: in ioep_fpga_print_info()
197 default: in ioep_fpga_print_info()
209 default: in ioep_fpga_print_info()
227 default: in ioep_fpga_print_info()
/openbmc/openpower-occ-control/
H A Docc_errors.hpp35 Error(Error&&) = default;
36 Error& operator=(Error&&) = default;
65 Descriptor(const Descriptor&) = default;
66 Descriptor& operator=(const Descriptor&) = default;
67 Descriptor(Descriptor&&) = default;
68 Descriptor& operator=(Descriptor&&) = default;
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Disdimm_parser.hpp25 ~JedecSpdParser() = default;
67 * @return calculated part number or a default value.
76 * @return calculated serial number or a default value.
89 * @return allocated FRU number or a default value
99 * @return allocated CCIN or a default value.
122 * @return calculated part number or a default value.

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