
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.