| /src/external/gpl3/gcc/dist/gcc/config/vxworks/ |
| _vxworks-versions.h | 47 /* A lot depends on the MAJOR so we really need to make sure we have 59 #define _VXWORKS_MAJOR_GT(MAJOR) (_WRS_VXWORKS_MAJOR > (MAJOR)) 60 #define _VXWORKS_MAJOR_GE(MAJOR) (_WRS_VXWORKS_MAJOR >= (MAJOR)) 61 #define _VXWORKS_MAJOR_LT(MAJOR) (_WRS_VXWORKS_MAJOR < (MAJOR)) 62 #define _VXWORKS_MAJOR_LE(MAJOR) (_WRS_VXWORKS_MAJOR <= (MAJOR)) 63 #define _VXWORKS_MAJOR_EQ(MAJOR) (_WRS_VXWORKS_MAJOR == (MAJOR) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/vxworks/ |
| _vxworks-versions.h | 38 /* A lot depends on the MAJOR so we really need to make sure we have 50 #define _VXWORKS_MAJOR_GT(MAJOR) (_WRS_VXWORKS_MAJOR > (MAJOR)) 51 #define _VXWORKS_MAJOR_GE(MAJOR) (_WRS_VXWORKS_MAJOR >= (MAJOR)) 52 #define _VXWORKS_MAJOR_LT(MAJOR) (_WRS_VXWORKS_MAJOR < (MAJOR)) 53 #define _VXWORKS_MAJOR_LE(MAJOR) (_WRS_VXWORKS_MAJOR <= (MAJOR)) 54 #define _VXWORKS_MAJOR_EQ(MAJOR) (_WRS_VXWORKS_MAJOR == (MAJOR) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| version.c | 21 const char dns_major[] = MAJOR;
|
| /src/external/gpl2/lvm2/dist/include/ |
| kdev_t.h | 20 #define MAJOR(dev) ((dev & 0xfff00) >> 8)
|
| filter.h | 26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) 30 # define MAJOR(x) major((x)) 42 int max_partitions(int major);
|
| /src/external/gpl2/lvm2/dist/libdm/misc/ |
| kdev_t.h | 20 #define MAJOR(dev) ((dev & 0xfff00) >> 8)
|
| /src/external/gpl2/lvm2/dist/lib/filters/ |
| filter.h | 26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) 30 # define MAJOR(x) major((x)) 42 int max_partitions(int major);
|
| filter.c | 34 /* 0 means LVM won't use this major number. */ 59 if (MAJOR(dev->dev) == -1) 62 if (MAJOR(dev->dev) == _md_major) 65 if (MAJOR(dev->dev) == _drbd_major) 73 if (MAJOR(dev->dev) == _md_major) 76 if (MAJOR(dev->dev) == _drbd_major) 129 if (!_max_partitions_by_major[MAJOR(dev->dev)]) { 131 PRIu64, name, (uint64_t) MAJOR(dev->dev)); 136 if (MAJOR(dev->dev) == _device_mapper_major && 224 /* Find the start of the device major name * [all...] |
| filter_netbsd.c | 40 /* -1 means LVM won't use this major number. */ 100 if (_char_device_major[MAJOR(dev->dev)] == -1 ){ 102 PRIu64, name, (uint64_t) MAJOR(dev->dev)); 107 if (MAJOR(dev->dev) == _device_mapper_major && 179 /* We select only devices with correct char/block major number. */ 238 int max_partitions(int major) 240 return _char_device_major[major];
|
| /src/external/gpl2/lvm2/lib/libdevmapper/ |
| libdm-netbsd.h | 38 # define MAJOR(x) major((x)) 50 int nbsd_get_dm_major(uint32_t *, int); /* Get dm device major numbers */
|
| /src/sys/arch/playstation2/ee/ |
| sif.c | 66 #define MAJOR(x) BCD_TO_DECIMAL(((x) >> 8) & 0xff) 76 MAJOR(vers), MINOR(vers));
|
| /src/bin/pax/ |
| pax.h | 103 * here, as there is only ONE of these floating around, size is not a major 247 # define MAJOR(x) major_netbsd(x) 251 # define MAJOR(x) major(x)
|
| /src/sys/arch/atari/stand/tostools/aptck/ |
| aptck.h | 34 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 36 #define LUN(major, minor) (minor) 37 #define TARGET(major, minor) ((major) & 0x0007) 38 #define BUS(major, minor) (((major) >> 3) & 0x1FFF) 39 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0) 56 u_int major; /* XHDI major number * member in struct:__anon1223 [all...] |
| /src/sys/arch/atari/stand/tostools/libtos/ |
| diskio.h | 34 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 36 #define LUN(major, minor) (minor) 37 #define TARGET(major, minor) ((major) & 0x0007) 38 #define BUS(major, minor) (((major) >> 3) & 0x1FFF) 39 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0) 48 u_int major; /* XHDI major number * member in struct:__anon1232 [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| general.h | 150 * @param MAJOR 151 * The specified version's major number. 160 * Clang version numbers are of the form "<major number>.<minor number>.<patch level>". See 164 #define MDNS_CLANG_VERSION_IS_AT_LEAST(MAJOR, MINOR, PATCH_LEVEL) ( \ 165 (__clang_major__ > (MAJOR)) || ( \ 166 (__clang_major__ == (MAJOR)) && ( \ 174 #define MDNS_CLANG_VERSION_IS_AT_LEAST(MAJOR, MINOR, PATCH_LEVEL) 0
|
| /src/external/gpl2/lvm2/dist/lib/device/ |
| device.c | 47 int parts = max_partitions(MAJOR(dev->dev)); 50 if (MAJOR(dev->dev) == md_major()) 119 #include <linux/major.h> 304 sysfs_dir, (int)MAJOR(dev->dev), (int)MINOR(dev->dev)) < 0) { 386 (int)MAJOR(dev->dev), (int)MINOR(dev->dev), 407 (int)MAJOR(primary), (int)MINOR(primary),
|
| dev-md.c | 142 if (MAJOR(dev) == blkext_major()) { 148 if (MAJOR(dev) != md_major()) 152 (int)MAJOR(dev), (int)MINOR(dev), attribute);
|
| dev-cache.c | 444 if (nbsd_check_dev(MAJOR(info.st_rdev),path) < 0) { 693 name, (int) MAJOR(dev->dev), 697 name, (int) MAJOR(dev->dev),
|
| /src/crypto/external/bsd/heimdal/dist/include/ |
| NTMakefile | 100 s/\@MAJOR\@/$(VER_PRODUCT_MAJOR)/;
|
| config.h.w32 | 1469 #define RC_PRODVER_MAJOR @MAJOR@ 1477 #define RC_PRODVER_C @MAJOR@,@MINOR@,@AUX@,@PATCH@ 1479 #define RC_PRODVER_CS "@MAJOR@,@MINOR@,@AUX@,@PATCH@" 1481 #define RC_PRODVER_DS "@MAJOR@.@MINOR@.@AUX@.@PATCH@"
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| darwin-c.cc | 576 enum version_components { MAJOR, MINOR, TINY }; 596 version_array[MAJOR] = strtoul (version_str, &end, 10); 620 The legacy format is a four-character string -- two chars for the major 629 unsigned long major, minor, tiny; local 632 major = version[MAJOR]; 636 if (major > 99 || minor > 99 || tiny > 99) 642 if (sprintf (result, "%lu%lu%lu", major, minor, tiny) != 4) 660 unsigned long major, minor, tiny; local 663 major = version[MAJOR] [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin-c.cc | 576 enum version_components { MAJOR, MINOR, TINY }; 596 version_array[MAJOR] = strtoul (version_str, &end, 10); 620 The legacy format is a four-character string -- two chars for the major 629 unsigned long major, minor, tiny; local 632 major = version[MAJOR]; 636 if (major > 99 || minor > 99 || tiny > 99) 642 if (sprintf (result, "%lu%lu%lu", major, minor, tiny) != 4) 660 unsigned long major, minor, tiny; local 663 major = version[MAJOR] [all...] |
| /src/external/mit/libcbor/lib/ |
| Makefile | 27 .for i in MAJOR MINOR PATCH
|
| /src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
| lvm2create_initrd | 146 # interface using the major and minor numbers that have been allocated 149 echo -n "$PRE Finding device mapper major and minor numbers " 151 MAJOR=$(sed -n 's/^ *\([0-9]\+\) \+misc$/\1/p' /proc/devices) 153 if test -n "$MAJOR" -a -n "$MINOR" ; then 155 mknod -m 600 /dev/mapper/control c $MAJOR $MINOR 158 echo "($MAJOR,$MINOR)"
|
| /src/external/gpl2/lvm2/dist/libdm/ioctl/ |
| libdm-iface.c | 36 # define MAJOR(x) major((x)) 63 /* dm major version no for running kernel */ 70 * If the kernel dm driver only supports one major number 72 * which major numbers have been claimed by device-mapper 86 * Support both old and new major numbers to ease the transition. 185 static int _control_device_number(uint32_t *major, uint32_t *minor) 187 if (!_get_proc_number(PROC_DEVICES, MISC_NAME, major) || 189 *major = 0; 199 static int _control_exists(const char *control, uint32_t major, uint32_t minor 331 uint32_t major = 0, minor; local [all...] |