Searched defs:MINOR (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/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-current/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-current/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h21 #define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) macro
/netbsd-current/external/gpl2/lvm2/lib/libdevmapper/
H A Dlibdm-netbsd.h39 # define MINOR(x) minor((x)) macro
/netbsd-current/sys/arch/playstation2/ee/
H A Dsif.c67 #define MINOR(x) BCD_TO_DECIMAL((x) & 0xff) macro
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Ddiskio.h36 #define MINOR(bus, target, lun) (lun) macro
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h36 #define MINOR(bus, target, lun) (lun) macro
/netbsd-current/bin/pax/
H A Dpax.h248 # define MINOR(x) minor_netbsd(x) macro
252 # define MINOR(x) minor(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.c37 # define MINOR(x) minor((x)) macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h139 uint8_t MINOR:4; member in struct:dpcd_rev::__anon280
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c93 # define MINOR(x) minor((x)) macro

Completed in 207 milliseconds