Home
last modified time | relevance | path

Searched refs:MAJOR (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/
H A D0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch4 Subject: [PATCH] lockdev: Define MAJOR/MINOR for non-glibc case
7 major/minor macros on musl too, so use them to define MINOR/MAJOR here
22 -# define MAJOR(dev) gnu_dev_major (dev)
24 +# define MAJOR(dev) major (dev)
27 # error "put here a define for MAJOR and MINOR"
/openbmc/u-boot/scripts/
H A Dgcc-version.sh25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1)
29 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL
31 printf "%02d%02d\\n" $MAJOR $MINOR
H A Dbinutils-version.sh20 MAJOR=$(echo $version_string | cut -d . -f 1)
23 printf "%02d%02d\\n" $MAJOR $MINOR
H A Ddtc-version.sh17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1)
21 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCH
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A Dnorpath.patch14 LIBNAMESTATIC = 'serf-${MAJOR}'
33 pkgconfig = env.Textfile('serf-%d.pc' % (MAJOR,),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/
H A Dlockdev_1.0.3.bb10 file://0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch \
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh198 if expr $MAJOR "*" 256 + $MINOR != `stat -c %d /`; then
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/
H A Dfpgardu.sh11 MAJOR=$((DATA >> 4))
13 echo FPGA FW Version: $MAJOR.$MINOR
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/
H A D0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch45 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0005-RH-add-mpathconf.patch159 + MAJOR=$(echo $1 | tr -d '(,')
161 + UUID=`dmsetup info -c --noheadings -o uuid -j $MAJOR -m $MINOR 2> /dev/null`
184 + MAJOR=${1%%:*}
186 + UUID=`dmsetup info -c --noheadings -o uuid -j $MAJOR -m $MINOR 2> /dev/null`
/openbmc/u-boot/include/linux/
H A Dcompat.h186 #define MAJOR(dev) 0 macro
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c329 if (ubi && MAJOR(ubi->cdev.dev) == major) { in ubi_get_by_major()
358 if (ubi && MAJOR(ubi->cdev.dev) == major) { in ubi_major2num()
536 dbg_gen("%s major is %u", ubi->ubi_name, MAJOR(dev)); in uif_init()
H A Dvmt.c266 dev = MKDEV(MAJOR(ubi->cdev.dev), vol_id + 1); in ubi_create_volume()
594 dev = MKDEV(MAJOR(ubi->cdev.dev), vol->vol_id + 1); in ubi_add_volume()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass386 # Newer versions of the SPDX license list are SemVer ("MAJOR.MINOR.MICRO"),
387 # but SPDX 2 only uses "MAJOR.MINOR".
/openbmc/docs/designs/
H A Devent-logging.md569 Assume the version follows semantic versioning `MAJOR.MINOR.PATCH` convention.
574 - Deprecating an error or event should result in a `MAJOR` increment.
/openbmc/qemu/disas/
H A Dnanomips.c21849 static const Pool MAJOR[2] = { variable
21918 return Disassemble(data, buf, &type, MAJOR, ARRAY_SIZE(MAJOR), info) >= 0; in nanomips_dis()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc13 /* MAJOR, P16, and P32 pools opcodes */