UNIT
typedef short UNIT; /* unit of profiling */
#define UNIT(x) (getminor(x) & ~OUTLINE)
#define UNIT(x) (getminor(x) & ~(OUTLINE | RSC_DEVICE))