Home
last modified time | relevance | path

Searched defs:MKDEV (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dfilter.h28 # define MKDEV(ma,mi) ((mi & 0xff) | (ma << 8) | ((mi & ~0xff) << 12)) macro
32 # define MKDEV(x,y) makedev((x),(y)) macro
H A Dkdev_t.h22 #define MKDEV(ma,mi) ((mi & 0xff) | (ma << 8) | ((mi & ~0xff) << 12)) macro
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h28 # define MKDEV(ma,mi) ((mi & 0xff) | (ma << 8) | ((mi & ~0xff) << 12)) macro
32 # define MKDEV(x,y) makedev((x),(y)) macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h22 #define MKDEV(ma,mi) ((mi & 0xff) | (ma << 8) | ((mi & ~0xff) << 12)) macro
/netbsd-src/external/gpl2/lvm2/lib/libdevmapper/
H A Dlibdm-netbsd.h40 # define MKDEV(x,y) makedev((x),(y)) macro
/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h26 #define MKDEV(ma,mi) ((ma)<<8 | (mi)) macro
/netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c38 # define MKDEV(x,y) makedev((x),(y)) macro
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c94 # define MKDEV(x,y) makedev((x),(y)) macro