Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 25 of 262) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/classes-global/
H A Ddebian.bbclass87 lead = d.getVar('LEAD_SONAME')
88 if lead:
89 r = re.compile(lead)
97 … bb.note("Multiple matches (%s) for LEAD_SONAME '%s'" % (", ".join(filtered), lead))
99 …libraries (%s) found, but LEAD_SONAME '%s' doesn't match any of them" % (", ".join(sonames), lead))
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtvfb.c379 u16 lead = 0, tail = 0; in ivtvfb_write() local
414 lead = 4 - ((unsigned long)dst & 3); in ivtvfb_write()
415 if (copy_from_user(dst, buf, lead)) in ivtvfb_write()
417 buf += lead; in ivtvfb_write()
418 dst += lead; in ivtvfb_write()
421 if ((count - lead) & 3) in ivtvfb_write()
422 tail = (count - lead) & 3; in ivtvfb_write()
424 dma_size = count - lead - tail; in ivtvfb_write()
426 p + lead + dma_offset, (void __user *)buf, dma_size); in ivtvfb_write()
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-firmware-acpi7 the offline failure might lead to memory corruption and crashes)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Avoid-linking-to-plymouth_logo_file.patch6 Otherwise it would lead to install errors during cross-compilation.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css111 /* Set the font size for icons inside headings, lead paragraphs and definition lists */
113 p.lead .glyphicon { font-size: 16px; }
141 #freq-build-list.lead > li { line-height: 25px; }
150 ul.lead { margin-top: 20px; }
151 ul.lead > li { line-height: 38px; }
152 ul.lead .glyphicon-trash,
153 ul.lead .glyphicon-trash { font-size: 16px; margin-left: 7px; }
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.core_prefetch17 Setting Mask[0] may lead to undefined behavior.
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
H A Dsun50i-a64-pinephone-1.2.dts22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-client-gfx_state-initialisation.patch13 extended Graphics State object is not initialised, which can lead to
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst58 risk of them overflowing. This could lead to values wrapping around and a
60 allocations could lead to linear overflows of heap memory and other
116 explicitly ignore overflows, which may lead to unexpected results
137 be NUL terminated. This can lead to various linear read overflows and
160 size limit. This is both inefficient and can lead to linear read overflows
167 Traditionally, using "%p" in format strings would lead to regular address
196 lead to a crash, possible overwriting sensitive contents at the end of the
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dtarget-build-value.patch18 + // At stage 0 (stage - 1) we are using the beta compiler. Using `self.target` can lead
/openbmc/u-boot/doc/
H A DREADME.displaying-bmps5 perform one will lead to a data abort. On such architectures it is necessary to
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,ufoe.yaml15 UFOe can cut the data rate for DSI port which may lead to reduce power
/openbmc/linux/drivers/media/pci/ddbridge/
H A DKconfig40 might lead to I2C errors originating from the bridge in conjunction
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs4234.yaml22 provide lead time for the external switch-mode power supply, and a
/openbmc/linux/Documentation/hwmon/
H A Dadm1026.rst96 voltage from the power lead rather than on the ground lead.
H A Dstpddc60.rst42 could change at the same time as the limit is written to, which will lead to
/openbmc/u-boot/board/freescale/ls1043ardb/
H A DREADME7 debugging environment. The LS1043A RDB is lead-free and RoHS-compliant.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-workaround-for-overlapping-sections-in-binary.patch8 copied with offset 0. This will lead to overlapping sections in binary.
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch10 be passed into dpkg, and lead to the below similar error:
/openbmc/linux/Documentation/kbuild/
H A Dreproducible-builds.rst125 Uncommitted changes or different commit ids in git can also lead
129 will be different, which will eventually lead to binary differences.
/openbmc/openbmc/poky/
H A DMAINTAINERS.md15 both to recognise their contributions but also empower them to help lead and
/openbmc/u-boot/board/freescale/ls1046ardb/
H A DREADME7 debugging environment. The LS1046A RDB is lead-free and RoHS-compliant.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dfix-the-YACC-rule-to-fix-a-building-failure.patch12 This lead to a race when compile amd_tok.o, the header file maybe rewritten.

1234567891011