Searched defs:MKDEV (Results 1 – 2 of 2) sorted by relevance
12 #define MKDEV(ma,mi) ((ma)<<8 | (mi)) macro
166 #define MKDEV(...) 0 macro