dev_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | NOTES | SEE ALSO

dev_t(3type)                                                dev_t(3type)

NAME         top

       dev_t - device ID

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <sys/types.h>

       typedef /* ... */  dev_t;

DESCRIPTION         top

       Used for device IDs.  It is an integer type.  For further details
       of this type, see makedev(3).

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       POSIX.1-2001.

NOTES         top

       The following header also provides this type: <sys/stat.h>.

SEE ALSO         top

       mknod(2), stat(3type)

Linux man-pages (unreleased)     (date)                     dev_t(3type)