Searched defs:UNIT (Results 1 – 16 of 16) sorted by relevance
62 UNIT = 263 /* UNIT */ enumerator76 #define UNIT 263 macro
138 UNIT = 263 /* UNIT */ enumerator152 #define UNIT 263 macro
211 #define UNIT(ctlr, target) ((ctlr) * 10 + (target)) macro
105 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
105 #define UNIT(x) minor(x) macro
100 #define UNIT(x) minor(x) macro
41 #define UNIT(dev) minor(dev) macro
589 #define UNIT(x) ((x) & 0x0f) macro1093 #define UNIT(x) ((x) & 0x0f) macro1650 #define UNIT(x) (minor((x) & 0x0f)) macro
44 } UNIT; typedef
143 #define UNIT(x) minor(x) macro
126 #define UNIT(x) (minor(x) & 3) macro
212 #define UNIT(x) (minor(x) & 3) macro
83 #define UNIT(x) minor(x) macro
66 #define UNIT(dev) (minor(dev) & XLCOM_UNIT_MASK) macro
98 #define UNIT_NUMBER(UNIT) (((UNIT) - 1) / 2) argument