Searched refs:MAJOR (Results 1 – 17 of 17) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
| H A D | 0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch | 4 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 D | gcc-version.sh | 25 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 D | binutils-version.sh | 20 MAJOR=$(echo $version_string | cut -d . -f 1) 23 printf "%02d%02d\\n" $MAJOR $MINOR
|
| H A D | dtc-version.sh | 17 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 D | norpath.patch | 14 LIBNAMESTATIC = 'serf-${MAJOR}' 33 pkgconfig = env.Textfile('serf-%d.pc' % (MAJOR,),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/ |
| H A D | lockdev_1.0.3.bb | 10 file://0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch \
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 198 if expr $MAJOR "*" 256 + $MINOR != `stat -c %d /`; then
|
| /openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ |
| H A D | fpgardu.sh | 11 MAJOR=$((DATA >> 4)) 13 echo FPGA FW Version: $MAJOR.$MINOR
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/ |
| H A D | 0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch | 45 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0005-RH-add-mpathconf.patch | 159 + 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 D | compat.h | 186 #define MAJOR(dev) 0 macro
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 329 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 D | vmt.c | 266 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 D | create-spdx-2.2.bbclass | 386 # 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 D | event-logging.md | 569 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 D | nanomips.c | 21849 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 D | nanomips_translate.c.inc | 13 /* MAJOR, P16, and P32 pools opcodes */
|