Home
last modified time | relevance | path

Searched refs:bogus (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c227 volatile u32 bogus[8]; in psurge_quad_probe() local
228 bogus[(0+i)%8] = 0x00000000; in psurge_quad_probe()
229 bogus[(1+i)%8] = 0x55555555; in psurge_quad_probe()
230 bogus[(2+i)%8] = 0xFFFFFFFF; in psurge_quad_probe()
231 bogus[(3+i)%8] = 0xAAAAAAAA; in psurge_quad_probe()
232 bogus[(4+i)%8] = 0x33333333; in psurge_quad_probe()
233 bogus[(5+i)%8] = 0xCCCCCCCC; in psurge_quad_probe()
234 bogus[(6+i)%8] = 0xCCCCCCCC; in psurge_quad_probe()
235 bogus[(7+i)%8] = 0x33333333; in psurge_quad_probe()
237 asm volatile("dcbf 0,%0" : : "r" (bogus) : "memory"); in psurge_quad_probe()
/openbmc/qemu/tests/qemu-iotests/
H A D231.out4 qemu-img: Could not open 'json:{'file.driver':'rbd','file.filename':'rbd:rbd/bogus:conf=BOGUS_CONF'…
6 qemu-img: Could not open 'json:{'file.driver':'rbd','file.pool':'rbd','file.image':'bogus','file.co…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq.conf29 bogus-priv
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-coachz-r1.dts20 * to avoid using bogus temperature values.
41 * skin temperature thermal zone to avoid using bogus temperature values.
H A Dsc7180-trogdor-pompom-r2.dts20 * to avoid using bogus temperature values.
H A Dsc7180-trogdor-pompom-r1.dts23 * to avoid using bogus temperature values.
H A Dsc7180-trogdor-lazor.dtsi27 * to avoid using bogus temperature values.
/openbmc/qemu/tests/qapi-schema/
H A Dunknown-expr-key.json2 { 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }
H A Dunknown-expr-key.err2 unknown-expr-key.json:2: struct has unknown keys 'bogus', 'phony'
H A Ddoc-bad-boxed-command-arg.json11 # @a: bogus
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A Dmake-errors.patch9 Subject: [-] Remove even more bogus quotation marks (Ross Burton)..
12 and (mx-test.sh: remove bogus quotation marks) Ross Burton
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS80 + attempt to retry ptrace to avoid bogus ENOSYS (Michael)
154 + don't return a bogus error value when dumping state
179 + remove bogus vcsid code
181 + remove bogus debug code
/openbmc/qemu/scripts/qapi/
H A Dparser.py764 bogus = [name for name, section in args.items()
766 if bogus:
771 "s" if len(bogus) > 1 else "",
772 "', '".join(bogus),
773 "do" if len(bogus) > 1 else "does"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch22 + /* We were called with a bogus length. It should always
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch40 + * on a 64-bit host system. So the data is totally bogus because we expect
100 + hwcap = 0; /* clear hwcap, because it is bogus */
/openbmc/linux/scripts/coccinelle/misc/
H A Dirqf_oneshot.cocci2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/
H A Dobmc-phosphor-image.bb56 # up. Add enough bogus values here that rootfs-postcommands.bbclass does what
/openbmc/openbmc/poky/meta-selftest/recipes-test/postinst/
H A Dpostinst_1.0.bb63 # This scriptlet intentionally includes a bogus command in the middle to test
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A Dfixinstall.patch13 which is totally bogus in the sysroot case.
/openbmc/linux/Documentation/admin-guide/
H A Dedid.rst18 - The monitor sends no or bogus EDID data.
/openbmc/openbmc/poky/meta/recipes-extended/groff/
H A Dgroff_1.23.0.bb26 EXTRA_OECONF = "--without-x --with-urw-fonts-dir=/completely/bogus/dir/"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7572.patch31 this bogus value and that lead to a buffer overread.
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt105 load from memory, which means that the occasional arbitrarily bogus value
106 is not a problem. For example, if a bogus value is fed into cmpxchg(),
108 in a retry. Unless the race condition that resulted in the bogus value
151 After all, if the heuristic can tolerate the occasional bogus value
286 read_foo_diagnostic() might sometimes return a bogus value.
/openbmc/linux/Documentation/infiniband/
H A Duser_verbs.rst42 the kernel into following a bogus pointer.
/openbmc/linux/kernel/time/
H A Dtimeconst.bc59 print "#error Totally bogus HZ value!\n"

123