Searched defs:MAJOR (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dfilter.h26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
30 # define MAJOR(x) major((x)) macro
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
/netbsd-current/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h26 # define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
30 # define MAJOR(x) major((x)) macro
/netbsd-current/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8) macro
/netbsd-current/external/gpl2/lvm2/lib/libdevmapper/
H A Dlibdm-netbsd.h38 # define MAJOR(x) major((x)) macro
/netbsd-current/sys/arch/playstation2/ee/
H A Dsif.c66 #define MAJOR(x) BCD_TO_DECIMAL(((x) >> 8) & 0xff) macro
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) macro
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) macro
/netbsd-current/bin/pax/
H A Dpax.h247 # define MAJOR(x) major_netbsd(x) macro
251 # define MAJOR(x) major(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c576 enum version_components { MAJOR, MINOR, TINY }; enumerator in enum:version_components
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc576 enum version_components { MAJOR, MINOR, TINY }; enumerator in enum:version_components
/netbsd-current/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c36 # define MAJOR(x) major((x)) macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h140 uint8_t MAJOR:4; member in struct:dpcd_rev::__anon280
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c92 # define MAJOR(x) major((x)) macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmep-desc.h71 } MAJOR; typedef in typeref:enum:major
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-desc.h71 } MAJOR; typedef in typeref:enum:major
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmep-desc.h71 } MAJOR; typedef in typeref:enum:major
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmep-desc.h71 } MAJOR; typedef in typeref:enum:major

Completed in 170 milliseconds