_devfs_search_dir
Section: Kernel Hacker's Manual (9)
Updated: _devfs_search_dir
Index
Return to Main Contents
NAME
_devfs_search_dir - Search for a devfs entry in a directory.
SYNOPSIS
struct devfs_entry * _devfs_search_dir
(struct devfs_entry *dir,
const char *name,
unsigned int namelen);
ARGUMENTS
- dir
-
The directory to search.
- name
-
The name of the entry to search for.
- namelen
-
The number of characters in name.
DESCRIPTION
Search for a devfs entry in a directory and returns a pointer to the entry
on success, else NULL. The directory must be locked already.
An implicit devfs_get is performed on the returned entry.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:00:23 GMT, June 12, 2005