/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bbappend | 4 file://yosemite4-temporary-software-versions.yml \ 5 file://yosemite4-temporary-host-software-versions.yml \ 10 yosemite4-temporary-host-software-versions.yml \ 15 yosemite4-temporary-software-versions.yml \
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 1498 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local 1523 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1525 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1526 temporary = temporary * 10; in stv0367ter_read_ber() 1528 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1529 temporary = temporary * 100; in stv0367ter_read_ber() 1531 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1532 temporary = temporary * 1000; in stv0367ter_read_ber() 1534 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1535 temporary = temporary * 10000; in stv0367ter_read_ber() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 4 Subject: [PATCH 1/2] Don't leak temporary file on failed ed-style patch 6 Now that we write ed-style patches to a temporary file before we 7 apply them, we need to ensure that the temporary file is removed 64 - pfatal ("Can't create temporary file %s", quotearg (tmpname)); 65 + pfatal ("Can't create temporary file %s", quotearg (TMPEDNAME));
|
H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 4 Subject: Don't leak temporary file on failed multi-file ed-style patch 7 would still leak temporary files in the case of multi-file ed-style 18 Fixes: 19599883ffb6 ("Don't leak temporary file on failed ed-style patch")
|
H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 6 * src/pch.c (do_ed_script): Write ed script to a temporary file instead 48 + /* Write ed script to a temporary file. This causes ed to abort on 56 + pfatal ("Can't create temporary file %s", quotearg (tmpname));
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bbappend | 4 file://catalina-temporary-software-versions.yml \ 8 catalina-temporary-software-versions.yml \
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bbappend | 4 file://harma-temporary-software-versions.yml \ 8 harma-temporary-software-versions.yml \
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 12 Remove leaking temporary scriptlet files 15 cleaning up written temporary scriptlet files (same flag controls both 17 target sysroot also for temporary files, but we need to chroot out to be able 18 to actually run the rpm scriptlets (purpose of this patch), so the temporary
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/ |
H A D | phosphor-settings-defaults-native.bbappend | 5 file://minerva-temporary-software-versions.yml \ 9 minerva-temporary-software-versions.yml \
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | quilt.rst | 25 ":ref:`dev-manual/temporary-source-code:finding temporary source code`" section to 26 learn how to locate the directory that has the temporary source code for a 30 has the temporary source code. That directory is defined by the 60 All the modifications you make to the temporary source code disappear
|
H A D | temporary-source-code.rst | 6 You might find it helpful during development to modify the temporary 15 During a build, the unpacked temporary source code used by recipes to
|
H A D | index.rst | 18 temporary-source-code
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 149 /* First create a temporary link to n1 under a new name */ 151 - warn(_("failed to hardlink %s to %s (create temporary link as %s failed)"), 152 + warn(("failed to hardlink %s to %s (create temporary link as %s failed)"), 159 - warn(_("failed to hardlink %s to %s (rename temporary link to %s failed)"), 160 + warn(("failed to hardlink %s to %s (rename temporary link to %s failed)"), 162 /* Something went wrong, try to remove the now redundant temporary link */ 164 - warn(_("failed to remove temporary link %s"), nam2.buf); 165 + warn(("failed to remove temporary link %s"), nam2.buf);
|
/openbmc/linux/Documentation/scsi/ |
H A D | sd-parameters.rst | 25 "temporary " to the cache type string. E.g.:: 27 # echo "temporary write back" > cache_type
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | fpsp.h | 100 .set FP_SCR1,LV+76 | room for a temporary float value 101 .set FP_SCR2,LV+92 | room for a temporary float value 102 .set L_SCR1,LV+108 | room for a temporary long value 103 .set L_SCR2,LV+112 | room for a temporary long value 109 .set UFLG_TMP,LV+121 | temporary for uflag errata 112 .set L_SCR3,LV+124 | room for a temporary long value 113 .set FP_SCR3,LV+128 | room for a temporary float value 114 .set FP_SCR4,LV+144 | room for a temporary float value 115 .set FP_SCR5,LV+160 | room for a temporary float value
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/ |
H A D | avro-c++_1.11.3.bb | 25 …ng/c++/impl/Compiler.cc:304:18: error: possibly dangling reference to a temporary [-Werror=danglin… 26 …ng/c++/impl/Compiler.cc:370:18: error: possibly dangling reference to a temporary [-Werror=danglin…
|
/openbmc/linux/Documentation/arch/parisc/ |
H A D | registers.rst | 43 SR0 temporary space register 45 SR1 temporary space register 54 SR0 temporary space register 55 SR1 temporary space register 132 these are generally regarded as temporary registers.
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/ |
H A D | patch_2.7.6.bb | 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | pids.rst | 64 sh: fork: Resource temporary unavailable 79 sh: fork: Resource temporary unavailable 88 sh: fork: Resource temporary unavailable 91 sh: fork: Resource temporary unavailable
|
/openbmc/qemu/net/ |
H A D | vmnet-common.m | 110 * to temporary buffers in VmnetState. 145 * Write packets from temporary buffers in VmnetState 172 * 2. Read packets from vmnet interface into temporary buffer; 173 * 3. Write packets from temporary buffer to QEMU. 178 * write left ones in temporary buffer and only after this
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-tempdir_2019.10.12.bb | 1 DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
|
/openbmc/qemu/include/qemu/ |
H A D | vfio-helpers.h | 21 bool temporary, uint64_t *iova_list, Error **errp);
|
/openbmc/linux/Documentation/mm/ |
H A D | highmem.rst | 15 at all times. This means the kernel needs to start using temporary mappings of 40 temporary maps to access the rest of the physical memory - the actual direct 51 The kernel contains several ways of creating temporary mappings. The following 171 The cost of creating temporary mappings can be quite high. The arch has to 179 If CONFIG_MMU is not set, then there can be no temporary mappings and no
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 75 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic 86 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/ |
H A D | pessimizing-move.patch | 3 | ../../frame-2.5.0/src/x11/device_x11.cpp:126:13: error: moving a temporary object prevents copy e…
|