Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38473.patch4 Subject: [PATCH] avahi: common: derive alternative host name from its
17 avahi-common/alternative-test.c | 3 +++
18 avahi-common/alternative.c | 27 +++++++++++++++++++--------
21 diff --git a/avahi-common/alternative-test.c b/avahi-common/alternative-test.c
23 --- a/avahi-common/alternative-test.c
24 +++ b/avahi-common/alternative-test.c
35 diff --git a/avahi-common/alternative.c b/avahi-common/alternative.c
37 --- a/avahi-common/alternative.c
38 +++ b/avahi-common/alternative.c
43 + char label[AVAHI_LABEL_MAX], alternative[AVAHI_LABEL_MAX*4+1];
[all …]
/openbmc/linux/arch/x86/um/asm/
H A Dbarrier.h15 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
16 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
17 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
/openbmc/linux/arch/x86/include/asm/
H A Dsmap.h33 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac()
39 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
H A Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/
H A Dlibcomps_0.1.21.bb1 SUMMARY = "Libcomps is alternative for yum.comps library (which is for managing rpm package groups)…
3 DESCRIPTION = "Libcomps is alternative for yum.comps library. It's written in pure C as library and…
/openbmc/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S44 .alternative : {
46 *(.alternative) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/
H A Dbmap-writer_git.bb1 SUMMARY = "bmaptool alternative written in C++"
4 a lightweight alternative to the Yocto BMAP tool, \
/openbmc/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S115 .alternative : {
117 KEEP(*(.alternative)) argument
/openbmc/qemu/tests/qapi-schema/
H A Dalternate-branch-if-invalid.json1 # Cover alternative with invalid 'if'
/openbmc/u-boot/board/keymile/km83xx/
H A DREADME.kmeter17 phase it might be helpful to apply an alternative boot configuration in
8 a simple way. Therefore it is an alternative boot eeprom on the PIGGY,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-charset-normalizer_3.4.1.bb1 …eal First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/
H A Docl-icd_2.3.2.bb2 DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/
H A Dpreinit-mounts.bb19 # Use a number higher than the systemd init alternative so that
/openbmc/openbmc/poky/meta/recipes-devtools/fmt/
H A Dfmt_11.1.1.bb2 …n-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf an…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/
H A Dtinyalsa_2.0.0.bb2 the Linux kernel. It is a lightweight alternative to libasound."
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md16 any alternative solutions or features you've considered.
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pyparsing_3.2.1.bb2 DESCRIPTION = "The pyparsing module is an alternative approach to creating \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbinconfig-disabled.bbclass21 echo "echo 'ERROR: $x should not be used, use an alternative such as pkg-config' >&2" >> ${D}$x
/openbmc/linux/Documentation/ABI/removed/
H A Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/openbmc/linux/arch/s390/include/asm/
H A Dalternative.h95 #define alternative(oldinstr, altinstr, facility) \ macro
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/freeglut/
H A Dfreeglut_3.4.0.bb1 DESCRIPTION = "FreeGLUT is a free-software/open-source alternative to the OpenGL \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/
H A Dpocketpy_2.0.5.bb4 It aims to be an alternative to lua for game \
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-fatal-perl_0.017.bb2 DESCRIPTION = "Test::Fatal is an alternative to the popular Test::Exception.\
/openbmc/linux/tools/objtool/include/objtool/
H A Dcheck.h76 struct alternative *alts;

12345678910>>...15