Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 30) sorted by relevance

12

/buildroot/support/dependencies/
A Dcheck-host-asciidoc.sh14 major=`echo "$version" | cut -d. -f1`
22 if [ $major -gt $major_min ]; then
25 if [ $major -eq $major_min -a $minor -ge $minor_min ]; then
28 if [ $major -eq $major_min -a $minor -eq $minor_min \
A Dcheck-host-cmake.sh32 major="${version%.*}"
35 if [ ${major} -gt ${major_min} ]; then
38 elif [ ${major} -eq ${major_min} -a ${minor} -ge ${minor_min} ]; then
A Dcheck-host-make.sh23 major=`echo "$version" | cut -d. -f1`
26 if [ $major -lt $major_min ]; then
31 if [ $major -eq $major_min -a $minor -lt $minor_min ]; then
A Dcheck-host-tar.sh19 major=`echo "$version" | cut -d. -f1`
35 if [ $major -lt $major_min ]; then
40 if [ $major -eq $major_min -a $minor -lt $minor_min ]; then
/buildroot/support/testing/tests/core/
A Ddevice_table2.txt1 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/package/gpm/
A D0005-fix-building-w-newer-glibc.patch20 #include <sys/types.h> /* major() */
24 +#include <sys/sysmacros.h> /* major() w/newer glibc */
A D0001-Added-musl-support-to-libgpm-and-the-daemon.patch25 +#include <sys/types.h> /* major() */
/buildroot/package/android-tools/
A D0008-Include-sysmacros.h-to-compile-with-glibc-2.28.patch1 usb_linux.c: fix minor()/major() build failure due to glibc 2.28
5 major()/minor() are used.
8 all usb_linux.c files where minor() and major() macros are used.
/buildroot/package/benejson/
A DConfig.in6 The library package contains 3 major components:
/buildroot/package/graphicsmagick/
A DConfig.in9 and manipulating an image in over 89 major formats
/buildroot/package/vboot-utils/
A D0005-include-sys-sysmacros.h-for-major.patch4 Subject: [PATCH] include sys/sysmacros.h for major()
6 The major() func is defined in the sys/sysmacros.h header, so include it
A D0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch6 This definition missing from <linux/major.h> for kernels <= 3.13
/buildroot/package/linux-fusion/
A D0001-fix-for-linux-4-and-above.patch3 Instead of relying on testing for '3' as the linux kernel major verison,
/buildroot/package/php-geoip/
A D0001-add-build-support-for-php8.patch19 +/* Small change to let it build after a major internal change for php8.0
/buildroot/system/
A Ddevice_table.txt8 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
A Ddevice_table_dev.txt6 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/package/emlog/
A D0001-Fix-build-on-Linux-6.4.patch22 …pr_info("version %s running, major is %u, MINOR is %u, max size %d K.\n", EMLOG_VERSION, (unsigned…
/buildroot/package/ibm-sw-tpm2/
A D0002-Add-support-for-OpenSSL-3-2-x.patch18 * major (M), minor (NN) and patch (PP) version into a single integer 0xMNN00PP0L
/buildroot/boot/syslinux/
A D0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch4 Subject: [PATCH] extlinux: pull in sys/sysmacros.h for major/minor/makedev
/buildroot/package/makedevs/
A Dmakedevs.c502 unsigned int major = 0; in main() local
532 &type, &mode, user, group, &major, in main()
534 ((major | minor | start | count | increment) > 0xfffff)) in main()
630 rdev = makedev(major, minor + (i - start) * increment); in main()
A DREADME.adoc18 |name |type |mode |uid |gid |major |minor |start |inc |count
40 - +major+ and +minor+ are here for device files, set to +-+ for other
/buildroot/package/bind/
A DConfig.in14 implementation of the major components of the Domain
/buildroot/docs/manual/
A Dmakedev-syntax.adoc18 |name |type |mode |uid |gid |major |minor |start |inc |count
40 - +major+ and +minor+ are here for device files, set to +-+ for other
/buildroot/linux/
A DConfig.ext.in106 Select the major series of this version. This must match the
107 major version of your kernel (e.g. for kernels 3.x, select
/buildroot/board/raspberrypi/
A Dreadme.txt21 each major variant, which you should base your work on:

Completed in 41 milliseconds

12