NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | NOTES | SEE ALSO |
|
|
dev_t(3type) dev_t(3type)
dev_t - device ID
Standard C library (libc)
#include <sys/types.h> typedef /* ... */ dev_t;
Used for device IDs. It is an integer type. For further details of this type, see makedev(3).
POSIX.1-2008.
POSIX.1-2001.
The following header also provides this type: <sys/stat.h>.
mknod(2), stat(3type)
Linux man-pages 6.04 2023-03-30 dev_t(3type)