Module makedev

Source

Functions§

major
major(dev)—Compute the major ID of a given device ID.
makedev
makedev(maj, min)—Compute a device ID from a given major and minor ID.
minor
minor(dev)—Compute the minor ID of a given device ID.