Home
last modified time | relevance | path

Searched refs:broken (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c45 static sig_atomic_t fail, broken; variable
57 broken = 1; in signal_usr1()
67 broken = 1; in signal_usr1()
93 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_fpu()
105 return (broken); in tm_signal_context_chk_fpu()
H A Dtm-signal-context-chk-gpr.c37 static sig_atomic_t fail, broken; variable
59 broken = 1; in signal_usr1()
69 broken = 1; in signal_usr1()
95 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_gpr()
107 return broken; in tm_signal_context_chk_gpr()
H A Dtm-signal-context-chk-vmx.c38 static sig_atomic_t fail, broken; variable
67 broken = 1; in signal_usr1()
85 broken = 1; in signal_usr1()
118 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
130 return (broken); in tm_signal_context_chk()
H A Dtm-signal-context-chk-vsx.c39 static sig_atomic_t fail, broken; variable
112 broken = 1; in signal_usr1()
136 broken = 1; in signal_usr1()
167 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
179 return (broken); in tm_signal_context_chk()
/openbmc/u-boot/drivers/phy/
H A Dsandbox-phy.c14 bool broken; member
24 if (priv->broken) in sandbox_phy_power_on()
39 if (priv->broken) in sandbox_phy_power_off()
80 priv->broken = dev_read_bool(dev, "broken"); in sandbox_phy_probe()
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dpata-arasan.txt21 - arasan,broken-udma: if present, UDMA mode is unusable
22 - arasan,broken-mwdma: if present, MWDMA mode is unusable
23 - arasan,broken-pio: if present, PIO mode is unusable
25 required unless both UDMA and MWDMA mode are broken
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/
H A Dmdadm_4.3.bb94 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/19raid6check.broken
95 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/20raid5journal.broken
96 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/21raid5cache.broken
97 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/10ddf-fail-spare.broken
98 echo "intermittent failure on autobuilder" > ${D}${PTEST_PATH}/tests/10ddf-fail-stop-readd.broken
125 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-grow.broken
126 echo "disabled, no strace" > ${D}${PTEST_PATH}/tests/07revert-inplace.broken
/openbmc/linux/drivers/xen/
H A Dgrant-dma-ops.c26 bool broken; member
92 if (unlikely(data->broken)) in xen_grant_dma_alloc()
127 if (unlikely(data->broken)) in xen_grant_dma_free()
135 data->broken = true; in xen_grant_dma_free()
185 if (unlikely(data->broken)) in xen_grant_dma_map_page()
218 if (unlikely(data->broken)) in xen_grant_dma_unmap_page()
226 data->broken = true; in xen_grant_dma_unmap_page()
/openbmc/linux/arch/mips/ath25/
H A Dboard.c37 static inline bool check_board_data(const void __iomem *addr, bool broken) in check_board_data() argument
43 if (!broken) in check_board_data()
58 const bool broken) in find_board_config() argument
65 if (check_board_data(addr, broken)) in find_board_config()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
53 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
57 + or why it needs to return success for broken symlinks. Maybe just historical
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
53 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
57 + or why it needs to return success for broken symlinks. Maybe just historical
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c424 p->broken |= st->broken; in combine_lock_stats()
705 goto broken; in report_lock_acquire_event()
711 broken: in report_lock_acquire_event()
713 if (!ls->broken) { in report_lock_acquire_event()
714 ls->broken = 1; in report_lock_acquire_event()
777 if (!ls->broken) { in report_lock_acquired_event()
778 ls->broken = 1; in report_lock_acquired_event()
835 if (!ls->broken) { in report_lock_contended_event()
836 ls->broken = 1; in report_lock_contended_event()
899 if (!ls->broken) { in report_lock_release_event()
[all …]
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-lts.dts24 broken-cd; /* card detect is broken on *some* boards */
/openbmc/linux/drivers/watchdog/
H A Dcpwd.c82 bool broken; member
277 if (p->broken) { in cpwd_stoptimer()
293 if (p->broken) in cpwd_starttimer()
330 if (p->broken && in cpwd_getstatus()
563 p->broken = (str_prop && !strcmp(str_prop, WD_BADMODEL)); in cpwd_probe()
595 if (p->broken) { in cpwd_probe()
632 if (p->broken) in cpwd_remove()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/
H A D0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch24 dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
25 dnl * It may also be broken in AIX.
34 possibly broken posix_fallocate
/openbmc/qemu/roms/
H A Dedk2-build.config30 [pcds.nx.broken.shim.grub]
33 # shim.efi has broken MemAttr code
99 pcds = nx.broken.shim.grub
116 pcds = nx.broken.shim.grub
/openbmc/openbmc/meta-google/recipes-extended/networking/
H A Dsslh_git.bb31 # Workaround for a non-installed and broken echosrv
34 # Workaround for the broken dependencies in the Makefile
/openbmc/linux/drivers/net/phy/
H A Dphy-core.c389 u32 broken = 0; in of_set_phy_eee_broken() local
398 broken |= MDIO_EEE_100TX; in of_set_phy_eee_broken()
400 broken |= MDIO_EEE_1000T; in of_set_phy_eee_broken()
402 broken |= MDIO_EEE_10GT; in of_set_phy_eee_broken()
404 broken |= MDIO_EEE_1000KX; in of_set_phy_eee_broken()
406 broken |= MDIO_EEE_10GKX4; in of_set_phy_eee_broken()
408 broken |= MDIO_EEE_10GKR; in of_set_phy_eee_broken()
410 phydev->eee_broken_modes = broken; in of_set_phy_eee_broken()
/openbmc/linux/drivers/fsi/
H A Dfsi-sbefifo.c126 bool broken; member
350 sbefifo->broken = true; in sbefifo_request_reset()
371 sbefifo->broken = false; in sbefifo_request_reset()
396 if (sbefifo->broken) in sbefifo_cleanup_hw()
404 sbefifo->broken = true; in sbefifo_cleanup_hw()
413 sbefifo->broken = true; in sbefifo_cleanup_hw()
422 sbefifo->broken = true; in sbefifo_cleanup_hw()
426 sbefifo->broken = false; in sbefifo_cleanup_hw()
594 sbefifo->broken = true; in sbefifo_read_response()
608 sbefifo->broken = true; in sbefifo_read_response()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var4.dts24 eee-broken-1000t;
25 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var1.dts30 eee-broken-1000t;
31 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var2.dts23 eee-broken-1000t;
24 eee-broken-100tx;
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-iot-box.dts40 broken-cd;
57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/openbmc/linux/Documentation/kbuild/
H A DKconfig.select-break1 # Select broken dependency issue
21 mainmenu "Simple example to demo kconfig select broken dependency issue"
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m4170 # include "your C preprocessor is broken 1"
172 # include "your C preprocessor is broken 2"
174 # include "your C preprocessor is broken 3"
195 AC_MSG_ERROR([your C preprocessor is broken - for details see config.log])
214 # error "your preprocessor is broken - use compiler option -no-cpp-precomp"
216 # include "your preprocessor is broken"

12345678910>>...22