/openbmc/phosphor-health-monitor/ |
H A D | health_metric_config.hpp | 53 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 D | 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 4 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-oe/recipes-benchmark/dhrystone/ |
H A D | dhrystone_2.1.bb | 40 # dhry_1.c:287:1: error: return type defaults to 'int' [-Wimplicit-int] 42 # dhry_1.c:321:1: error: return type defaults to 'int' [-Wimplicit-int] 43 # dhry_1.c:344:1: error: return type defaults to 'int' [-Wimplicit-int] 44 # dhry_1.c:359:1: error: return type defaults to 'int' [-Wimplicit-int] 45 # dhry_1.c:371:1: error: return type defaults to 'int' [-Wimplicit-int] 46 # dhry_1.c:73:1: error: return type defaults to 'int' [-Wimplicit-int] 48 # dhry_2.c:30:1: error: return type defaults to 'int' [-Wimplicit-int] 50 # dhry_2.c:64:1: error: return type defaults to 'int' [-Wimplicit-int] 51 # dhry_2.c:84:1: error: return type defaults to 'int' [-Wimplicit-int]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bb | 4 PROVIDES += "virtual/phosphor-settings-defaults" 7 SRC_URI += "file://defaults.yaml" 20 install defaults.yaml ${DEST} 25 sed "s/{}/${i}/g" ${f} >> ${DEST}/defaults.yaml 30 cat $f >> ${DEST}/defaults.yaml
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0008-RH-reset-default-find_mutipaths-value-to-off.patch | 16 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/meta-phosphor/recipes-core/base-files/base-files/df-ubi/ |
H A D | fstab | 3 /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-mmc/ |
H A D | fstab | 3 /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/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
H A D | 0002-Do-not-treat-warnings-as-errors.patch | 14 Make.defaults | 2 +- 17 diff --git a/Make.defaults b/Make.defaults 19 --- a/Make.defaults 20 +++ b/Make.defaults
|
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
H A D | fstab | 3 /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 D | init | 4 …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/u-boot/common/spl/ |
H A D | spl_ext.c | 94 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-connectivity/openssh/openssh/ |
H A D | ssh_config | 4 # 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 D | sense.c | 66 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/u-boot/drivers/gpio/ |
H A D | hsdk-creg-gpio.c | 82 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-openembedded/meta-oe/recipes-graphics/xscreensaver/ |
H A D | xscreensaver_6.04.bb | 8 file://0001-Tweak-app-defaults.patch \ 28 EXTRA_OECONF += "--with-app-defaults=${datadir}/X11/app-defaults --libdir=${STAGING_LIBDIR} \ 59 FILES:${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts"
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | sensors.md | 27 - 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/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 219 return rp->priv->defaults; in get_defaults() 340 struct rapl_defaults *defaults = get_defaults(rd->rp); in set_domain_enable() local 345 if (!ret && defaults->set_floor_freq) in set_domain_enable() 346 defaults->set_floor_freq(rd, mode); in set_domain_enable() 613 struct rapl_defaults *defaults = get_defaults(rd->rp); in rapl_unit_xlate() local 625 return defaults->compute_time_window(rd, value, to_raw); in rapl_unit_xlate() 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() 774 struct rapl_defaults *defaults = get_defaults(rd->rp); in prim_fixups() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/ |
H A D | print-format.patch | 12 - 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/webui-vue/src/store/ |
H A D | api.js | 10 Axios.defaults.headers.common['Accept'] = 'application/json'; 11 Axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; 76 axiosInstance.defaults.headers.common['X-Auth-Token'] = token;
|
/openbmc/openbmc/meta-security/recipes-security/krill/ |
H A D | krill_0.12.3.bb | 27 install -m 664 ${S}/defaults/krill.conf ${D}${sysconfdir}/. 28 install ${S}/defaults/* ${D}${datadir}/krill/. 41 FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/ |
H A D | base-files-ima.inc | 3 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/poky/meta/lib/oe/ |
H A D | maketype.py | 64 …defaults = 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/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-configure-common.inc | 80 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/u-boot/doc/ |
H A D | README.NetConsole | 64 (defaults to 6665) 66 (defaults to the interface's address) 68 (defaults to eth0) 70 (defaults to 6666) 74 (defaults to broadcast) 88 Autoconfiguration" kernel feature, which is usually done by defaults
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xterm_394.bb | 24 --with-app-defaults=${datadir}/X11/app-defaults \ 48 # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm.
|