| /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-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/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/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/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
| H A D | 0001-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/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()
|
| H A D | spl_fat.c | 131 goto defaults; in spl_load_image_fat_os() 139 goto defaults; in spl_load_image_fat_os() 148 defaults: in spl_load_image_fat_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/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/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-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-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/qemu/tests/vm/ |
| H A D | ubuntu.aarch64 | 71 defaults = aarch64vm.get_config_defaults(UbuntuAarch64VM, DEFAULT_CONFIG) variable 72 sys.exit(basevm.main(UbuntuAarch64VM, defaults))
|
| /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/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.
|
| /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/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/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/ |
| H A D | libsmi_0.5.0.bb | 24 ALTERNATIVE:${PN}-yang = " ietf-interfaces ietf-netconf-acm ietf-netconf-with-defaults ietf-netconf" 27 ALTERNATIVE_LINK_NAME[ietf-netconf-with-defaults] = "${datadir}/yang/ietf-netconf-with-defaults.yan…
|
| /openbmc/webui-vue/src/store/ |
| H A D | api.js | 11 Axios.defaults.headers.common['Accept'] = 'application/json'; 12 Axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; 150 axiosInstance.defaults.headers.common['X-Auth-Token'] = token;
|
| /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
|