Home
last modified time | relevance | path

Searched defs:MINOR (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vxworks/
H A D_vxworks-versions.h44 #define _VXWORKS_MINOR_GT(MINOR) (_WRS_VXWORKS_MINOR > (MINOR)) argument
45 #define _VXWORKS_MINOR_GE(MINOR) (_WRS_VXWORKS_MINOR >= (MINOR)) argument
46 #define _VXWORKS_MINOR_LT(MINOR) (_WRS_VXWORKS_MINOR < (MINOR)) argument
47 #define _VXWORKS_MINOR_LE(MINOR) (_WRS_VXWORKS_MINOR <= (MINOR)) argument
48 #define _VXWORKS_MINOR_EQ(MINOR) (_WRS_VXWORKS_MINOR == (MINOR)) argument
50 #define _VXWORKS_PRE(MAJOR,MINOR) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vxworks/
H A D_vxworks-versions.h56 #define _VXWORKS_MINOR_GT(MINOR) (_WRS_VXWORKS_MINOR > (MINOR)) argument
57 #define _VXWORKS_MINOR_GE(MINOR) (_WRS_VXWORKS_MINOR >= (MINOR)) argument
58 #define _VXWORKS_MINOR_LT(MINOR) (_WRS_VXWORKS_MINOR < (MINOR)) argument
59 #define _VXWORKS_MINOR_LE(MINOR) (_WRS_VXWORKS_MINOR <= (MINOR)) argument
60 #define _VXWORKS_MINOR_EQ(MINOR) (_WRS_VXWORKS_MINOR == (MINOR)) argument
62 #define _VXWORKS_PRE(MAJOR,MINOR) \ argument
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dfilter.h27 # define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) macro
31 # define MINOR(x) minor((x)) macro
H A Dkdev_t.h21 #define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) macro
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h27 # define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) macro
31 # define MINOR(x) minor((x)) macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h21 #define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) macro
/netbsd-src/external/gpl2/lvm2/lib/libdevmapper/
H A Dlibdm-netbsd.h39 # define MINOR(x) minor((x)) macro
/netbsd-src/sys/arch/playstation2/ee/
H A Dsif.c67 #define MINOR(x) BCD_TO_DECIMAL((x) & 0xff) macro
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h36 #define MINOR(bus, target, lun) (lun) macro
/netbsd-src/bin/pax/
H A Dpax.h248 # define MINOR(x) minor_netbsd(x) macro
252 # define MINOR(x) minor(x) macro
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h36 #define MINOR(bus, target, lun) (lun) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-ext.c86 #define INST_HASH(MAJOR, MINOR) ((((MAJOR) << 3) ^ (MINOR)) & INST_HASH_MASK) argument
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-ext.c86 #define INST_HASH(MAJOR, MINOR) ((((MAJOR) << 3) ^ (MINOR)) & INST_HASH_MASK) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c576 enum version_components { MAJOR, MINOR, TINY }; enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc576 enum version_components { MAJOR, MINOR, TINY }; enumerator
/netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c37 # define MINOR(x) minor((x)) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h139 uint8_t MINOR:4; member
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c93 # define MINOR(x) minor((x)) macro