getmajor
getmajor(dev_t dev)
#undef getmajor
#define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ)