Home
last modified time | relevance | path

Searched refs:abiversion (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Module.h125 CARD32 abiversion; /* ABI version */ member
140 CARD32 abiversion; /* ABI version */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/
H A Ddepmodwrapper-cross_1.0.bb29 if [ -r "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion" ]; then
30 kernelabi=\$(cat "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion")
/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c464 abimaj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()
465 abimin = GET_ABI_MINOR(data->abiversion); in CheckVersion()
539 reqmaj = GET_ABI_MAJOR(req->abiversion); in CheckVersion()
540 reqmin = GET_ABI_MINOR(req->abiversion); in CheckVersion()
541 maj = GET_ABI_MAJOR(data->abiversion); in CheckVersion()
542 min = GET_ABI_MINOR(data->abiversion); in CheckVersion()
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0005-crypto-perlasm-ppc-xlate.pl-add-linux64v2-flavour.patch39 - $ret = ".abiversion 2\n".$ret if ($flavour =~ /linux.*64le/);
40 + $ret = ".abiversion 2\n".$ret if ($flavour =~ /linux.*64(le|v2)/);
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmodule-base.bbclass16 export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
H A Dlinux-kernel-base.bbclass28 fn = p + '/kernel-abiversion'
H A Dkernel.bbclass523 …${KERNEL_VERSION}" > ${PKGDESTWORK}/${KERNEL_PACKAGE_NAME}-depmod/${KERNEL_PACKAGE_NAME}-abiversion
540 echo "${KERNEL_VERSION}" > $kerneldir/${KERNEL_PACKAGE_NAME}-abiversion
H A Dinsane.bbclass349 (machine, osabi, abiversion, littleendian, bits) \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py45 (machine, osabi, abiversion, endian, bits) = machine_data