_devfs_alloc_entry
Section: Kernel Hacker's Manual (9)
Updated: _devfs_alloc_entry
Index
Return to Main Contents
NAME
_devfs_alloc_entry - Allocate a devfs entry.
SYNOPSIS
struct devfs_entry * _devfs_alloc_entry
(const char *name,
unsigned int namelen,
umode_t mode);
ARGUMENTS
- name
-
The name of the entry.
- namelen
-
The number of characters in name.
- mode
-
-- undescribed --
DESCRIPTION
Allocate a devfs entry and returns a pointer to the entry on success, else
NULL.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:56:26 GMT, June 12, 2005