makedevice
makedevice(major_t maj, minor_t minor)
#undef makedevice
#define makedevice(x, y) (dev_t)(((dev_t)(x) << L_BITSMINOR) | ((y) & L_MAXMIN))