devfs_get_maj_min
Section: Kernel Hacker's Manual (9)
Updated: devfs_get_maj_min
Index
Return to Main Contents
NAME
devfs_get_maj_min - Get the major and minor numbers for a devfs entry.
SYNOPSIS
int devfs_get_maj_min
(devfs_handle_t de,
unsigned int *major,
unsigned int *minor);
ARGUMENTS
- de
-
The handle to the device entry.
- major
-
The major number is written here. This may be NULL.
- minor
-
The minor number is written here. This may be NULL.
DESCRIPTION
Returns 0 on success, else a negative error code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:50:46 GMT, June 12, 2005