Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp53 double value = defaults::value;
55 std::string target = defaults::target;
61 struct defaults struct
75 size_t windowSize = defaults::windowSize;
77 double hysteresis = defaults::hysteresis;
81 std::string path = defaults::path;
85 struct defaults struct
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}
6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that
12 work, the reason is tm_include_list='** defaults.h' rather than
13 tm_include_list='** ./defaults.h'
48 defaults.h )
63 defaults.h )
79 - if test x"$file" = x"defaults.h"; then
80 + if test x"$file" = x"./defaults.h" -o x"$file" = x"defaults.h"; then
86 # If we postponed including defaults.h, add the #include now.
88 - echo "# include \"defaults.h\"" >> ${output}T
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dadd-the-needed-stdarg.h.patch11 lib/defaults.c | 1 +
14 diff --git a/lib/defaults.c b/lib/defaults.c
16 --- a/lib/defaults.c
17 +++ b/lib/defaults.c
H A D0001-Bug-fix-for-pid_t-not-found-on-musl.patch13 lib/defaults.c | 1 +
16 diff --git a/lib/defaults.c b/lib/defaults.c
18 --- a/lib/defaults.c
19 +++ b/lib/defaults.c
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-mmc/
H A Dfstab3 /dev/root / auto defaults 1 1
4 proc /proc proc defaults 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
8 tmpfs /media tmpfs defaults 0 0
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-ubi/
H A Dfstab3 /dev/root / auto defaults 1 1
4 proc /proc proc defaults 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
8 tmpfs /media tmpfs defaults 0 0
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0008-RH-reset-default-find_mutipaths-value-to-off.patch16 libmultipath/defaults.h | 2 +-
19 diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
21 --- a/libmultipath/defaults.h
22 +++ b/libmultipath/defaults.h
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dfstab3 /dev/root / auto defaults 1 1
4 proc /proc proc defaults 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
10 #/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/
H A Dinit4 …if ! mount overlay /etc -t overlay -o defaults,lowerdir=/etc,upperdir=/var/persist/etc,workdir=/va…
5 mount overlay /etc -t overlay -o defaults,lowerdir=/etc:/var/persist/etc
24 if ! mount ubi0:rwfs /var -t ubifs -o defaults; then
25 if ! mount ubi0:rwfs /var -t ubifs -o defaults,ro; then
26 mount tmpfs /var -t tmpfs -o defaults
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-defaults-native.bb4 PROVIDES += "virtual/phosphor-settings-defaults"
7 SRC_URI += "file://defaults.yaml"
19 install defaults.yaml ${DEST}
24 sed "s/{}/${i}/g" ${f} >> ${DEST}/defaults.yaml
/openbmc/u-boot/common/spl/
H A Dspl_ext.c94 goto defaults; in spl_load_image_ext_os()
100 goto defaults; in spl_load_image_ext_os()
108 goto defaults; in spl_load_image_ext_os()
119 defaults: in spl_load_image_ext_os()
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive/
H A Dconfigurehack.patch16 +# la_TYPE_UID_T defaults to "int", which is incorrect for MinGW
20 +# AC_TYPE_OFF_T defaults to "long", which limits us to 4GB files on
36 -# la_TYPE_UID_T defaults to "int", which is incorrect for MinGW
40 -# AC_TYPE_OFF_T defaults to "long", which limits us to 4GB files on
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dssh_config4 # ssh_config(5) for more information. This file provides defaults for
14 # configuration file, and defaults at the end.
16 # Site-wide defaults for some commonly used options. For a comprehensive
17 # list of available options, their meanings and defaults, please see the
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dsense.c66 enum mlx4_port_type *defaults) in mlx4_do_sense_ports() argument
78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports()
80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports()
87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports()
/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill_0.12.3.bb27 install -m 664 ${S}/defaults/krill.conf ${D}${sysconfdir}/.
28 install ${S}/defaults/* ${D}${datadir}/krill/.
40 FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c82 const u8 *defaults; in hsdk_creg_gpio_probe() local
90 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
145 if (defaults) in hsdk_creg_gpio_probe()
147 hsdk_creg_gpio_set_value(dev, i, defaults[i]); in hsdk_creg_gpio_probe()
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/
H A Dbase-files-ima.inc3 sed -i 's/\s*auto\s*defaults/&,iversion/' "${D}${sysconfdir}/fstab"
4 echo 'securityfs /sys/kernel/security securityfs defaults 0 0' >> "${D}${sysconfdir}/fstab"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/
H A Dxscreensaver_6.04.bb8 file://0001-Tweak-app-defaults.patch \
26 EXTRA_OECONF += "--with-app-defaults=${datadir}/X11/app-defaults --libdir=${STAGING_LIBDIR} \
57 FILES:${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts"
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dsensors.md27 - The D-Bus interface containing the `Target` property. This defaults to
31 - The D-Bus full object path containing the `Target` property. This defaults
36 defaults to 1.0.
40 defaults to 0.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dmaketype.py64defaults = list(s for s in sig.parameters.keys() if sig.parameters[s].default != inspect.Parameter…
72 if defaults:
73 optional |= set(flaglist[-len(defaults):])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxterm_388.bb25 --with-app-defaults=${datadir}/X11/app-defaults \
49 # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch12 - fprintf(fdmsg, buf); /*defaults to stdout */
14 + fprintf(fdmsg, "%s", buf); /*defaults to stdout */
70 - fprintf(fdmsg, buf); /*message display defaults to stdout */
71 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */
146 - fprintf(fdmsg, buf); /*message display defaults to stdout */
147 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */
189 - fprintf(fdmsg, buf); /*message display defaults to stdout */
190 + fprintf(fdmsg, "%s", buf); /*message display defaults to stdout */
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_common.c219 return rp->priv->defaults; in get_defaults()
345 if (!ret && defaults->set_floor_freq) in set_domain_enable()
346 defaults->set_floor_freq(rd, mode); in set_domain_enable()
753 rp->priv->defaults = (void *)defaults_msr; in rapl_config()
757 rp->priv->defaults = (void *)&defaults_tpmi; in rapl_config()
765 if (!rp->priv->defaults || !rp->priv->rpi) in rapl_config()
776 if (!defaults->spr_psys_bits) in prim_fixups()
1059 if (!defaults->floor_freq_reg_addr) { in set_floor_freq_atom()
1066 defaults->floor_freq_reg_addr, in set_floor_freq_atom()
1426 if (!defaults->check_unit) { in rapl_get_domain_unit()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc80 cat ${S}/gcc/defaults.h | grep -v "\#endif.*GCC_DEFAULTS_H" > ${B}/gcc/defaults.h.new
81 cat >>${B}/gcc/defaults.h.new <<_EOF
88 mv ${B}/gcc/defaults.h.new ${B}/gcc/defaults.h
/openbmc/qemu/tests/vm/
H A Dubuntu.aarch6471 defaults = aarch64vm.get_config_defaults(UbuntuAarch64VM, DEFAULT_CONFIG) variable
72 sys.exit(basevm.main(UbuntuAarch64VM, defaults))

12345678910>>...28